Hello Guest

Project doesn't build

  • 2 Replies
  • 4199 Views
Project doesn't build
« on: April 20, 2015, 21:08:51 »
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?

*

Offline spasi

  • *****
  • 2261
    • WebHotelier
Re: Project doesn't build
« Reply #1 on: April 20, 2015, 22:10:01 »
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.

Re: Project doesn't build
« Reply #2 on: April 21, 2015, 06:50:21 »
Thanks spasi, that did fix the compile issue.