Loek Jehee wrote:
[]
dyld: /sw/src/qt3-3.2.2-12/qt-x11-free-3.2.2/bin/uic can't open library: /sw/lib/libqt-mt.3.dylib (No such file o

Maybe something went wrong earlier. Do you have libqt-mt.3.dylib in the build directory?


% cd /sw/src/qt3-3.2.2-12/qt-x11-free-3.2.2
% ll lib/libqt-mt*dylib
-rwxr-xr-x 1 root 593 6539164 4 Nov 09:43 lib/libqt-mt.3.2.2.dylib
lrwxr-xr-x 1 658 593 20 4 Nov 09:43 lib/libqt-mt.3.2.dylib -> libqt-mt.3.2.2.dylib
lrwxr-xr-x 1 658 593 20 4 Nov 09:43 lib/libqt-mt.3.dylib -> libqt-mt.3.2.2.dylib
lrwxr-xr-x 1 658 593 20 4 Nov 09:43 lib/libqt-mt.dylib -> libqt-mt.3.2.2.dylib


This should be picked up by bin/uic, because at that point the DYLD_LIBRARY_PATH is set to `pwd`/lib. Only if this library does not exist, it will look in /sw/lib. At least that's the theory ;-)

--
Martin




------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to