Alexander Hansen wrote: > > The KDE maintainer has kindly set the packages automatically to log > their output. Look at > > /private/tmp/buildlog/root/kdebase3-unified-3.5.9-2/config.log > > to see if there's a message about what the configurator for kdebase3 > was trying to run to detect kdelibs3 . I've seen packages report on > the build output that they aren't able to find e.g. GTK+2, only to see > that some other library was missing for the same test, so the GTK+2 > message got triggered. This might be a similar issue. > > Alexander K. Hansen > akh AT finkproject DOT org > Fink User Liaison and Documenter > > configure:31659: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -Wal l -W -Wpointer-arith -Os -Os -fPIC -Wno-non-virtual-dtor -fno-exceptions -fno-ch eck-new -fno-common -I/sw/lib/qt3/include -I/usr/X11R6/include -I/sw/include - DQT_THREAD_SUPPORT -I/sw/lib/system-openssl/include -I/sw/lib/freetype219/inclu de/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/flex/include -fno-common -n o-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/sw/include -I/usr/X11R6/include -L/sw/ lib/flex/lib -L/sw/lib/freetype219/lib -L/sw/lib/system-openssl/lib conftest.cp p -L/sw/lib/qt3/lib -L/usr/X11R6/lib -L/sw/lib -lqt-mt -lpng -lz -lm -ldl -lXex t -lX11 -lSM -lICE 1>&5 conftest.cpp: In function 'int main()': conftest.cpp:58: warning: 'argv' is used uninitialized in this function configure:31666: $? = 0 configure:31703: result: no configure:31735: checking for rpath configure:31767: result: yes configure:31770: checking for KDE configure: 31826: /sw/include/ksharedptr.h taking that configure: 31856: /sw/lib/libkio.la taking that configure: 31874: /sw/lib/kde3/plugins/designer/kdewidgets.la taking that configure:31944: result: libraries /sw/lib, headers /sw/include configure:31983: checking if UIC has KDE plugins available configure:32010: /sw/lib/qt3/bin/uic -L /sw/lib/kde3/plugins/designer -nounload -impl actest.h actest.ui > actest.cpp configure:32013: $? = 0 configure:32027: result: no configure:32038: error: you need to install kdelibs first.
If you did install kdelibs, then the Qt version that is picked up by this configure is not the same version you used to compile kdelibs. The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the _same Qt version_, compiled with the _same compiler_ and the same Qt configuration settings. And then the file starts a new section listing the cache variables. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
