1
General discussions / SFML 2 for OS X comes true!
« on: October 03, 2011, 08:39:12 am »
I did it and it still does the same things, I don't know if it's me or just SFML.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Thread 1: Program Received Signal: EXC_BAD_ACCESS
ld: library not found for -lsfml-system-d
Command /Developer/usr/bin/clang++ failed with exit code 1
warning: Unable to read symbols for @executable_path/../Frameworks/libsfml-system-d.2.dylib (file not found).
warning: Unable to read symbols from "libsfml-system-d.2.dylib" (not yet mapped into memory).
warning: Unable to read symbols for @executable_path/../Frameworks/libsfml-window-d.2.dylib (file not found).
warning: Unable to read symbols from "libsfml-window-d.2.dylib" (not yet mapped into memory).
warning: Unable to read symbols for @executable_path/../Frameworks/libsfml-graphics-d.2.dylib (file not found).
warning: Unable to read symbols from "libsfml-graphics-d.2.dylib" (not yet mapped into memory).
warning: Unable to read symbols for @executable_path/../Frameworks/libsfml-audio-d.2.dylib (file not found).
warning: Unable to read symbols from "libsfml-audio-d.2.dylib" (not yet mapped into memory).
warning: Unable to read symbols for @executable_path/../Frameworks/libsfml-network-d.2.dylib (file not found).
warning: Unable to read symbols from "libsfml-network-d.2.dylib" (not yet mapped into memory).
warning: Unable to read symbols for @executable_path/../Frameworks/sndfile.framework/Versions/A/sndfile (file not found).
warning: Unable to read symbols from "sndfile" (not yet mapped into memory).
[Switching to process 15731 thread 0x0]
dyld: Library not loaded: @executable_path/../Frameworks/libsfml-system-d.2.dylib
Referenced from: /Users/miguel/Library/Developer/Xcode/DerivedData/SFML-fkqdktzopjllqmbaepebfgsawoso/Build/Products/Debug/SFML.app/Contents/MacOS/SFML
Reason: no suitable image found. Did find:
/usr/local/lib/libsfml-system-d.2.dylib: stat() failed with errno=13
sharedlibrary apply-load-rules all
(gdb)
Screen_Height= 640
Screen_Width= 480
Bits_Per_Pixel= 32
Window_Title= Window
etc...