Author Topic: Compile Error  (Read 1888 times)

0 Members and 1 Guest are viewing this topic.

Offline kamahl

  • 21
Quote
In file included from cutscene/mveplayer.cpp:53:
./sound/ds.h:204:20: error: AL/al.h: No such file or directory
./sound/ds.h:205:21: error: AL/alc.h: No such file or directory
./sound/ds.h:253: error: ‘ALuint’ does not name a type

From the CVS.  The whole folder is missing...

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
You need to make sure that you have the OpenAL development package installed.

 

Offline Herra Tohtori

  • The Academic
  • 211
  • Bad command or file name
libopenal, libopenal-dev were the names, right?
There are three things that last forever: Abort, Retry, Fail - and the greatest of these is Fail.

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
libopenal, libopenal-dev were the names, right?
On Fedora at least.  With Ubuntu it's something like libopenal0a and libopenal-dev, which is pretty close.  Not sure about something like SuSE, but undoubtedly it's about the same as Fedora.