Displaying 20 results from an estimated 20000 matches similar to: "when i run ./configure,i meet a problem"
2017 Nov 04
2
Potential GSOC student interested in contributing to The Xapian project
Hi!
I'm currently a final year student of Informatics Institute of Technology
Sri Lanka affiliated with the University of Westminster, a successful GSOC
2017 participant
<https://summerofcode.withgoogle.com/projects/#6522320890888192>.
Witnessing the usage of machine learning and information retrieval I'm keen
to contribute to The Xapian project thus, enhancing my skills in machine
2016 Jan 18
3
WARNING you cannot build info or html versions of the R manuals
On 01/16/2016 05:24 PM, Rolf Turner wrote:
> All that being said, the question remains as to *why* R cannot find
> "texinfo" when it is indeed present on my system.
Rather than give you a lengthy discussion of how RPM building works and
hacking the R spec, let's focus on this question instead (I'm still
willing to show you RPM building if you'd like, because if
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 05:13:09PM +0000, James Aylett wrote:
> On 3 Mar 2019, at 17:01, Olly Betts <olly at survex.com> wrote:
>
> > I suspect what's going on here is that bootstrap will by default
> > download, build and install (into a subdirectory of the build tree) any
> > of the autotools for which suitable versions aren't already installed.
> >
2003 Jan 06
1
R-devel cross-building
I was cross-building R-devel (1.7.0). The tail of the error message
from running make on a machine with makeinfo (GNU texinfo 3.12) 1.68
is at the end of this email. The same procedure went fine on a machine
with makeinfo (GNU texinfo) 4.1.
My first guess is that the version of makeinfo is causing this. However,
this didn't happen with R-1.6.2beta. Please advise.
Jun
## tail of error
2016 Jan 16
2
WARNING you cannot build info or html versions of the R manuals
Are you building from a source tarball or using the Fedora SRPM? I strongly advise you to rebuild the SRPM, because the resulting binary RPM will have all the necessary deps for building and installing. You might need to change the spec up a bit, since I assume building on Fedora means a modern system, and f17.... isn't modern.
On Jan 16, 2016 4:48 PM, Rolf Turner <r.turner at
2001 Aug 28
3
OT: compiling e2fsprogs
hi all,
sorry when i am off topic, but: i am trieing to compile the new e2fsprogs
like the ext3-manual
recommend. but it don't want to work, and it's look like i need a programm
which is named "makeinfo".
does anybody had the same problems, or know where i can find it?
thanks for all.. i added my error-log
Andreas
log:
make[1]: Wechsel in das Verzeichnis Verzeichnis
2019 Mar 02
2
A Greeting for Xapian community
Dear mentors and friends working on Xapian:
Sorry for bothering you here, please excuse my rudeness. In order to
clearly represent my thoughts, I think my words going a bit verbose,
thus it is unsuitable to put them in the chat room or it would be a
hell for the readers.
This email consists of 3 parts, my self introduction (I'm new here)
and two question I met while building Xapian from git.
2000 Mar 20
1
ESS Compilation error
Im running R 0.99 on SuSE 6.3 with Linux 2.2.14 and Xemacs 21.1.
When I try to compile ESS the processes stops with an error message:
Making info file `ess.info' from `ess.texi'.
./newfeat.texi:3: itemize requires an argument: the formatter for @item.
./newfeat.texi:9: itemize requires an argument: the formatter for @item.
makeinfo: Removing output file
2015 Sep 09
2
Build R form source - manuals
I built R form source succesfully on my Fedora 22 box. No errors.
I can read there is an issue with some manuals at build time when
running makeinfo, especially these two:
doc/manual/R-exts.texi
cp doc/manual/R-intro.texi
Some distro have hacks about makeinfo 5 in their build script.
I wonder if some manuals are broken but couldn't see it when running make.
May someone tells me more about
2005 Nov 03
4
shared-mime-info (PR#8278)
Full_Name: Vaidotas Zemlys
Version: 2.1.1
OS: Ubuntu 05.10
Submission from: (NULL) (213.197.173.50)
Hi,
This is really a feature request, not a bug. I wrote the mail to R-devel,
but nobody answered it.
I use Gnome on my computer and sometimes I use its default text editor
gedit. It uses gtksourceview library for syntax highlighting. I
decided that it would be nice if gedit supported R
2009 Jun 26
1
Problem making the manuals (make dvi and make pdf)
Dear all,
I am trying to compile and install R from sources on Ubuntu GNU/Linux 64
bit. It usually worked flawlessly for me for more than 4 years (32bit
and 64bit on Mandrake/Mandriva, Suse, Debian, Ubuntu). However, I am
experiencing some problems now -- not during compiling and installing R
itself but with the manuals.
Maybe someone can help me with it? I tried to find some information in
the
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 04:20:21PM +0000, James Aylett wrote:
> On the documentation build, I'm not sure what's going on. I'm on
> Debian stable here, and I don't have texinfo installed. ./bootstrap
> completes successfully for me. My understanding of makeinfo is that
> it's not actually needed for Xapian, and the build system shouldn't
> complain about its
2001 Oct 24
1
incompletely built html documentation (PR#1142)
Full_Name: Denis Sunko
Version: 1.3.1
OS: HP-UX 11.0
Submission from: (NULL) (161.53.2.114)
After building and installing R 1.3.1, i find some of the html files missing:
> ls -l /opt/lib/R/doc/manual/
total 0
-rw-r--r-- 1 root sys 0 Oct 17 22:16 R-FAQ.html
-rw-r--r-- 1 root sys 0 Oct 17 22:16 R-admin.html
-rw-r--r-- 1 root sys 0
2007 Feb 07
1
about compile the R 2.4.1 sources
When I run ./configure ,I got the message:
configure: WARNING: you cannot build info or html versions of the R manuals.
What's the matter?
[[alternative HTML version deleted]]
2010 Feb 19
2
What is the difference between expression and quote when used with eval()?
I made the following example to see what are the difference between
expression and quote. But I don't see any difference when they are
used with eval()? Could somebody let me know what the difference is
between expression and quote?
expr=expression(2*3)
quo=quote(2*3)
eval(expr)
str(expr)
class(expr)
typeof(expr)
mode(expr)
attributes(expr)
eval(quo)
str(quo)
class(quo)
typeof(quo)
2006 Jul 26
1
configure fails for R 2.3.1 on SunOS 5.8
Does this mean I need to use '--with-readline=no'? configure says:
checking build system type... sparc-sun-solaris2.8
checking host system type... sparc-sun-solaris2.8
loading site script './config.site'
loading build specific script './config.site'
checking for pwd... /usr/bin/pwd
checking whether builddir is srcdir... yes
checking for working aclocal... found
checking
2005 Nov 14
1
effect sizes for Wilcoxon tests
Hello,
I use t.test for normal distributed and wilcox.test for non-normal
distributed samples.
It is easy to write a function for t.test that calculates the effect
size, because all parts of the formula are available from the t.test
result: r = sqrt(t*t / (t*t + df))
However, for Wilcoxon tests, the formula for effect sizes is:
r = Z / sqrt(N)
I wonder how I can calculate the Z-score in R for
2006 Jan 20
3
abline() or predict.lm() when log="x"
Hello,
I'm trying to plot a fitted lm() line on a plot when the one
explanatory variable is log transformed and log="x". I get different
lines using abline and predict.lm().
#Example
x <- 1:100
y <- rnorm(100)
plot(y ~ x, log="x")
abline(lm(y ~ log(x)))
lines(x, predict(lm(y ~ log(x))), lwd=2)
I'm sure I'm missing something but could someone tell me which
2007 Jul 10
1
Building R on Interix 6.0
Dear all,
I have been trying to build R-2.5.1 on the Interix-6.0 Unix subsystem
that ships with Vista and everything looks fine during the configure
except towards the end when "sed" throws an error:
sed: 1: ""s/\*/\\\*/g"": invalid command code "
A few lines later I then get:
./configure: : bad substitution
So I guess sed is trying to do something and
2005 Nov 18
1
R-exts.texi in SVN version 36380
G'day all,
after issuing `svn up' on my machine this morning, I noticed that
`make info' choked on R-exts.texi. Below is a patch that seems to
solve the problem. BTW, while `make info' runs now, I still get the
following warning:
/usr/bin/makeinfo --enable-encoding -D UseExternalXrefs -I/opt/src/R-devel-src/doc/manual /opt/src/R-devel-src/doc/manual/R-exts.texi