ld: library not found for -lsfml-system-d
Command /Developer/usr/bin/clang++ failed with exit code 1
Running SFML 2 on OS X Lion. Built via makefile with cmake.
edit:
Recompiled with cmake and set CMAKE_BUILD_TYPE to Debug and ran again. And it seems to work now.
Though, I'm getting:
An internal OpenAL call failed in SoundStream.cpp (350) : AL_INVALID_OPERATION, the specified operation is not allowed in the current state
An internal OpenAL call failed in SoundStream.cpp (355) : AL_INVALID_OPERATION, the specified operation is not allowed in the current state
An internal OpenAL call failed in SoundStream.cpp (277) : AL_INVALID_OPERATION, the specified operation is not allowed in the current state
An internal OpenAL call failed in SoundSource.cpp (64) : AL_INVALID_OPERATION, the specified operation is not allowed in the current state
When I actually do run the program. :\