search for: versioninfoversion

Displaying 4 results from an estimated 4 matches for "versioninfoversion".

2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...ine version: Inno Setup 5.2.3 (ISPP 5.2.3.0) ... [ISPP] Preprocessing. ... [ISPP] Preprocessed. Parsing [Setup] section, line 10 ... Parsing [Setup] section, line 20 Error on line 12 in e:\R\R-svn\r-devel\src\gnuwin32\installer\R.iss: Value of [Setup] section directive "VersionInfoVersion" is invalid. Compile aborted. The offending line 12 in R.iss is 12 VersionInfoVersion=2.8.0.45381M and it is put there by src/gnuwin32/installer/JRins.pl. I patched JRins.pl to ensure the svn revision consisted of only digits. Then I could build R on Windows (make distribution) with...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...h 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 uncommitted changes is not Windows-specific. Note that the rcico.rc problem arises as the first step of compiling R on Windows from clean source tree, so you cannot even t...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11340)
...> ... > [ISPP] Preprocessing. > ... > [ISPP] Preprocessed. > Parsing [Setup] section, line 10 > ... > Parsing [Setup] section, line 20 > Error on line 12 in e:\R\R-svn\r-devel\src\gnuwin32\installer\R.iss: Value of > [Setup] section directive "VersionInfoVersion" is invalid. > Compile aborted. > The offending line 12 in R.iss is > 12 VersionInfoVersion=2.8.0.45381M > and it is put there by src/gnuwin32/installer/JRins.pl. > > I patched JRins.pl to ensure the svn revision consisted > of only digits. > > Then I could...
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
I tried for the first time to build R from source on Windows, where I got the source code via svn. Per the Installation and Administration manual, I altered src\gnuwin32\MkRules so it had the the locally correct paths to HTML Help Workshop and Inno Setup 5. I also set USE_SVNVERSION=yes, as suggested in MkRules itself. Then, while in the directory src/gnuwin32 I ran 'make all