drt24 / gnuprologjava

GNU Prolog for Java
8 stars 5 forks source link

java8 can't compile GNU Prolog for Java #1

Closed thetrime closed 8 years ago

thetrime commented 8 years ago

Java 8 (and probably 7) allocate too small a stack to the compiler, resulting in an overflow during compilation. A small patch to build.xml fixes this by bumping the stack to 2MB and directing ant to start compilers in their own JVM. Without this, I cannot compile the package using java8.