Hi Robert,

The problem may be in the way I am linking with OSG libs in my Makefile.  To 
check that I tried to create a Makefile for the osgintersection example. when I 
run cmake I get the following:

The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:7 (SETUP_EXAMPLE):
  Unknown CMake command "SETUP_EXAMPLE".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.8)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!


Please help to get this resolved. Then I can check whether I can run this 
example in my system. If I am successful I will compare the Makefiles and 
hopefully that will resolve the udefined symbol problem.


Thank you!

Cheers,
Huron

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=33157#33157





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to