On Tue, Mar 05, 2013 at 12:03:33PM +0100, Anders Bruun Olsen wrote:
Log: Deploying Qt frameworks found inside: ("./x2goclient.app/Contents/PlugIns/imageformats/libqtiff.dylib") Log: copied: "/opt/local/lib/libtiff.5.dylib" Log: to "./x2goclient.app/Contents/Frameworks//libtiff.5.dylib" ERROR: "install_name_tool: changing install names or rpaths can't be redone for: ./x2goclient.app/Contents/Frameworks//libtiff.5.dylib (for architecture x86_64) because larger updated load commands do not fit (the program must be relinked, and you may need to use -headerpad or -headerpad_max_install_names) " ERROR: "" ERROR: "install_name_tool: changing install names or rpaths can't be redone for: ./x2goclient.app/Contents/Frameworks//libtiff.5.dylib (for architecture x86_64) because larger updated load commands do not fit (the program must be relinked, and you may need to use -headerpad or -headerpad_max_install_names) " ERROR: ""
I have added +w to libtiff.5.dylib. Any idea what could be the problem there?
liftiff needs to be built with -headerpad_max_install_named. See http://trac.macports.org/changeset/103701 where I fixed this in MacPorts. Since I didn't increase the revision, if you were using MacPorts to install your copy of libtiff, you need to run sudo port selfupdate sudo port -s -n upgrade --force tiff to get the change.
-- Clemens Lang MacPorts Developer