I am trying to build ArahPaint4 with qt3
http://sourceforge.net/projects/apaint4/
it is an open source drawing program for textile design.
We have a newer version, ArahPaint5 which uses qt5, but some users prefer
the older version, because it works faster (drawing operations work better
on old version, where we still use Xlib directly to transfer Pixmap to
Qimage using MIT-SHM shared memory interface). New Qt4 based version also
suffers from bugs in underlying Qt which were never fixed, as development
moved on to Qt5.

ArahPaint4, built on older version on Mac OS X runs on Capitan. But I would
like to build a 64 bits version of ArahPaint on El Capitan.

Dušan Peterc

On Thu, Dec 31, 2015 at 4:38 AM, Hanspeter Niederstrasser <
f...@snaggledworks.com> wrote:

> 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