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

Author Topic: SVN-Source Errors  (Read 2843 times)

0 Members and 1 Guest are viewing this topic.

Kernelpanic

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
    • http://eisenholz.bplaced.net
SVN-Source Errors
« on: May 18, 2008, 12:55:37 pm »
I have downloaded the latest SVN-Source.
Make produces this error:
Quote

../../ -DNDEBUG -O2 -fPIC
In file included from ../../SFML/Audio/AudioDevice.hpp:31,
                 from AudioDevice.cpp:28:
../../SFML/Audio/OpenAL.hpp:32:19: error: AL/al.h: Datei oder Verzeichnis nicht gefunden
../../SFML/Audio/OpenAL.hpp:33:20: error: AL/alc.h: Datei oder Verzeichnis nicht gefunden
In file included from ../../SFML/Audio/AudioDevice.hpp:31,
                 from AudioDevice.cpp:28:

And then  a lot of "not-declared" errors.

With "make install" I have got an error »../../../lib/libsfml-audio.so.1« not found,

Is it a bug in the makefile?
The non-SVN-version is running.

 

anything