First off, I'm unable to build with a simple "scons", because it barfs on my qt3 (despite the fact that I have both qt3 and qt4 installed).
When I build with "scons qtdir=/usr/include/qt4", it seems like scons is playing some weird games with utf16 and corrupting a variable. The compiler command it tries to run looks like: g++ -o lib/scratchlib/DAnalyse.o -c - D _ _ A L S A S E Q M I D I _ _ -pthread -pipe -Wall -W -g -DQT_GUI_LIB -D__SNDFILE__ -DQT_SHARED -DQT3_SUPPORT -DSETTINGS_PATH=\".mixxx/\" etc, etc. See how the "-D__ALSASEQMIDI__" is padded out? Turns out cc1 takes "-" to mean "read from stdin", so it hangs waiting for input from my keyboard. I don't know the first thing about scons, but I'm willing to perform additional testing if you guys have any ideas on how to fix it. Thanks, Mark ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
