similar to: incompletely built html documentation (PR#1142)

Displaying 20 results from an estimated 7000 matches similar to: "incompletely built html documentation (PR#1142)"

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 May 17
2
[LLVMdev] Cygwin llvm-gcc build error
>Hi Aaron, >have you got any help on this? Henrik, No. This is where I was stuck some months ago. I do not know makeinfo so was not able to proceed any thurther than verifying the makeinfo statement did the same thing when done on the command line. Basically I am stuck. I do not know whether it was my Cygwin configuration or something I have done or not done or whether it is a valid
2004 Nov 16
1
[LLVMdev] Makeinfo fails
Hi, Is it really true that nobody isn't able to give me a clue why makeinfo fails with this error: doc/cpp.texi:50: Unknown index `vr' and/or `op' in @synindex. ------------------------- make[2]: Entering directory `/C/Projects/src/llvm-gcc/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh ./mkinstalldirs $d; fi; \ done if [ -f stmp-dirs ]; then true; else
2005 May 14
2
[LLVMdev] Cygwin llvm-gcc build error
Now I believe that I am getting the same error as I was getting last time I tried to build llvm-gcc. It may possibly be my Cygwin instillation but am not sure. makeinfo --split-size=5000000 -I ../../../src/llvm-gcc/gcc/doc -I ../../../src/ llvm-gcc/gcc/doc/include \ -o ../../../src/llvm-gcc/gcc/doc/cpp.info ../../../src/llvm-gcc/gcc/doc/cpp.texi ' in
2005 May 17
0
[LLVMdev] Cygwin llvm-gcc build error
Hi Aaron, have you got any help on this? Henrik >From: "Aaron Gray" Date: Sat, 14 May 2005 18:26:01 +0100 > >Now I believe that I am getting the same error as I was getting last time I >tried to build llvm-gcc. >It may possibly be my Cygwin instillation but am not sure. > > >makeinfo --split-size=5000000 -I ../../../src/llvm-gcc/gcc/doc -I >../../../src/
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
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
2003 Jun 23
1
Cross-compiling R packages
Hi, I tried to use the 'make' file discussed in the last R-news. The step 'make R' dies with: make[2]: Entering directory `/home/laurent/these/R/RCrossBuild/WinR/R-1.7.1/src/gnuwin32' sed -e s/@RVER@/`cut -d' ' -f1 ../../VERSION | sed -n 1p`/g -e s/@RWVER@/rw1071/g rw-FAQ.texi | \ makeinfo --no-headers --number-sections -o rw-FAQ makeinfo --no-split --html
2005 May 19
0
[LLVMdev] Cygwin llvm-gcc build error
Hi Aaron, which version of makeinfo are you running? Henrik. >No. This is where I was stuck some months ago. > >I do not know makeinfo so was not able to proceed any thurther than >verifying the makeinfo statement did the same thing when done on the >command line. > >Basically I am stuck. I do not know whether it was my Cygwin configuration >or something I have done
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
2003 Nov 03
2
problem building MS-Windows package under linux
hi there, trying to follow the steps of Yan & Rossini 2003, I have two problems : first when I 'make CrossCompileBuild', I get : ****************************************************************************** make[1]: Entering directory `/home/ros/RWORK/CROSSSOMP/WinR/R-1.8.0/src/gnuwin32' make -f Makefile.docfiles make[2]: Entering directory
2005 Feb 21
0
[LLVMdev] Error building llvm-gcc under CygWin - makeinfo cpp.info not building
Hi, I have been trying to make llvm-gcc under CygWin and am getting a makeinfo error. I have tried it on the command line :- makeinfo --split-size=5000000 --force -I /usr/src/llvm-gcc/gcc/doc -I /usr/src/llvm-gcc/gcc/doc/include -o /usr/src/llvmgcc/gcc/doc/cpp.info /usr/src/llvm-gcc/gcc/doc/cpp.texi And get the resulting output :- $ makeinfo --split-size=5000000 --force -I
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. > >
2004 Nov 14
0
[LLVMdev] Makeinfo fails
Hi, Is some one able to tell me why this fails: ------------------------- make[2]: Entering directory `/C/Projects/src/llvm-gcc/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh ./mkinstalldirs $d; fi; \ done if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi make[2]: Leaving directory `/C/Projects/src/llvm-gcc/gcc' makeinfo --split-size=5000000 -I ./doc -I
2015 Sep 07
2
Build rpm package for R-MKL
I want to create a clean .rpm package for R built with MKL and ICC. I follow Fedora instrcutions[0] to create the package. As a base, I use the R-3.2.2.src.rpm. I am left with this error: ------------------------------------------ installing R info pages ... updating '/usr/share/info/dir' ... make[1]: Leaving directory '/home/poisonivy/rpmbuild/BUILD/R-3.2.2/doc/manual' + mv
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
2005 May 14
0
[LLVMdev] Cygwin LLVM Install Errors
I can't reproduce these on GNU-Linux/x86. What platform are you on? Reid. On Sat, 2005-05-14 at 16:50 +0100, Aaron Gray wrote: > AFAICT these are valid errors. > > Getting an error on the 'make install' for LLVM :- > > > make[2]: Entering directory `/usr/build/llvm/tools/llvm-ar' > llvm[2]: Installing Debug /usr/llvm/bin/llvm-ar > /usr/bin/install:
2000 Apr 24
1
make problems
I'm having trouble making the manuals as per the INSTALL instructions. Anyone have any hints as to what's wrong? <123>-> make dvi DVI/LaTeX documentation: reference index ... *** Error code 255 make: Fatal error: Command failed for target `refman.dvi'
2005 Feb 25
0
[LLVMdev] LLVM CygWin build error ?
Yeah, cygwin is a bit of a beast. There's no pre-compiled binary available (I'm working on it). If you want to build yourself, follow the instructions in the CFEBuildInstr.html document carefully, especially noting the Cygwin specific stuff. For example, you can't use the default gcc that comes with Cygwin. I've been successful with GCC 3.4.3 on Cygwin. I've uploaded a
2005 May 14
4
[LLVMdev] Cygwin LLVM Install Errors
AFAICT these are valid errors. Getting an error on the 'make install' for LLVM :- make[2]: Entering directory `/usr/build/llvm/tools/llvm-ar' llvm[2]: Installing Debug /usr/llvm/bin/llvm-ar /usr/bin/install: target `/usr/llvm/bin/llvm-ar' is not a directory make[2]: *** [/usr/llvm/bin/llvm-ar] Error 1 make[2]: Leaving directory `/usr/build/llvm/tools/llvm-ar' make[1]: ***