Hey all, I've had a little bit of time to work on this again. However, I am unfamiliar with the build process for your dependencies (specifically the build.sh script). Every time I try to build the dependencies using build.sh I get the following error during the build of gettext:
mv: rename /Users/jclyons/adium/Dependencies/source/gettext/gettext-runtime/config.h to /Users/jclyons/adium/Dependencies/source/gettext/gettext-runtime/config-x86_64.h: No such file or directory This is after the "configure" phase of the build script, so there should be a config.h file, unless something is going wrong...but it doesn't look like there are any verbose debugging flags for build.sh, so I can't tell. So far I have been building purple using a modified Darwinports portfile. It is important for me to be able to patch and rebuild libpurple because I have modified it. Jonathan Lyons