[Bf-committers] MingW/Scons/Today CVS---always got "ar: no operation specified" like error--II

Chris Want cwant at ualberta.ca
Sun Dec 10 18:56:24 CET 2006


hyfans hyfans wrote:
> so the default Sconstruct come with cvs doesn't work?   after update to 
> 1.160, i got big progress here,but some windres error appeared  when 
> compiling physics (sumo?)   :)

OK, I've disabled the troublesome code in CVS since it seems to trip up
more people than it helps (sorry Nathan). If you want to go back to using
the HEAD revision, I think you'll need to remove the sticky tag with:

cvs update -A SConstruct

> =======================error msg================================
> windres --include-dirsource\icons -i source\icons\winblender.rcscons -o 
> D:\netdown\yhbf\build\win32-mingw\lib\winresource.o
> ========================================================

I had the same problem. I fixed it by downgrading scons. the problem
is that scons is missing an equal sign in there (should be
--include-dir=source\icons). This is a scons bug and not a
Blender problem. The scons version I tried which worked for me
is 0.96.1, which is referenced in a popular tutorial:

http://mpan3.homeip.net/sub.php?mid=resources&fid=how.txt
http://prdownloads.sourceforge.net/scons/scons-0.96.1.win32.exe

Silly scons.

Chris


More information about the Bf-committers mailing list