Problem with CVS compile on XP

I’ve recently downloaded the CVS tree for xith3d and attempeted to compile it with ANT 1.6.1, jSDK 1.4.2_03 on my XP Pro box.
It seems to go well until I get 30 unresolved symbol errors, all dealing with the lwjgl libs.
I’m able to compile jme using the same libs without a problem. All necessary files are in the appropriate directories. As I’m migrating from C/C++ to Java, any help in getting xith3D to compile would be appreciated.

BTW, it there a list anywhere that shows what versions of what libs are currently being used? Thx.

Hi,

You should ensure that you use LWJGL form third-party folder found in CVS tree. It is possible that you get some errors if you are using latest LWJGL.

Alternatively, you can exclude files that cause an error from compiling in the ant script, and you’ll get JOGL-only version.

Yuri

Hi Yuri,
Thanks for the help.I used the third-party lwjgl.jar file and the compile succeeded. :slight_smile: