search for: rcico

Displaying 5 results from an estimated 5 matches for "rcico".

Did you mean: cico
2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...n\r-devel\src\gnuwin32>make all recommended make --no-print-directory -C front-ends Rpwd make -C ../../include -f Makefile.win version make Rpwd.exe gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error make[3]: *** [rcico.o] Error 1 make[2]: *** [Rpwd] Error 2 make[1]: *** [front-ends/Rpwd.exe] Error 2 make: *** [all] Error 2 Line 9 of src\gnuwin32\front-ends\rcico.rc is FILEVERSION R_FILEVERSION The problem was...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
On Tue, 29 Apr 2008, Duncan Murdoch wrote: > This is not a bug, it's a feature. > > It stops me from distributing versions with unintentional uncommitted > changes. It does have that effect, but the error messages are pretty obscure: c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error and Error on line 12 in e:\R\R-svn\r-devel\src\gnuwin32\installer\R.iss: Value of [Setup] section directive "VersionInfoVersion" is invalid. Both problems are Windows-specific and the desire to not distribute versions with unintentional uncommitted uncommit...
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
...n\r-devel\src\gnuwin32>make all recommended make --no-print-directory -C front-ends Rpwd make -C ../../include -f Makefile.win version make Rpwd.exe gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error make[3]: *** [rcico.o] Error 1 make[2]: *** [Rpwd] Error 2 make[1]: *** [front-ends/Rpwd.exe] Error 2 make: *** [all] Error 2 Line 9 of src\gnuwin32\front-ends\rcico.rc is FILEVERSION R_FILEVERSION The problem was...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11340)
...;make all recommended > make --no-print-directory -C front-ends Rpwd > make -C ../../include -f Makefile.win version > make Rpwd.exe > gcc -std=gnu99 -I../../include -O3 -Wall -pedantic -c rpwd.c -o rpwd.o > windres --preprocessor="gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o > c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error > make[3]: *** [rcico.o] Error 1 > make[2]: *** [Rpwd] Error 2 > make[1]: *** [front-ends/Rpwd.exe] Error 2 > make: *** [all] Error 2 > > Line 9 of src\gnuwin32\front-ends\rcico.rc is > FI...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation and Administration", including links to external software. Particularly there is a link to texinfo which is part of Rtools. The documentation is maintained and it is a sufficient source of information for building R on Windows. https://cran.r-project.org/doc/manuals/r-release/R-admin.html