http://bazaar.launchpad.net/~mixxxdevelopers/mixxx/release-1.9.x/revision/2671 introduced the compile with -arch flags on OS X.
I have problems compiling on MacOS 10.6.5 with "scons hss1394=0" since.
FYI i installed all the libraries via macports and they have worked flawless until.
ld: warning: directory '/sw/lib' following -L not found
ld: warning: in /opt/local/lib/libportmidi.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libmad.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libid3tag.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libsndfile.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libFLAC.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libvorbisfile.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libvorbis.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libogg.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libGL.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libGLU.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libtag.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libshout.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /opt/local/lib/libvorbisenc.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
Undefined symbols:
.......
.......
ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** [osx32_build/mixxx] Error 1
scons: building terminated because of errors.
Any ideas?