On 11/8/15 12:54 PM, Dušan Peterc wrote:

> cd designer && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f
> Makefile
> /sw/src/fink.build/qt3-3.3.8-2016/qt-x11-free-3.3.8/bin/uic -L
> /sw/src/fink.build/qt3-3.3.8-2016/qt-x11-free-3.3.8/plugins
> listboxeditor.ui -o listboxeditor.h
> dyld: Library not loaded: /sw/lib/libqt-mt.3.dylib
>    Referenced from:
> /sw/src/fink.build/qt3-3.3.8-2016/qt-x11-free-3.3.8/bin/uic
>    Reason: image not found

Unfortunately, Qt3 will never build on 10.11 without massive changes. 
The new 'protection' system (SIP) from Apple makes one of Qt3's programs 
(uic) unable to run during the build because it can't find the library 
in the builddir directory (it's forced to look for it in the install 
location where it doesn't yet exist).

What were you trying to install that needs Qt3?

Hanspeter


------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to