nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] Compilation errors on OpenAL Driver ?!


From: Olivier Cado
Subject: Re: [Nel] Compilation errors on OpenAL Driver ?!
Date: Wed, 30 Jan 2002 11:55:34 +0100

Hello,
 
> E:\Développement\NeL\code\nel\src\sound\driver\openal\sound_driver_al.h(60)
> : error C2146: syntax error : missing ';' before identifier
> 'EAXSetProp'
> E:\Développement\NeL\code\nel\src\sound\driver\openal\sound_driver_al.h(60)
> : fatal error C1004: unexpected end of file found
> Error executing cl.exe.

Make sure to add the right include paths in your settings.
Under Windows, let's say you have installed OpenAL in the folder C:\OpenAL.
The include paths will be C:\OpenAL\Win and C:\OpenAL\Win\AL
(the paths C:\OpenAL\Include and C:\OpenAL\Include\AL are the wrong ones :-).
This is because the OpenAL platform-dependant implementations have been
developed separately and the header files did not remain the same
(slightly different function names, arguments, defines, and so on).

I hope this will help.

Regards,
Olivier Cado
-- 
      Nevrax   http://www.nevrax.com
       Ryzom   http://www.ryzom.com
         NeL   http://www.nevrax.org


reply via email to

[Prev in Thread] Current Thread [Next in Thread]