I pulled the latest code base and tried to build and this is what I am getting… almost immediately…
Not sure if there is any macport or something that I miss…
my current DYLD_LIBRARY_PATH looks like this
Any help is appreciated...
Doing a little more research - I find that.. I have a whole load of versions of libJPEG.dylib.. incidentally I also updated the latest SDK for iPhone2.1. Not sure if someone could help me nail this error down..
FIXED: The reason was… I had a custom DYLD_LIBRARY_PATH set to /opt/local/lib as I am working on something… since there is a mismatch between the libJPEG that apple provides and macport provides…
after researching more, I found that all i had to do was move my /opt/local/lib setting to DYLD_FALLBACK_LIBRARY_PATH in my profile…