Re: FW: compiling arts
Benjamin Reed <[email protected]> Thu, 22 Jan 2004 11:42:37 -0500
| Newsgroups | gmane.comp.kde.darwin |
|---|---|
| Organization | DFT |
| Message-ID | <[email protected]> |
Alexey Iliyn wrote: > OK, I tried installing binary packages from kde.opendarwin.org and they all > complete with error. Log file has the following record: > > dyld: /opt/kde/bin/kbuildsycoca can't open library: > /Library/Frameworks/Qt.framework/Versions/3/Qt (No such file or directory, > errno = 2) > > There is no QT at this path indeed. I compiled QT myself and make wrote that > libraries went to ./lib. How are they supposed to get to Frameworks? What am > I doing wrong? In the Qt patch there's a script that makes everything into bundles like the installer. The short version is, you can make the /Library/Frameworks/Qt.framework/Versions/3 directory by hand, and symlink /usr/local/qt/lib/libqt-mt.3.dylib to /Library/Frameworks/Qt.framework/Versions/3/Qt and you should be fine.