search for: winr

Displaying 20 results from an estimated 22 matches for "winr".

Did you mean: wine
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 `/home/ros/RWORK/CROSSSOMP/WinR/R-1.8.0/src/gnuwin32' makeinfo --no-split --html --no-headers --number-sections -o tmp.html tmp.texi tidy tmp.html > tmp2.html 2> /dev/null make[2]: [fixed/html/rw-FAQ.html] Err...
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...riginal reference to mingw-cross2. 3. updated MkRules HEADER=$(CROSSDIR)/i586-mingw32/include , replacing original reference to <snip>/mingw32/include. 4. reset LinuxFresh = YES Yan and Rossini imply that linuxR: is an optional step if R is already installed. I ran afoul of steps in $(WINR)/<snip>/gnuwin32/MakePkg referencing symbols in the tools package in the system's version of R. Happily, these ran successfully against $(LINUXR)/R/bin/R. I hope some of this turns useful to others attempting this. Thanks, Steve Dutky Sdutky@terpalum.umd.edu Revised Makefile-rcb:...
2007 Oct 11
2
R260 cross-compilation
...ompile260$ make R export PATH=/home/ernesto/ipimar/devel/R/ccompile260/cross-tools/bin:/home/ernesto/ipimar/devel/R/ccompile260/cross-tools/i586-mingw32/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games; \ cd /home/ernesto/ipimar/devel/R/ccompile260/WinR/R-2.6.0/src/gnuwin32/; \ make; \ cd /home/ernesto/ipimar/devel/R/ccompile260/WinR; \ tar zcf Win-R-2.6.0.tgz R-2.6.0 make[1]: Entering directory `/home/ernesto/ipimar/devel/R/ccompile260/WinR/R-2.6.0/src/gnuwin32' make --no-print-directory -C front-ends Rpwd make -C ../...
2003 Jul 06
2
cross-compiling for windows with linux
...t 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 sour...
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> /...
2007 Jan 19
2
pcre library in R (PR#9319)
...:(.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. Best...
2005 Mar 25
0
Re: Cross-building R packages
...bin:.:/home/ggorjan/apiis/apiis/bin:/home/ggorjan/apiis/apiis/../ref_breedprg/bin; \ export mypkg=`echo GeneticsPed_0.1 | cut -d'_' -f1,1`; \ cd /home/packages/RCrossBuild/pkgsrc; \ rm -rf $mypkg; \ tar zxf GeneticsPed_0.1.tar.gz; \ echo -------$mypkg------; \ cd /home/packages/RCrossBuild/WinR/R-2.0.1/src/gnuwin32/; \ make PKGDIR=/home/packages/RCrossBuild/pkgsrc RLIB=/home/packages/RCrossBuild/WinRlibs STAMP=no HELP=YES pkg-$mypkg; \ mkdir -p /home/packages/RCrossBuild/WinRlibs; \ cd /home/packages/RCrossBuild/WinRlibs; \ rm -rf $mypkg.zip; \ zip -rl $mypkg.zip $mypkg -x \*.so \*.dll \...
2003 Jan 06
1
R-devel cross-building
...me 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 message make -f Makefile.docfiles make[2]: Entering directory `/scratch/rcb/WinR/R-devel/src/gnuwin32' sed -e s/@RVER@/`cut -d' ' -f1 ../../VERSION | sed -n 1p`/g -e s/@RWVER@/rw1070/g rw-FAQ.texi | \ makeinfo --no-headers --number-sections -o rw-FAQ makeinfo: unrecognized option `--number-sections' Try `makeinfo --help' for more information. make[2]: ***...
2009 Apr 14
3
Problem cross-compiling on Ubuntu
...Yan and Rossini. When I try to cross-compile I get a load of errors, apparently due to R.h (and possibly other things) not being found: [snip - everything fine up to here] i586-mingw32-g++ -isystem /home/harry/RLibrary/forWindows/cross-tools/i586-mingw32/include -I/home/harry/RLibrary/forWindows/WinR/R-2.6.0/include -Wall -O2 -c adaboost.cpp -o adaboost.o In file included from dataset.h:20, from node_terminal.h:21, from distribution.h:20, from adaboost.h:20, from adaboost.cpp:3: buildinfo.h:8:19: R.h: No such file or directo...
2004 Oct 19
1
Cross compiling in R-2.0.0
...e ------------ adding build stamp to DESCRIPTION /bin/sh: line 1: --vanilla: command not found make[5]: *** [frontmatter] Erro 127 make[4]: *** [all] Erro 2 make[3]: *** [pkg-base] Erro 2 make[2]: *** [rpackage] Erro 2 make[1]: *** [all] Erro 2 make[1]: SaĆ­ndo do directorio `/home/iago/crossbuild/WinR/R-2.0.0/src/gnuwin32' The error appears in the call to $(REXE), that was defined in R-2.0.0/src/gnuwin32/MakePkg (Line 18) as: REXE = $(R_EXE) --vanilla --slave I tried substituting REXE with R --vanilla --slave and that did the trick, only to later fail with a complain about $(R_HOME)....
2007 Apr 30
1
Cross compiling with R250
...loading Error: could not find function "Sys.setenv" Execution halted make[5]: *** [lazyload] Error 1 make[4]: *** [all] Error 2 make[3]: *** [pkg-utils] Error 2 make[2]: *** [rpackage] Error 1 make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/ernesto/ipimar/devel/R/ccompile250/WinR/R-2.5.0/src/gnuwin32'
2004 Nov 26
1
Cross-compiling R for Windows on linux
...red (first use in this function) dynload.c:99: error: `_MCW_PC' undeclared (first use in this function) make[4]: *** [dynload.o] Error 1 make[3]: *** [../../bin/R.dll] Error 2 make[2]: *** [rbuild] Error 2 make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/markus/Development/r-project/WinR/R-2.0.1/ src/gnuwin32' Anybody knows what do to now? -- Markus Helbig -------------------------------------------- Bahnhofstrasse 21 86492 Egling Germany markus.helbig@student.uni-augsburg.de -------------------------------------------- http://www.rosuda.org/staff/helbig
2006 Oct 25
1
Cross-compilation
...i 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 with the...
2007 Jan 08
1
Cross-compilation of R and ld bug ?
...ore un defined references to `__pcre_ucp_findprop' follow collect2: ld returned 1 exit status make[4]: *** [R.dll] Erreur 1 make[3]: *** [../../bin/R.dll] Erreur 2 make[2]: *** [rbuild] Erreur 2 make[1]: *** [all] Erreur 2 make[1]: quittant le r?pertoire ? /home/stephane/Rdev/CrossCompileBuild/WinR/R-2 .4.0/src/gnuwin32 ? **************************************** I have read (http://www.murdoch-sutherland.com/Rtools/) that a bug exists for ld version 2.16.91 20050827 and that Prof Ripley produced a patched version. It seems that my problem is also related to ld (and I have the same version)...
2005 Jan 28
1
error in gmake CrossCompileBuild
...C' undeclared (first use in this function) dynload.c:99: error: `_MCW_PC' undeclared (first use in this function) gmake[5]: *** [dynload.o] Error 1 gmake[4]: *** [../../bin/R.dll] Error 2 gmake[3]: *** [rbuild] Error 2 gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `~/RCrossBuild/WinR/R- 2.0.0/src/gnuwin32' ...<snip>... I see _controlfp is declared in ~/RCrossBuild/cross- tools/<snip>/include/float.h but does not appear to be defined elsewhere. Any advice greatly appreciated. Thanks, Steve Dutky sdutky at terpalum.umd.edu
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...n.res \ /I "$(XAPIAN_CORE_REL_PHP)\include" \ /I "$(PHP_SRC_DIR)\main" \ /d PHP_MAJOR_VERSION="\"$(PHP_MAJOR_VERSION)\"" \ version.rc - and here is the resource file I use (new file "version.rc" in win32): #include "winres.h" #include "xapian\version.h" #include "php_version.h" VS_VERSION_INFO VERSIONINFO FILEVERSION XAPIAN_MAJOR_VERSION,XAPIAN_MINOR_VERSION,XAPIAN_REVISION PRODUCTVERSION XAPIAN_MAJOR_VERSION,XAPIAN_MINOR_VERSION,XAPIAN_REVISION FILEFLAGSMASK 0x3fL #ifdef _DEBUG FI...
2008 Sep 29
1
winelib: afxres.h - needed?
Hey, I was playing around with winelib today and with a friend's help I was almost able to make coolplayer (listed as "working") compile on my Gentoo machine. I had to do that in a 32bit chroot, I had to change one of the includes and comment out another one. Now I'm stuck. coolplayer is written with Visual studio, so there's a file named coolplayer.rc. It includes
2009 Feb 17
5
Problems in Compiling MFC
...ource.h Header_Files/TestApp.h Header_Files/stdafx.h MyCmdLineInfo.h Resource_Files/res/SingleAlg_CPU_Video.rc2 Source_Files/stdafx.cpp readImage.h dicom_io.h SingleAlg_CPU_Video.rc warning: In non-MFC projects, winemaker replaces the MFC specific header 'afxres.h' with 'winres.h' warning: the above warning is issued only once Generating project files... 2) when the "make" command is given, this is how the output looks like admin at XXX:~/.wine/drive_c/windows/system32/MFC> make wineg++ -shared dicom_io.dll.spec -mno-cygwin -o dicom_io.dll.so...
2019 May 30
2
UEFI boot manager sequence problems HP Envy
...;xfs" /dev/sda6: UUID="ifEKlz-O4SM-NevI-X4TQ-lQg2-0lAN-Jb7cZQ" TYPE="LVM2_member" PARTUUID="97e93e7c-a6cf-4532-8f7d-5c0e50987350" /dev/sda1: LABEL="WINRE" UUID="8262E42362E41DA3" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="277e20d2-ee46-412b-babb-9b2249324ca4" /dev/sda2: SEC_TYPE="msdos" UUID="1437-B8F4" TYPE="vfat" PARTLABEL="EFI System Parti...
2019 May 28
4
UEFI boot manager sequence problems HP Envy
Morning all, I have a HP Envy dual boot system (Win8 for serious stuff, i.e. Train Sim and Flight Sim) and Centos 7 for everything else. In the past I've had the occasional problem where an update on the windows side has updated the UEFI boot sequence but using efibootmgr has always fixed it. On Friday I discovered that my HDD was failing so I tried using Clonezilla to move it on to a new