Hi Allen, I think drivers issues, will not be a problem by now, those problems were a couple of years ago, so I think ATI drivers will be better now! :), so do not use -DcompileTarget=ati, I think is a deprecated option now, we need to upgrade our documentation! :).
About the problem of JAVA_INCLUDE_PATH, is cmake looking for a JDK distribution. you need a JDK installed on your system in order to compile the JNI part and you also need export JAVA_HOME environment variable pointing to that jvm. (on ubuntu i think is: export JAVA_HOME=/usr/lib/jvm/<your-installed-jdk>) About changing this conversatin to another thread or mail, I'm ok answering any questions here. osgVP is a project that uses intensively OSG, so If It's not a problem for Robert or other users of the list/forum is ok for me! :). Rafa. On Mon, Feb 8, 2010 at 7:53 PM, Allen Saucier <[email protected]> wrote: > Hello Rafa, > > And here is my output w/ the original CMakeLists.txt with the following > command line: > > mvn install -Dmaven.test.skip=true -DcompileTarget=ati -DuseBuildMan > > > Best regards, > Allen > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=23812#23812 > > > > > Attachments: > http://forum.openscenegraph.org//files/mavenoutput2_595.txt > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > -- Rafael Gaitán Linares Instituto de Automática e Informática Industrial http://www.ai2.upv.es Ciudad Politécnica de la Innovación Universidad Politécnica de Valencia _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

