search for: gramrd

Displaying 20 results from an estimated 25 matches for "gramrd".

2015 Oct 09
2
R 3.2.2 64 bit compilation error on AIX
...ort FCFLAGS="-O2 -g -mcpu=power6" ./configure make -j 16 and it errors out at gcc -maix64 -pthread -std=gnu99 -I../../../../include -DNDEBUG -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I../../../../src/main -I/usr/local/include -mminimal-toc -O2 -g -mcpu=power6 -c gramRd.c -o gramRd.o gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm -lintl make[6]: Entering directory '/sas/data04/vinh/R-3.2.2/src/library/...
2015 Aug 31
2
R doesn't compile on FreeBSD 10.2
On FreeBSD 10.2, I get the following error when compiling R from the Subversion trunk (with "configure && make"): cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o mkdir ../../../../library/tools/libs installing 'sysdata.rda' Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/home/davor/R-dev/R-trunk/library/tools/libs/tools.so': /usr/home/davor/R-dev/R-trunk/library/tools/libs/tools...
2015 Aug 31
2
R doesn't compile on FreeBSD 10.2
...more, would be included in config.log, but please let me know if there is other place to get the configuration details that are relevant.) Still the same error: --- tools.so --- cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o --- all --- --- shlib --- mkdir ../../../../library/tools/libs --- sysdata --- installing 'sysdata.rda' Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/home/davor/R-3.2.2/library/tools/libs/tools.so': /usr/home/davor/R-3.2....
2015 Oct 09
0
R 3.2.2 64 bit compilation error on AIX
...> ./configure > make -j 16 > > and it errors out at > > gcc -maix64 -pthread -std=gnu99 -I../../../../include -DNDEBUG > -I../../../include -I../../../../src/include -DHAVE_CONFIG_H > -I../../../../src/main -I/usr/local/include -mminimal-toc -O2 -g > -mcpu=power6 -c gramRd.c -o gramRd.o > > gcc -maix64 -pthread -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall > -Wl,-bnoentry -lc -L/usr/local/lib -o tools.so text.o init.o Rmd5.o > md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm > -lintl > > make[6]: Entering directory '/sas...
2015 Sep 01
2
R doesn't compile on FreeBSD 10.2
...; You need to tell us exactly which commands you used: nowhere records > everything. > >> >> Still the same error: >> >> --- tools.so --- >> cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o >> --- all --- >> --- shlib --- >> mkdir ../../../../library/tools/libs >> --- sysdata --- >> installing 'sysdata.rda' >> Error in dyn.load(file, DLLpath = DLLpath, ...) : >> unable to load shared object '/usr/home/davor...
2015 Sep 01
0
R doesn't compile on FreeBSD 10.2
...ails > that are relevant.) You need to tell us exactly which commands you used: nowhere records everything. > > Still the same error: > > --- tools.so --- > cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o > --- all --- > --- shlib --- > mkdir ../../../../library/tools/libs > --- sysdata --- > installing 'sysdata.rda' > Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared object '/usr/home/davor/R-3.2.2/library/tools/libs/...
2015 Dec 18
1
Assistance much appreciated
...fault); + extern YYSTYPE yylval YY_INITIAL_VALUE(yyval_default); /* Location data for the lookahead symbol. */ YYLTYPE yylloc @@ -1381,7 +1381,7 @@ /* Number of syntax errors so far. */ - int yynerrs; + extern int yynerrs; /*----------. diff -ru R-3.2.3.dist/src/library/tools/src/gramRd.c R-3.2.3/src/library/tools/src/gramRd.c --- R-3.2.3.dist/src/library/tools/src/gramRd.c 2015-12-09 23:20:01.000000000 +0000 +++ R-3.2.3/src/library/tools/src/gramRd.c 2015-12-17 14:51:19.000000000 +0000 @@ -1972,7 +1972,7 @@ /* The lookahead symbol. */ - int yychar; + extern int yych...
2016 Mar 14
2
Help with libiconv problem
...g might trigger something in the readers of this list: gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L../../../../lib -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -L../../../../lib -lR -Wl,-framework -Wl,CoreFoundation mkdir ../../../../library/tools/libs installing 'sysdata.rda' Warning messages: 1: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : unknown timezone 'America/Los_Angeles' 2: In strp...
2014 Jan 18
1
Error when making R in Windows
...¡±make all recommended¡± as mentioned in the documents and it does work for R 2.15.2. However, for R 3.0.2, I get the following error message, gcc -shared -s -static-libgcc -o tools.dll tmp.def text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd. o ../../../gnuwin32/dllversion.o -L../.././../bin/i386 -lR Error in parse(n = -1, file = file, srcfile = NULL, keep.source = FALSE) : invalid multibyte character in parser at line 32021 Error: unable to load R code in package 'tools' Execution halted make[2]: *** [all] Error 1 make...
2015 Aug 31
0
R doesn't compile on FreeBSD 10.2
...make"): You have not told us which revision. A basic check is to see if you can build the latest released version, as the trunk is 'Under development'. > > cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o > mkdir ../../../../library/tools/libs > installing 'sysdata.rda' > Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared object '/usr/home/davor/R-dev/R-trunk/library/tools/libs/tools.so': > /usr/home/davor/R-dev/R-t...
2014 Oct 24
1
Error: Line starting 'Package: tools ...' is malformed!
...until I hit this: xlc_r -q64 -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -lc -L/opt/freeware/lib64 -L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib64:/opt/freeware/lib:/usr/lib:/lib -Wl,-bmaxdata:0x80000000 -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o -lm make[6]: Entering directory `/home/meb/source/R-3.1.1/src/library/tools/src' mkdir -p -- ../../../../library/tools/libs make[6]: Leaving directory `/home/meb/source/R-3.1.1/src/library/tools/src' make[5]: Leaving directory `/home/meb/source/R-3.1.1/src/library/tools/src' make[4]:...
2015 Sep 01
0
R doesn't compile on FreeBSD 10.2
...which commands you used: nowhere records >> everything. >> >>> >>> Still the same error: >>> >>> --- tools.so --- >>> cc -shared -L/usr/local/lib -o tools.so text.o init.o Rmd5.o md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o >>> --- all --- >>> --- shlib --- >>> mkdir ../../../../library/tools/libs >>> --- sysdata --- >>> installing 'sysdata.rda' >>> Error in dyn.load(file, DLLpath = DLLpath, ...) : >>> unable to load...
2011 Mar 02
3
CentOS 5 install won't make with shared libs enabled
...ay.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o deparse.o deriv.o devices.o dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir.o errors.o eval.o format.o fourier.o gevents.o gram.o gram-ex.o gramLatex.o gramRd.o graphics.o grep.o identical.o inlined.o inspect.o internet.o iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o model.o names.o objects.o optim.o optimize.o options.o par.o paste.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutil...
2015 Dec 18
1
Assistance much appreciated
FWIW I was able to replicate the problem using AIX7.1 on Power8, R 3.2.3, vac/xlc 11.1, xlf 13.1 in 64-bit mode. Indeed, Peter's analysis is correct re_regexecb(&regline, line..) returns REG_NOMATCH even though the string is literally "Package: tools" - no special characters anywhere. On Dec 17, 2015, at 3:37 PM, peter dalgaard <pdalgd at gmail.com> wrote: > >>
2012 Jan 20
1
Building R on RHEL 5
...ay.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o deparse.o deriv.o devices.o dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir.o errors.o eval.o format.o fourier.o gevents.o gram.o gram-ex.o gramLatex.o gramRd.o graphics.o grep.o identical.o inlined.o inspect.o internet.o iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o model.o names.o objects.o optim.o optimize.o options.o par.o paste.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutil...
2010 Oct 03
2
R-beta_2010-10-02_r53128 fails to compile on FreeBSD
...attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o deparse.o deriv.o devices.o dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir.o errors.o eval.o format.o fourier.o gevents.o gram.o gram-ex.o gramLatex.o gramRd.o graphics.o grep.o identical.o inlined.o inspect.o internet.o iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o model.o names.o objects.o optim.o optimize.o options.o par.o paste.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o prin...
2015 Dec 17
5
Assistance much appreciated
I have been struggling with this error message - and think I finally understand it's context. Start Line by line debugging shows me the function works: ... > saveRDS(val, mapfile) > val $variables $variables$IANA_HTTP_status_code_db [1] 0 1256 $variables$IANA_URI_scheme_db [1] 1256 3458 $variables$table_of_HTTP_status_codes [1] 4714 830 $references named list() $compressed
2010 Feb 16
1
Build failure on Solaris 10 (SPARC)
...ic.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o deparse.o deriv.o devices.o dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir.o errors.o eval.o format.o fourier.o gevents.o gram.o gram-ex.o gramRd.o graphics.o grep.o identical.o inlined.o inspect.o internet.o iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o model.o names.o objects.o optim.o optimize.o options.o par.o paste.o pcre.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o...
2016 Mar 14
0
Help with libiconv problem
...ng in the readers of this list: > > gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined > dynamic_lookup -single_module -multiply_defined suppress > -L../../../../lib -L/usr/local/lib -o tools.so text.o init.o Rmd5.o > md5.o signals.o install.o getfmts.o http.o gramLatex.o gramRd.o > -L../../../../lib -lR -Wl,-framework -Wl,CoreFoundation > mkdir ../../../../library/tools/libs > installing 'sysdata.rda' > Warning messages: > 1: In strptime(paste(.leap.seconds, "23:59:60"), "%Y-%m-%d %H:%M:%S") : > unknown timezone 'Americ...
2017 Feb 20
0
[patch] Eliminate warnings from gcc -Wold-style-declaration
...(gcc 6.3.0 installed from Homebrew). Revision 72220 failing 'make check' ("Error: testing 'utils' failed") with or without the patch must be unrelated to the changes made in the patch. The files "src/library/tools/src/gramLatex.y", "src/library/tools/src/gramRd.y" and "src/main/gram.y" were processed with 'bison -l -y' (GNU Bison version 2.7.1, erroneusly reporting the version as 2.7.12-4996) to create the corresponding .c files. As the warnings are only given when the user asks for "extra" warnings, this is obviously...