Make fails if OpenAL dev only partially installed.

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
tuna
Star Pilot
Star Pilot
Posts: 5
Joined: Tue Aug 15, 2006 7:57 am

Make fails if OpenAL dev only partially installed.

Post by tuna »

I just want to chime in that if you have all the rest of OpenAL installed except libalut-dev (including AL/alut.h), make fails even though configure doesn't warn about it.

also, in the newest svn version there is something dodgy about /src/cmd/ai/aggressive.cpp on line 1367, Specifically the "int leniency" lacks a default value or something. if you add =0 to the end of it, it compiles but i have absolutely no idea what that does so...
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

Looks like that error in aggressive.cpp is fixed in SVN for me (I see a "int leniency=6")

About the OpenAL problems, I'm not a configure expert. If you can figure out the beast that is autoconf/automake, then please send us a patch.

Configure should warn about it, but maybe it doesn't check for openAL, or it does but ignores the result and doesn't consider it a fatal error.
Post Reply