search for: rcrossbuild

Displaying 9 results from an estimated 9 matches for "rcrossbuild".

Did you mean: crossbuild
2005 Mar 25
0
Re: Cross-building R packages
...hould dig into Makefiles and I tried, but I got lost. I added below the output I got when compiling and there are some errors, but as I said I got lost when searching for cause. Do you or any other from r-help have any clue what is wrong? $ make pkg-GeneticsPed_0.1 export PATH=/home/packages/RCrossBuild/cross-tools/bin:/home/packages/RCrossBuild/cross-tools/mingw32/bin:.:/home/ggorjan/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:.:/home/ggorjan/apiis/apiis/bin:/home/ggorjan/apiis/apiis/../ref_breedprg/bin; \ export mypkg=`echo GeneticsPed_0.1 | cut -d'_'...
2003 Jul 06
2
cross-compiling for windows with linux
...m, the output leaves me not so confident about the the usability of the pack built for Windows (I am currently unable to verify it): ---------- Making package splicegear ------------ installing inst files adding build stamp to DESCRIPTION installing R files save image /home/laurent/these/R/RCrossBuild/WinR/R-1.7.1/src/gnuwin32/install-save.sh: line 23: /home/laurent/these/R/RCrossBuild/WinR/R-1.7.1/bin/Rterm: No such file or directory /home/laurent/these/R/RCrossBuild/WinR/R-1.7.1/src/gnuwin32/install-save.sh: line 34: 5846 Broken pipe cat ${lib}/${pkg}/R/${pkg} Execution of package...
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 --no-headers --number-sections -o tmp.html tmp.texi tidy tmp.html > tmp2.html 2&...
2005 Jan 28
1
error in gmake CrossCompileBuild
Dear all, I expect that I am on thin ice trying to build this on freeBSD 4.10, however, after tweaking Makefile-rcb v11Oct04 /* MAKE=gmake; MINGW_CROSS = mingw-cross4 */, I encounter: mingw32-gcc -isystem ~/RCrossBuild/cross- tools/mingw32/include -O2 -Wall -pedantic -I../include -I. - DHAVE_CONFIG_H -DR_DLL_BUILD -c dynload.c -o dynload.o dynload.c: In function `R_loadLibrary': dynload.c:94: warning: implicit declaration of function `_controlfp' dynload.c:94: error: `_MCW_IC' undeclared (first use...
2003 Nov 25
2
O2 optimization produces wrong code (PR#5315)
...nstalling akima source in linux, with same data: -with gcc-2.95.3 -O2 : give correct results (under R 1.7.1); -with gcc-3.2.3 -O2 : give wrong results (under R-1.7.1 and R-1.8.0); -with gcc-3.2.3 (no optimization) give correct results (under R-1.7.1 and R-1.8.0); Installing akima module made by RCrossBuild (with gcc-2.95.3, R-1.7.1) in Windows-XP and R-1.8.0 gives correct results (it is possible to use cross-compiled akima module using R-1.7.1, because there is no call from akima to R...). It would be better to use RCrossBuild and R-1.8.0, but actually, RCrossBuild is not running with gcc-3.2.3 an...
2007 Jan 19
2
pcre library in R (PR#9319)
...e_dfa_exec.c:(.text+0x1f2a): more undefined references to `__pcre_ucp_findprop' follow collect2: ld returned 1 exit status make[4]: *** [R.dll] Error 1 make[3]: *** [../../bin/R.dll] Error 2 make[2]: *** [rbuild] Error 2 make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/daniel/Jobb/R/RCrossBuild/WinR/R-2.4.0/src/gnuwin32' Can you please report in greater detail how you added the files pcre_ucp_searchfuncs.c and ucptable.c Mr. Kinney? I have downloaded the files but I don't know where to put them, under /WinR/R-2.4.0/src/extra/pcre? And to which makefile, Makefilw.win? Thank you....
2006 Oct 25
1
Cross-compilation
...n and Rossini tutorial "Building Microsoft Windows versions of R and R packages using Intel Linux". I have got reasonably far with this but when doing the linking using the line: i586-mingw32-g++ -shared -s -o mylibrary.dll mylibrary.def mylibrary.o mylibrary_res.o -L/my/path/RCrossBuild/WinR/R-2.4.0/bin -lR I get lots of these type of messages: /my/path/to/mylibrary.cpp:43: undefined reference to `_GLOBAL_OFFSET_TABLE_' and other similar linker errors for virtually every object and command in the program. After some googling I have found that there may be problems wit...
2006 Aug 03
0
Help Building packages for windows
Hello all, I've tried to build my linux source package with the following commands and then run it through the RCrossBuild package with R 2.3.1, but I get errors about how the built field is incorrect and that my Rd file has a non-empty \name. I've looked through the Rd file and it seems to not have any empty \name values, but I'm not sure how to tell if any are 'missing'. The built field is: Buil...
2007 Oct 11
2
R260 cross-compilation
Hi, I'm trying to cross compile R260 in a ubuntu 6.06 linux. I downloaded the Makefile for 251 and simply replaced the R version by 260. However I'm getting an error about mingw. ernesto at gandalf:~/ipimar/devel/R/ccompile260$ make R export