SFML community forums

Help => General => Topic started by: Kernelpanic on May 18, 2008, 12:55:37 pm

Title: SVN-Source Errors
Post by: Kernelpanic 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.