On Sat, 14 May 2011 15:44:57 -0600, Gary K Olson wrote: Gottet-mac failed with the following build message: > > G "QWidget::mouseReleaseEvent(QMouseEvent*)", referenced from: > vtable for Boardin moc_board.o > vtable for ScoreBoardin moc_score_board.o > vtable for Windowin moc_window.o > "QString::shared_null", referenced from: > __ZN7QString11shared_nullE$non_lazy_ptr in main.o > (maybe you meant: __ZN7QString11shared_nullE$non_lazy_ptr) > ld: symbol(s) not found for architecture ppc > collect2: ld returned 1 exit status > lipo: can't open input file: /var/tmp//cch5vPDi.out (No such file or > directory) > make: *** [Gottet.app/Contents/MacOS/Gottet] Error 1 > ### execution of /sw/lib/qt4-mac/bin/qmake failed, exit code 2 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-gottet-mac-1.0.3-1002 > (Reading database ... 263040 files and directories currently installed.) > Removing fink-buildlock-gottet-mac-1.0.3-1002 ... > Failed: phase compiling: gottet-mac-1.0.3-1002 failed
> > Possibly another fonconfig2 victim? Tht Q* world is not related to fontconfig. I can't even get that far on my 10.6/i386 with gottet-mac though... g -4.2 -c -pipe -I/sw/lib/system-openssl/include -O2 -arch i386 -arch ppc -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../lib/qt4-mac/mkspecs/macx-g 42 -I. -I../../../lib/qt4-mac/lib/QtCore.framework/Versions/4/Headers -I../../../lib/qt4-mac/include/QtCore -I../../../lib/qt4-mac/lib/QtGui.framework/Versions/4/Headers -I../../../lib/qt4-mac/include/QtGui -I../../../lib/qt4-mac/include -Ibuild -F/sw/lib/qt4-mac/lib -o build/board.o src/board.cpp /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed Installed assemblers are: /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64 /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386 lipo: can't open input file: /var/tmp//cc9NXBdP.out (No such file or directory) in the very first compiler call. The gottet.pro file specified "ppc", which I'm not. I just committed -1003 to fix that. And it does build completely for me now. Not sure if your problem is missing "-framework QtGui" or trying to find the *ppc* of that on your non-ppc machine, so this fix may or may not solve it for you too. dan -- Daniel Macks [email protected] ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
