Nedko Arnaudov a écrit :
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o src/audio/audioEvent.o -c -I/usr/include/freetype2 -I/usr/include/libxml2/ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -fasynchronous-unwind-tables src/audio src/base src/ui src/midi src/audio/audioEvent.cpp
g++: src/audio: linker input file unused because linking not done
g++: src/base: linker input file unused because linking not done
g++: src/ui: linker input file unused because linking not done
g++: src/midi: linker input file unused because linking not done
cc1plus: src/audio: No such file or directory
cc1plus: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
scons: *** [src/audio/audioEvent.o] Error 1
scons: building terminated because of errors.
SCons by Steven Knight et al.:
script: v0.96.92.D002, 2006/04/11 07:39:43, by knight on roxbury
engine: v0.96.92.D002, 2006/04/11 07:39:43, by knight on roxbury
Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation
g++ (GCC) 3.4.3
If I run g++ manually without those src/* dirs in commandline, g++
succeeds creating the object file.
Hi,
Great the first compilation problems !!!
don't know why it doesn't work though, i'm going to have a look at this
SConstruct file !!!
Do you manage to compile the entire application after that?
Flo