Hi Allen,

On Wed, Feb 10, 2010 at 11:03 PM, Allen Saucier <[email protected]> wrote:
> Rafa,
>
> Ok, I've used your latest CMakeLists.txt and have attached the output.  I 
> still have errors and I do not know what to do to fix those errors.
>
> I can not find any docs on setting up the JAVA_INCLUDE_PATH or the 
> JAVA_INCLUDE_PATH2.  So, if these need to be set before running mvn, your 
> installation procedure on your website will need to be updated.

Yes probably, we know that is a little outdated, but must of the doc
continues being valid.

>
> Any suggestions?

Ok, let's try againg...

Are you sure you have a jdk installed on your system?.. As far as I
know if you export the env var JAVA_HOME pointing to the jdk then that
variables are correctly found.

If I write..
$env
on my command line of linux machine I get this:
...
JAVA_HOME=/usr/lib/jvm/java-6-sun
...

If you are in ubuntu, install a jdk is easy:
$ sudo apt-get install sun-java6-jdk

Once installed go to osgvp directory and do:
$ export JAVA_HOME=/usr/lib/jvm/java-6-sun
$ mvn clean
$ mvn install -Dmaven.test.skip

If you continue getting that errors then something is not correctly
set in your system, and I don't guess what's going on there.


Rafa.


>
> Best regards,
> Allen
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=23976#23976
>
>
>
>
> Attachments:
> http://forum.openscenegraph.org//files/mavenoutput4_120.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

Reply via email to