Konrad Hofbauer wrote:
It fails to build on Mac (using the same settings as for rc2).
I have not much of an idea what could be the matter ...
creating liblyxinsets.la
(cd .libs && rm -f liblyxinsets.la && ln -s ../liblyxinsets.la
liblyxinsets.la)
/bin/sh ../libtool --tag=CXX --mode=link g++ -Os -isysroot
/Developer/SDKs/MacOSX10.4u.sdk
-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-arch i386 -o lyx main.o ISpell.o SpellBase.o BiblioInfo.o Box.o
Dimension.o PrinterParams.o Thesaurus.o liblyxcore.la liblyxmathed.la
liblyxinsets.la frontends/liblyxfrontends.la frontends/qt4/liblyxqt4.la
liblyxgraphics.la support/liblyxsupport.la ../boost/liblyxboost.la
.../intl/libintl.a -liconv -Wl,-framework -Wl,CoreFoundation -liconv
-lz -framework ApplicationServices -framework Carbon -framework AppKit
-lQtGui -lQtCore -lz -lm
libtool: link: cannot find the library `' or unhandled argument `Carbon'
make[4]: *** [lyx] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
/Konrad
For the above, I used the new Qt 4.4.2 (rc2 was against qt441), built with:
./configure -prefix ~/qt-442 -release -static -fast -no-exceptions
-universal -sdk /Developer/SDKs/MacOSX10.4u.sdk -nomake examples -nomake
tools -nomake demos -no-libtiff
rc3-svn26576 builds OK with qt-4.4.1 (which I most likely built with the
same configure flags). The call to libtool is identical as when using
qt442 (except one more space before -lQtGui and at the end of the line).
Anybody else already using Qt-4.4.2 ?
/Konrad