(using latest tip, commit e04fba6f4241f542453dbe54500bdab3b474fb0e)
The extras/binarybuilder project fails to build (on OS X 10.7.4 using XCode 4.3.3) due to a link error:
Undefined symbols for architecture i386:
"juce::juce_argc", referenced from:
juce::File::getSpecialLocation(juce::File::SpecialLocationType) in juce_core.o
...
juce_argc is defined in juce_Application.cpp which is part of juce_gui_basics.
after adding this dependency, binarybuilder successfully builds again.
cheers, Yair