nint22 / dwarfcraft

Automatically exported from code.google.com/p/dwarfcraft
Other
0 stars 0 forks source link

Build broke in xcode4 osx 10.7 #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Build broke in xcode4 osx 10.7 - fails to execute nop instruction

Original issue reported on code.google.com by nin...@gmail.com on 21 Feb 2012 at 5:39

GoogleCodeExporter commented 9 years ago
Build report:

GNU gdb 6.3.50-20050815 (Apple version gdb-1708) (Thu Nov  3 21:59:02 UTC 2011)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".tty /dev/ttys002
warning: Unable to read symbols for 
/Library/Frameworks/Library.framework/Versions/A/Library (file not found).
warning: Unable to read symbols from "Library" (not yet mapped into memory).
[Switching to process 4271 thread 0x0]
dyld: Library not loaded: 
/Library/Frameworks/Library.framework/Versions/A/Library
  Referenced from: /Users/jbridon/Library/Developer/Xcode/DerivedData/Exec-capqjplqndwnlagpakvlesicmhfn/Build/Products/Debug/Exec
  Reason: image not found
sharedlibrary apply-load-rules all
kill
quit
Program ended with exit code: 0

Original comment by nin...@gmail.com on 27 Feb 2012 at 10:01

GoogleCodeExporter commented 9 years ago
Solution: XCode4 needs all non-standard libraries explicitly copied into the 
executable directory of the main application

Original comment by nin...@gmail.com on 27 Feb 2012 at 10:14