Chas
29-07-2010 13:31:08
This isn't a big deal or anything but it can be a bit annoying:
this line from ogreoggsoundmanager.cpp (1.17) at about line 228 fails to build on my linux box:
ALCenum error = alGetError(device);
when I changed alGetError to alcGetError like this:
// ALCenum error = alGetError(device);
ALCenum error = alcGetError(device);
it then builds fine
this line from ogreoggsoundmanager.cpp (1.17) at about line 228 fails to build on my linux box:
ALCenum error = alGetError(device);
when I changed alGetError to alcGetError like this:
// ALCenum error = alGetError(device);
ALCenum error = alcGetError(device);
it then builds fine