Hi Allen, Did you replaced your CMakeLists with the last one on trunk (like I said on previous messages)?. In that one I think I removed all ATI detection stuff.
Once you replace it, export the ENVIRONMENT variable JAVA_HOME pointing to your Java Development Kit (JDK), this is necessary to build JNI libraries. Finally do a mvn clean and mvn install -Dmaven.test.skip again. Rafa. On Wed, Feb 10, 2010 at 3:52 PM, Allen Saucier <[email protected]> wrote: > Hi Rafa! > > Ok, well, the problem I keep having w/ osgvp on ubuntu is this: > errors are generated about using g++ 4.3.3 and I can't seem to get the > install to just just the g++ compiler I have. Here is the error message: > > And thank you very much for your help. I really really appreciate it. > > generate: > [mkdir] Created dir: > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/target/target_cmake > [exec] -- The C compiler identification is GNU > [exec] -- The CXX compiler identification is GNU > [exec] -- Check for working C compiler: /usr/bin/gcc > [exec] -- Check for working C compiler: /usr/bin/gcc -- works > [exec] -- Detecting C compiler ABI info > [exec] -- Detecting C compiler ABI info - done > [exec] -- Check for working CXX compiler: /usr/bin/c++ > [exec] -- Check for working CXX compiler: /usr/bin/c++ -- works > [exec] -- Detecting CXX compiler ABI info > [exec] -- Detecting CXX compiler ABI info - done > [exec] ERROR - If you have fglrx driver with ATI card you shoud install > g++3.3 to compile > [exec] -- Looking for XOpenDisplay in > /usr/lib/libX11.so;/usr/lib/libXext.so > [exec] -- Looking for XOpenDisplay in > /usr/lib/libX11.so;/usr/lib/libXext.so - found > [exec] -- Looking for gethostbyname > [exec] -- Looking for gethostbyname - found > [exec] -- Looking for connect > [exec] -- Looking for connect - found > [exec] -- Looking for remove > [exec] -- Looking for remove - found > [exec] -- Looking for shmat > [exec] -- Looking for shmat - found > [exec] -- Looking for IceConnectionNumber in ICE > [exec] -- Looking for IceConnectionNumber in ICE - found > [exec] -- Found X11: /usr/lib/libX11.so > [exec] ERROR - g++3.3 compiler not found. > [exec] CMake Error: The following variables are used in this project, but > they are set to NOTFOUND. > [exec] Please set them or make sure they are set and tested correctly in > the CMake files: > [exec] JAVA_INCLUDE_PATH (ADVANCED) > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpcore > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpviewer > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpplanets > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpterrain > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpfeatures > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpmanipulator > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpstereoconfig > [exec] JAVA_INCLUDE_PATH2 (ADVANCED) > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpcore > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpviewer > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpplanets > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpterrain > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpfeatures > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpmanipulator > [exec] used as include directory in directory > /home/allen/Desktop/osgvp-2.2.0-SNAPSHOT-src/libosgvp/libjni-osgvp/src/jniosgvpstereoconfig > > [exec] -- Configuring incomplete, errors occurred! > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error executing ant tasks > > > > > Best regards, > Allen > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=23938#23938 > > > > > > _______________________________________________ > 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

