However it crashes on startup on 10.5. I don't have Xcode on my 10.5 drive so the best I can do is give you the non helpful error message:
unknown required load command 0x80000022
unknown required load command 0x80000022
file JuceDemo.app/Contents/MacOS/JuceDemo
JuceDemo.app/Contents/MacOS/JuceDemo: Mach-O executable i386
Process: JuceDemo [653]
Path: /Users/joe/Downloads/JuceDemo.app/Contents/MacOS/JuceDemo
Identifier: com.rawmaterialsoftware.jucedemo
Version: 2.0.0 (2.0.0)
Code Type: X86 (Native)
Parent Process: launchd [210]
Interval Since Last Report: 710 sec
Crashes Since Last Report: 1
Per-App Interval Since Last Report: 68 sec
Per-App Crashes Since Last Report: 1
Date/Time: 2012-02-22 19:38:50.333 -0800
OS Version: Mac OS X 10.5.8 (9L31a)
Report Version: 6
Anonymous UUID: 4F35427E-F75B-4D90-ADF2-36024FBE90C2
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0
Dyld Error Message:
Symbol not found: __ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_i
Referenced from: /Users/joe/Downloads/JuceDemo.app/Contents/MacOS/JuceDemo
Expected in: /usr/lib/libstdc++.6.dylib
unknown required load command 0x80000022
// this little function just demonstrates a few system info calls
Logger::outputDebugString (collectSomeSystemInfo());
// this little function just demonstrates a few system info calls
Logger::outputDebugString ("Cryptic crashes suck\n");
//==============================================================================
void Logger::outputDebugString (const String& text)
{
std::cerr << text << std::endl;
}
unknown required load command 0x80000022
Users browsing this forum: No registered users and 1 guest