From: Braden M. <br...@en...> - 2011-05-16 13:10:33
|
On Mon, 2011-05-16 at 00:01 -0500, Andres Ussa Caycedo wrote: > Hi, I saw the prerequisites, I think I have everything I need > > installed... when I run "./configure", this is the error I get: > > checking for OpenGL Utility library... -lGLU > checking for varargs GLU tesselator callback function type... no > checking for sdl-config... no > configure: error: in `/home/andres/Downloads/openvrml-0.18.8': > configure: error: The Java Native Interface is required for Script node > Java support. > See `config.log' for more details > > what am I doing wrong? how do I solve this? help please :D configure didn't find jni.h. You need either to install a JDK or to pass --disable-script-node-java. You can find this (and other configure options) documented in the section '"configure options' in README. -- Braden McDaniel <br...@en...> |