I've made some progress in getting the install to work but gobject-introspection has been a real pain.
jhbuild build meta-gtk-osx-core keeps dying with the message
grep: /opt/local/lib/ libintl.la: No such file or directory sed: /opt/local/lib/ libintl.la: No such file or directory
libtool: link: `/opt/local/lib/ libintl.la' is not a valid libtool archive
I'm sure this has to do with something left behind from my now removed macports, but I couldn't find anything searching the list archives so I thought I would ask if anyone has any suggestions. /opt/local isn't in anymore and in fact I removed /opt/local as it only had stuff left behind by macports. I don't mind starting from scratch again, but I want to understand the cause of this problem.
Check your environment for MacPorts litter. If that's clean, there's a library somewhere that you upgraded with MacPorts which is trying to pull in the MacPorts libintl -- which has it in its rpath list (you can see the rpath list with otool -L). With the MacPorts directory removed that library is broken anyway, so you might as well remove it. It may take a bit of detective work to find it, though, particularly if you've been naughty and installed things into /usr/lib.
Regards, John Ralls
|