search for: texi

Displaying 20 results from an estimated 165 matches for "texi".

Did you mean: tex
2004 Aug 23
0
corrections for R-intro.texi (PR#7192)
Hello, Here are some patches for R-intro.texi, to correct various typos, missing words, and minor inconsistencies in formatting. Each patch is preceeded by its corresponding 'wdiff' output to make it easier to see which words have changed. -- Brian Gough Network Theory Ltd, Publishing the R Reference Manuals --- http://www.network-...
2015 Sep 07
2
Build rpm package for R-MKL
...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 doc/manual/R-exts.texi.spot doc/manual/R-exts.texi mv: cannot stat 'doc/manual/R-exts.texi.spot': No such file or directory --------------------------------------- There is indeed no doc/manual/R-exts.texi.spot file. This make instruction comes form this in R.spec: --------- %if 0%{?fedora} >= 19 # What a ha...
2005 May 14
2
[LLVMdev] Cygwin llvm-gcc build error
...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 @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op ../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} produces a spurious cross-reference in Info; reword to avoid that. ../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @strong{Note...} pro...
2005 May 17
0
[LLVMdev] Cygwin llvm-gcc build error
...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 @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op >../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} >produces >a spurious cross-reference in Info; reword to avoid that. >../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @...
2005 May 17
2
[LLVMdev] Cygwin llvm-gcc build error
...id build error. I did try MinGW several months ago but did not even get this far. Aaron >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 @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op >../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} >produces >a spurious cross-reference in Info; reword to avoid that. >../../../src/llvm-gcc/gcc/doc//cppopts.texi:133: warning: @...
2004 Aug 24
0
additional examples for R-intro.texi (PR#7195)
Here are some patches to expand some of the examples in R-intro.texi. -- Brian Gough Network Theory Ltd, Publishing the R Reference Manuals --- http://www.network-theory.co.uk/R/ --- R-intro.texi~ Tue Aug 24 11:21:37 2004 +++ R-intro.texi Tue Aug 24 11:21:37 2004 @@ -6288,6 +6288,21 @@ use @example +> help(package = "@var{name}") +@end example +...
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 touch stmp-dirs; fi ma...
2005 Nov 12
0
Suggested changes to R-lang.texi and R-exts.texi
Dear all, I would like to suggest the following changes to the R documentation: 1) R-exts.texi: Having had my first experience with uploading a package to ftp://cran.R-project.org/incoming/, I think it would be nice if the documentation pointed out that one should use ftp and not sftp (at least on my machine sftp failed to make a connection) and that one should log in as user...
2015 Sep 08
0
Build rpm package for R-MKL
...c.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 doc/manual/R-exts.texi.spot doc/manual/R-exts.texi > mv: cannot stat 'doc/manual/R-exts.texi.spot': No such file or directory > --------------------------------------- > > There is indeed no doc/manual/R-exts.texi.spot file. This make > instruction comes form this in R.spec: > > --------- &...
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 this issue and what can I do to make sure these manuals are correctly built. Thank you --...
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 /usr/src/llvm-gcc/gcc/doc -I /usr/sr c/llvm-gcc/gcc/doc/include -o /usr/src/llvm-gcc/gcc/doc/cpp.info /usr/src/llvm- gcc/gcc/doc/cpp.texi ' in @synindex.cc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op /usr/sr...
2015 Sep 08
2
Build rpm package for R-MKL
...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 doc/manual/R-exts.texi.spot doc/manual/R-exts.texi >> mv: cannot stat 'doc/manual/R-exts.texi.spot': No such file or directory >> --------------------------------------- >> >> There is indeed no doc/manual/R-exts.texi.spot file. This make >> instruction comes form this in R.spec: &gt...
2009 Apr 07
1
typo in R-ints.texi's description of P_ macro
...xt". The following patch also makes the 2 alternate definitions of P_ have the same argument names, StringS and StringP. Expanding the S and P to Singular and Plural, would be more descriptive. Bill Dunlap TIBCO Software Inc - Spotfire Division wdunlap tibco.com Index: doc/manual/R-ints.texi =================================================================== --- doc/manual/R-ints.texi (revision 48294) +++ doc/manual/R-ints.texi (working copy) @@ -2149,17 +2149,18 @@ @noindent from @file{src/main/errors.c}. -A macro +The @code{P_} macro @example #ifdef ENABLE_NLS #defin...
2005 May 19
0
[LLVMdev] Cygwin llvm-gcc build error
...W several months ago but did not even get this far. > >Aaron > >>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 @synindex.vm-gcc/gcc/doc/cpp.texi:49: Unknown index `vr' and/or `op >>../../../src/llvm-gcc/gcc/doc/cpp.texi:4124: warning: @strong{Note...} >>produces >>a spurious cross-reference in Info; reword to avoid that. >>../../../src/llvm-gcc/gcc/doc//cppopts....
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 /opt/src/R-devel-src/doc/manual/R-exts....
2013 May 28
3
perl 5.18
I guess perl 5.18 was released and it is causing issues texi2html -monolithic -number-sections qemu-doc.texi texi2html -monolithic -number-sections qemu-tech.texi /data/dev/xen/xen-4.3-git/src/xen-build/tools/qemu-xen-traditional-dir/ texi2pod.pl qemu-doc.texi qemu.pod pod2man --section=1 --center=" " --release=" " qemu.pod > qemu.1 qe...
2013 May 28
3
perl 5.18
I guess perl 5.18 was released and it is causing issues texi2html -monolithic -number-sections qemu-doc.texi texi2html -monolithic -number-sections qemu-tech.texi /data/dev/xen/xen-4.3-git/src/xen-build/tools/qemu-xen-traditional-dir/ texi2pod.pl qemu-doc.texi qemu.pod pod2man --section=1 --center=" " --release=" " qemu.pod > qemu.1 qe...
2014 Feb 04
1
[PATCH] nouveau/codegen: allow tex offsets on non-TXF instructions (e.g. TXL)
...e 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp @@ -1729,6 +1729,14 @@ Converter::handleTEX(Value *dst[4], int R, int S, int L, int C, int Dx, int Dy) if (tgsi.getOpcode() == TGSI_OPCODE_SAMPLE_C_LZ) texi->tex.levelZero = true; + for (s = 0; s < tgsi.getNumTexOffsets(); ++s) { + for (c = 0; c < 3; ++c) { + texi->tex.offset[s][c] = tgsi.getTexOffset(s).getValueU32(c, info); + if (texi->tex.offset[s][c]) + texi->tex.useOffsets = s + 1; + } +...
2007 Aug 31
1
compiling R-devel
...t type "make distribution" to compile everything. The compilation itself goes smoothly. Then the PDF version of the reference manual is created. Then I see this: ... Output written on refman.pdf (1563 pages, 7869936 bytes). Transcript written on refman.log. creating doc/manual/version.texi texi2dvi --pdf --texinfo="@set UseExternalXrefs " R-FAQ.texi This is pdfTeX, Version 3.141592-1.40.4 (MiKTeX 2.6) entering extended mode ! I can't find file `\tmp\t2d6036\xtr\R-FAQ.texi'. <*> /tmp/t2d6036/xtr/R-FAQ.texi Please type another input file name: Now the file /t...
2008 Jun 23
1
r-base build: failure to convert R-FAQ to pdf
We have received an email in Ubuntu alerting us that something strange was going on during the r-base 2.7.1 rc build (see [1]). It seems that there is an error during the convertion of R-FAQ.texi to pdf. The following excerpt, taken from [2], shows the problem: /bin/sh: line 0: test: too many arguments TEXINPUTS=".:$TEXINPUTS" /usr/bin/texi2dvi --texinfo="@set UseExternalXrefs " --pdf R-FAQ.texi /usr/bin/texi2dvi: Running pdfetex --file-line-error '/build/buildd/r...