I have downloaded the latest SVN-Source.
Make produces this error:
../../ -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.