Project doesn't build

Started by Benilis, April 20, 2015, 21:08:51

Previous topic - Next topic

Benilis

I am currently unable to build the LWJGL from source. I've cloned the latest github repository onto my local drive, gone into the root of the lwjgl folder, opened a command prompt and run "ant". It begins compiling, but then I get the following error message: .

I am using java and SDK version 1.8.0_45, and I am on windows obviously. I can see that the missing symbol is actually an class from within the lwjgl api, does this means it's currently broken, or can anyone help me with why this might not be building?

spasi

This is a known issue that will be fixed soon. Do an "ant clean", followed by "ant compile-templates" and it should work after that.

Benilis

Thanks spasi, that did fix the compile issue.