On 16 Feb 2009, at 00:24, Jonas Huckestein wrote:
In run_xcode_target.rb the command for executing shell programs is built in line 295. The environment variables DYLD_FRAMEWORK_PATH and DYLD_LIBRARY_PATH are set. Instead of setting them, the new directories should be appended. In my case this caused some of the libraries I was using to spawn random malloc errors, I guess that is, because macports uses these paths. I don't know what happened exactly, but changing the command to appending the new paths instead of setting them solved my problem and sounds more reasonable anyway.
What do you think,
I am curious to know what the existing values of these variables are for you and what exactly goes wrong.
Certainly we can change it, and it does make sense, I just don’t understand why you’d get errors when not appending.