Newbie build problem

I’m running NetBeans 3.6 with Ant installed, I have a stable release of LWJGL and jCraft, along with a CVS checkout of the jME source from October 3, 2004.



The source Checkout will not build, returning 61 errors.



When I view the errors, 41 come from LWJGLPropertiesDialog and relate to LWJGL’s Display and DisplayMode classes. LWJGLPropertiesDialog imports org.lwjgl.opengl.DisplayMode, which does not exist, rather org.lwjgl.DisplayMode exists. Even after changing the import statement to reflect that actual packaging of DisplayMode the LWJGLPropertiesDialog class relies on methods such as getWidth() that do not exist in the DisplayMode class.



Is this a problem with my sources for jME or for LWJGL or something else? Is this problem related to one of my installations being of a different version? Do I need an older or newer version of LWJGL for jME to build correctly?



I’m really kind of lost on this, any help would be greatly appreciated.



Thanks,

IIRC the current CVS version of jme compiles against lwjgl 0.92, which is checked in as a lib. Is that your local version, too?

No, I have been using 0.9, I just downloaded 0.92, and I see they have moved around the classes, that would explain a lot of my difficulties, I think. I will try it and report back.



Thank You,