Re: compiling arts
Benjamin Reed <[email protected]> Thu, 22 Jan 2004 13:47:56 -0500
| Newsgroups | gmane.comp.kde.darwin |
|---|---|
| Organization | DFT |
| Message-ID | <[email protected]> |
Alexey Iliyn wrote: > 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) Probably doesn't like the symlink, guess you'd have to copy it instead. > 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. yeah, that should be OK. I didn't bother sorting them out because it's actually faster to just let install_name_tool bomb on non-objects than to check what they are first. =)