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

hyfans hyfans hyfans at gmail.com
Sat Dec 9 19:44:10 CET 2006


hi,

 forgot : disable OpenAL, same error.

  need help from you. just cvs update blender serveral seconds ago.

use Latest MingW (tried current and candicate) as well as Cygwin.
all failed with similar error msgs here:

====================


l intern\SoundSystem\intern\SND_WaveCache.cpp
intern\\SoundSystem\\intern\\SND_WaveCache.cpp:42: warning: ignoring #pragma
warning
In file included from intern\\SoundSystem\\intern\\SND_WaveCache.cpp:45:
intern/SoundSystem/SND_WaveCache.h:38: warning: ignoring #pragma warning
g++ -o
D:\netdown\yhbf\build\win32-mingw\intern\SoundSystem\intern\SND_WaveSlot.o
-c -pipe -funsigned-char -fno-strict-aliasing -O2 -Wall -Wno-char-subscripts
-
O2 -Wall -DXP_UNIX -DWIN32 -DFREE_WINDOWS -DNO_SOUND -DGAMEBLENDER=1
-ID:\netdown\yhbf\build\win32-mingw\intern\SoundSystem -Iintern\SoundSystem
-ID:\netdown\yh
bf\build\win32-mingw\intern\SoundSystem\intern -Iintern\SoundSystem\intern
-ID:\netdown\yhbf\build\win32-mingw\intern\moto\include
-Iintern\moto\include -ID:\ne
tdown\yhbf\build\win32-mingw\intern\string -Iintern\string
-ID:\netdown\yhbf\build\win32-mingw\intern\SoundSystem\dummy
-Iintern\SoundSystem\dummy -ID:\netdown\
yhbf\build\win32-mingw\intern\SoundSystem\openal -Iintern\SoundSystem\openal
-ID:\netdown\yhbf\build\win32-mingw\intern\SoundSystem\sdl
-Iintern\SoundSystem\sdl
 intern\SoundSystem\intern\SND_WaveSlot.cpp
ar rc D:\netdown\yhbf\build\win32-mingw\lib\libbf_soundsystem.a
D:\netdown\yhbf\build\win32-mingw\intern\SoundSystem\dummy\SND_DummyDevice.o
D:\netdown\yhbf\bui
ld\win32-mingw\intern\SoundSystem\intern\SND_AudioDevice.o
D:\netdown\yhbf\build\win32-mingw\intern\SoundSystem\intern\SND_C-
api.oD:\netdown\yhbf\build\win32-m
ingw\intern\SoundSystem\intern\SND_CDObject.o
D:\netdown\yhbf\build\win32-mingw\intern\SoundSystem\intern\SND_DeviceManager.o
D:\netdown\yhbf\build\win32-mingw\
intern\SoundSystem\intern\SND_IdObject.o
D:\netdown\yhbf\build\win32-mingw\intern\SoundSystem\intern\SND_Scene.o
D:\netdown\yhbf\build\win32-mingw\intern\SoundS
ystem\intern\SND_SoundListener.o
D:\netdown\yhbf\build\win32-mingw\intern\SoundSystem\intern\SND_SoundObject.o
D:\netdown\yhbf\build\win32-mingw\intern\SoundSys
tem\intern\SND_Utils.o
D:\netdown\yhbf\build\win32-mingw\intern\SoundSystem\intern\SND_WaveCache.o
D:\netdown\yhbf\build\win32-mingw\intern\SoundSystem\intern\S
ND_WaveSlot.o
ar: no operation specified
scons: *** [D:\netdown\yhbf\build\win32-mingw\lib\libbf_soundsystem.a] Error
1
scons: building terminated because of errors.


==============================

i also changed the AR= ??? parts in usr-config.py(copied from win32-mingw.py)
. like this :

AR = ar
ARFLAGS = ruv
ARFLAGSQUIET = ru
scons will say "wrong syntax"

if :
AR = ar
ARFLAGS = ['-ruv']
ARFLAGSQUIET = ['-ru']

got same error.

without [ and ] and - , will give me  syntax errors .

so what's wrong with it?

i can compile blender successfully in linux (yesterday) but in windows so
much effort can't make it work :(

also tried a "safe" version of user-config.py only with minimum cflags like
-O -PIPE, no luck.



thx in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.blender.org/pipermail/bf-committers/attachments/20061210/37ff23a7/attachment.html


More information about the Bf-committers mailing list