Hi, yet again! Still trying to compile. I have source from 1-4-07, I have mingw 5.0.2, I have scons 0.96.93, I have python 2.4.3. It compiles okay with:
scons BF_TOOLSET=mingw BF_BUILDDIR=c:\build\install
until it gets to a line that says:
windres --include-dirsource\icons -i source\icons\winblender.rcscons -o c:\build\install\lib\winresource.o
whereas it should say:
windres --include-dir=source\icons -i source\icons\winblender.rcscons -o c:\build\install\lib\winresource.o
I can type the line correctly and it will create the file, but then if I run scons again, it does the line wrong again. Is the an sconscript file I have to edit, or is there a way to make scons run without the windres line? One note: I have followed the Scons Refactoring exactly except that my build dir is different, the scons they say to use doesn’t work and I downloaded the source not from cvs, I got it from going to the site and downloading it. I have also followed the Mike Pan compiling blender page as well, I get this same problem with both. I am using Windows XP home edition. Thank you…
If I left anything out that would be helpful, then let me know