search for: r_fileversion

Displaying 6 results from an estimated 6 matches for "r_fileversion".

Did you mean: fileversion
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
...-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 that my change to MkRules caused 'svnversion' to put an 'M' (modified) on the end of the svn version it reports. This svn version number is used in the R_FILEVERSION macro, which is used in in the *.rc files. The resource file compiler, windres, appears to choke on...
2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...-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 that my change to MkRules caused 'svnversion' to put an 'M' (modified) on the end of the svn version it reports. This svn version number is used in the R_FILEVERSION macro, which is used in in the *.rc files. The resource file compiler, windres, appears to choke on...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11340)
...co.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 that my change to MkRules caused 'svnversion' to put an > 'M' (modified) on the end of the svn version it reports. This svn > version number is used in the R_FILEVERSION macro, which is used in in > the *.rc files. The resource file compiler, windres,...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...ndres.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 that my change to MkRules caused 'svnversion' to put an > > 'M' (modified) on the end of the svn version it reports. This svn > > version number is used in the R_FILEVERSION macro, which is used in in > > the *.rc files. The resource fil...
2009 Apr 01
1
problems with package tutorial
...s a very nice example that I could really learn a lot from. Thanks a lot for any help/enlightenment. #=========================================================================== = #include <windows.h> #include "Rversion.h" VS_VERSION_INFO VERSIONINFO FILEVERSION R_FILEVERSION PRODUCTVERSION 3,0,0,0 FILEFLAGSMASK 0x3L FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN ? ? ? BLOCK "StringFileInfo" ? ? ? BEGIN ? ? ? ? ? ? ? BLOCK "040904E4" ? ? ? ? ? ? ? BEGIN ? ? ? ? ? ? ? ? ? ? ? VALUE "FileDescription", "DL...
2009 Mar 31
1
error when going through Alan Lenarcic's package Tutorial
...his package tutorial etc. ? I'm using R 2.8.1 on windows. Oh, also , if anyone does respond, I won't be able to respond back till after 11pm US ? Eastern Time. Thanks a lot. #include <windows.h> #include "Rversion.h" VS_VERSION_INFO VERSIONINFO FILEVERSION R_FILEVERSION PRODUCTVERSION 3,0,0,0 FILEFLAGSMASK 0x3L FILEOS VOS__WINDOWS32 FILETYPE VFT_APP BEGIN ? ? ? BLOCK "StringFileInfo" ? ? ? BEGIN ? ? ? ? ? ? ? BLOCK "040904E4" ? ? ? ? ? ? ? BEGIN ? ? ? ? ? ? ? ? ? ? ? VALUE "FileDescription", "DL...