Re: compiling arts
Alexey Iliyn <[email protected]> Thu, 22 Jan 2004 21:41:55 +0300
| Newsgroups | gmane.comp.kde.darwin |
|---|---|
| Message-ID | <BC35F423.5DB2%[email protected]> |
I did that (I can actually see libqt-mt.3.dylib file linked if I browse down in Finder), but now I get this error: dyld: /opt/kde/bin/kbuildsycoca file is not a regular file: /Library/Frameworks/Qt.framework/Versions/3/Qt (can't possibly be a library) I tried running make-package.sh file and at the end install_name_tool returns a bunch "s not a Mach-O file" errors, but it's all for .h, .conf, .app, etc kind of files, which I guess is a correct behavior. > From: Benjamin Reed <[email protected]> > Organization: DFT > Date: Thu, 22 Jan 2004 11:42:37 -0500 > To: Alexey Iliyn <[email protected]> > Cc: [email protected] > Subject: Re: FW: [KDE-Darwin] compiling arts > > 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.