<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I tried to build via "build.win32x86/squeak.cog.spur/mvm" but got an error with the resource file...</div><div dir="ltr">```</div><div dir="ltr"><div dir="ltr">i686-w64-mingw32-windres \</div><div dir="ltr">    --include-dir ../../platforms/win32/misc \</div><div dir="ltr">    -D_WIN32 \</div><div dir="ltr">    -DFILEVERSIONVALUES=,,, '-DFILEVERSIONSTRING=\"...\\0\"'  \</div><div dir="ltr">    -i Squeak.rc \</div><div dir="ltr">    -o builddbg/vm/Squeak.res</div><div dir="ltr">==> </div><div dir="ltr">i686-w64-mingw32-windres: Squeak.rc:7: syntax error</div><div dir="ltr">make[1]: *** [../common/Makefile:296: Squeak.res] Error 1</div><div>```</div><div><br></div><div>I see a reference at the top of [1] to this for Pharo but no direct resolution is mentioned.</div><div>[1] <a href="http://forum.world.st/Compiling-the-windows-32-bits-vm-td5072691.html">http://forum.world.st/Compiling-the-windows-32-bits-vm-td5072691.html</a></div><br class="gmail-Apple-interchange-newline"><div>[Squeak.rc:7](<a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/build.win32x86/squeak.cog.spur/Squeak.rc#L7">https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/build.win32x86/squeak.cog.spur/Squeak.rc#L7</a>) is...<br></div><div>```</div><div>FILEVERSION FILEVERSIONVALUES<br></div><div>```</div><div>and the value ",,," supplied for FILEVERSIONVALUES on the command line seems invalid.<br><br></div><div><br></div><div>I see Pharo has hardcoded the value... <br></div><div><div><a href="https://www.diffchecker.com/O36vXV5b">https://www.diffchecker.com/O36vXV5b</a><br></div><div><a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/build.win32x86/pharo.cog.spur/Pharo.rc#L7">https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/build.win32x86/pharo.cog.spur/Pharo.rc#L7</a></div></div><div><div>```</div><div> FILEVERSION 5,0,0,0<br></div><div>```</div></div><div><br></div><div>and if I do the same in Squeak.rc the build completes.</div><div>So should I submit a PR for that, or does anyone know how the command line "FILEVERSIONVALUES" </div><div>is supposed to be supplied a proper value?  Searching the repo doesn't give any hints...</div><div><a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/search?q=FILEVERSIONVALUES">https://github.com/OpenSmalltalk/opensmalltalk-vm/search?q=FILEVERSIONVALUES</a></div><div><br></div><div><br></div></div><div>cheers -ben</div></div></div></div></div></div></div></div></div></div></div></div>