Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Compiling Template Error  (Read 1591 times)

0 Members and 1 Guest are viewing this topic.

soren

  • Newbie
  • *
  • Posts: 3
    • View Profile
Compiling Template Error
« on: September 22, 2011, 02:52:56 am »
Code: [Select]
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:

Code: [Select]
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. :\

Jalfor

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
Compiling Template Error
« Reply #1 on: September 22, 2011, 02:41:48 pm »
Have you tried reinstalling OpenAL?
If a picture tells 1000 words, then a YouTube video clearly tells 1000000 making a YouTube video obviously a larger work than the Lord Of The Rings, or some other massive novel. Thus are the laws of YouTube videos.

soren

  • Newbie
  • *
  • Posts: 3
    • View Profile
Compiling Template Error
« Reply #2 on: September 22, 2011, 03:17:24 pm »
Where can I acquire openal?  

The one that I had prior was in /Library/Frameworks/OpenAL.framework which installed with xcode I imagine.

 

anything