Just for future reference, in order to make current SVN trunk build (and run) on Mac OS X 10.4 Tiger, I had to make the following changes:
1. Set MACOSX_DEPLOYMENT_TARGET = 10.4;
2. Set active SDK to 10.4 (due to libiconv version incompatibility otherwise).
3. In plugins/bundle_loader/bundle_loader_plugin.mm on line 50, change:
url = CFURLCreateWithFileSystemPath(0, bundle_path, 0, 0);...
2009-06-30 07:44:24 UTC in X-Chat Aqua