Hacker News new | ask | show | jobs
by albertzeyer 5892 days ago
Crashes here (on 10.5) with:

Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000 Crashed Thread: 0

Dyld Error Message: unknown required load command 0x80000022

I guess it is for 10.6 only?

1 comments

I wrote him a mail. It was not by purpose. He will check that later.
Heh, I also did digging and sent him a mail. Looks like a missing linker flag.
Thanks, both of you. :-) The version up there now works with 10.5, according to holygoat (thanks to the magic "-mmacosx-version-min=10.5" compiler flag).
Cool thanks, works fine! :)

Also good to know about that compiler flag. :)