Hello, I have this error among other errors that are related to the Eclipse API :
[generator] lwjgl/src/java/org/lwjgl/util/generator/FieldsGenerator.java:38: ... package com.sun.mirror.declaration does not exist
What is the path for the Eclipse API on Mac OS release "Luna" ?
You're building with Java 8, but LWJGL can only be built with up to Java 7. It depends on apt, which has been removed in 8 (javax.annotation.processing & javax.lang.model have replaced it).
wow, I didn't notice that change. So is annotation a Java 7 API not eclipse. thanks