Created
February 15, 2011 09:54
-
-
Save TBD/827332 to your computer and use it in GitHub Desktop.
Debugging rbtrace under GoogleSketchup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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