Skip to content

Instantly share code, notes, and snippets.

@TBD
Created February 15, 2011 09:54
Show Gist options
  • Save TBD/827332 to your computer and use it in GitHub Desktop.
Save TBD/827332 to your computer and use it in GitHub Desktop.
Debugging rbtrace under GoogleSketchup
> make
ld: warning: in ./libmsgpackc_ext.a, file was built for unsupported file format which is not the architecture being linked (i386)
> console log errors
dyld: lazy symbol binding failed: Symbol not found: _msgpack_unpack_next
Referenced from: /Users/tbd/Desktop/github/rbtrace/ext/rbtrace.bundle
Expected in: flat namespace
dyld: Symbol not found: _msgpack_unpack_next
Referenced from: /Users/tbd/Desktop/github/rbtrace/ext/rbtrace.bundle
Expected in: flat namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment