compile error in X11GLContext.java

i had a compilation error for CVS jogl at
src/net/java/games/jogl/impl/x11/X11GLContext.java: 177: ‘void’ type not allowed here
i have no idea how to change the source code there.

CVS revision of X11GLContext.java is 1.8.
java is j2sdk1.4.2_03 in Linux.

i want to know someone has a workaround. Thanks for your help.

Hi,

I encountered the same error and after some investigation found that

GLX.glXDestroyContext(mostRecentDisplay, context)

should not return any result.

This is already fixed in CVS rev. 1.9.

Yuri

Thanks, Yuri! i could compile and make everything work! :slight_smile: