Łukasz Kucharski wrote: [] > (test -z "../../../bin/" || cd "../../../bin/" ; targ=`basename > ../../../bin/uic`; objcopy --only-keep-debug "$targ" "$targ.debug" && > objcopy --strip-debug "$targ" && objcopy > --add-gnu-debuglink="$targ.debug" "$targ" && chmod -x "$targ.debug" ) ; > cd src/corelib/ && make -f Makefile > /sw/src/fink.build/qt4-x11-4.6.2-2/qt-kde-qt-mac/bin/moc -DQT_SHARED > -D__USE_WS_X11__ -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE > -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT > -DQT_MOC_COMPAT -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG > -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/darwin-g++42 > -I. -I../../include -I../../include/QtCore -I.rcc/release-shared > -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 > -I.moc/release-shared animation/qabstractanimation.h -o > .moc/release-shared/moc_qabstractanimation.cpp > make[1]: *** [.moc/release-shared/moc_qabstractanimation.cpp] > Segmentation fault
Do you have an older version of qt4-x11 installed? If yes, does removing it before building the newer version help? -- Martin ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
