still getting some errors
In file included from extal.cpp:35:
extal.h:146: syntax error before `*' token
extal.h:147: `ALCcontext' was not declared in this scope
extal.h:147: `context' was not declared in this scope
extal.h:147: typedef declaration includes an initializer
extal.h:147: typedef `alcMakeContextCurrentPROC' is initialized
extal.h:148: `ALCcontext' was not declared in this scope
extal.h:148: `context' was not declared in this scope
extal.h:148: typedef declaration includes an initializer
extal.h:148: typedef `alcProcessContextPROC' is initialized
extal.h:149: syntax error before `*' token
extal.h:150: `ALCcontext' was not declared in this scope
extal.h:150: `context' was not declared in this scope
extal.h:150: typedef declaration includes an initializer
extal.h:150: typedef `alcGetContextsDevicePROC' is initialized
extal.h:151: `ALCcontext' was not declared in this scope
extal.h:151: `context' was not declared in this scope
extal.h:151: typedef declaration includes an initializer
extal.h:151: typedef `alcSuspendContextPROC' is initialized
extal.h:152: `ALCcontext' was not declared in this scope
extal.h:152: `context' was not declared in this scope
extal.h:152: typedef declaration includes an initializer
extal.h:152: typedef `alcDestroyContextPROC' is initialized
extal.h:223: syntax error before `;' token
extal.h:226: syntax error before `;' token
extal.cpp:108: parse error before `=' token
extal.cpp:111: parse error before `=' token
extal.cpp: In function `int LoadALC()':
extal.cpp:377: `alcCreateContext' undeclared (first use this function)
extal.cpp:377: (Each undeclared identifier is reported only once for each
function it appears in.)
extal.cpp:377: `alcCreateContextPROC' undeclared (first use this function)
extal.cpp:377: parse error before `(' token
extal.cpp:380: `alcGetCurrentContext' undeclared (first use this function)
extal.cpp:380: `alcGetCurrentContextPROC' undeclared (first use this function)
extal.cpp:380: parse error before `(' token
does anyone else getting array of size 0 from Display.getDisplayModes()
using 0.5 in suse 8.1?
also
when i installed suse i selected mesa-devel but when i installed nvidia glx
it removed mesa header's file's but didn't install nvidia to correct location
i symlinked the dir to correct path but don't know if i have all the header files, this is why i got glxtokens.h error's before but now i'm stuck with extal.
currently i can't do nothing with lwjgl because of Display class