nel-all
[Top][All Lists]
Advanced

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

Re: [Nel] Build NEL on Windows


From: Phil Jia-Lin Wu
Subject: Re: [Nel] Build NEL on Windows
Date: Wed, 20 Mar 2002 14:38:57 +1100

Hi Robert,

It works, thanks.

However, there is another problem for compilation.
When the VC++ compiling the "driver_openal file" project, it will occur 2 error 
messages as below:

--------------------------------------------------------
Compiling...
stdopenal.cpp
U:\clip2\projects\nevrax\nel\src\sound\driver\openal\sound_driver_al.h(58) : 
error C2146: syntax error : missing ';' before identifier 'EAXSetProp'
U:\clip2\projects\nevrax\nel\src\sound\driver\openal\sound_driver_al.h(58) : 
fatal error C1004: unexpected end of file found
Error executing cl.exe.

nel - 2 error(s), 0 warning(s)
------------------------------------------------------------

Does anyone know the problem?

If i double click the error message, the VC++ will jump to the position as 
below:

------------------------------------------
namespace NLSOUND {
// alGenBuffers, alGenSources
//typedef ALAPI ALvoid ALAPIENTRY (*TGenFunctionAL) ( ALsizei, ALuint* );
typedef ALvoid (*TGenFunctionAL) ( ALsizei, ALuint* );

// alIsBuffer, alIsSource
//typedef ALAPI ALboolean ALAPIENTRY (*TTestFunctionAL) ( ALuint );
typedef ALboolean (*TTestFunctionAL) ( ALuint );


#ifdef EAX_AVAILABLE
// EAXSet global function                
***************************************************
extern EAXSet   EAXSetProp;    ***************** here is the error detected 
************
                                                        
***************************************************
//EAXGet global function
extern EAXGet   EAXGetProp;

#endif

----------------------------------------------------------

Cheers,

Phil


#ifdef NL_DEBUG
void TestALError();
#else
#define TestALError() NULL
#endif
---------------





>>> address@hidden 03/19/02 10:04PM >>>
Hi Garry,

Monday, March 18, 2002, 6:03:59 PM, you wrote:
GK> What does that mean? or How to build "NEL" on windows?

There is a problem with Unix/Windows end of line method
in the "nel.zip" file.

Download the [tgz] "nel.tar.gz" version instead or use
a CVS client to download the source tree.  Winzip will
uncompressed the .gz file correctly with the correct
end of line tokens.

Warm regards,
Robert



_______________________________________________
Nel mailing list
address@hidden 
http://mail.freesoftware.fsf.org/mailman/listinfo/nel-all




reply via email to

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