I am trying to compile under Debian/Testing and am hitting a snag. Not
being a C++ programmer, I am rather floundering here :-(

Using build-ubuntu-deps.bash as a reference, I successfully got all
the required packages installed and a good chunk of the compile went
through. The error occurred at this point:

--------
+ SKYX_SOURCE_DIR=/opt/naali-deps/build/realxtend-tundra-deps/skyx
+ cmake -DCMAKE_INSTALL_PREFIX=/opt/naali-deps/install .
-- Configuring SKYX 0.2.1
-- Search path:
CMake Warning at CMake/SkyXDependencies.cmake:59 (find_package):
  Could not find module FindOGRE.cmake or a configuration file for
package
  OGRE.

  Adjust CMAKE_MODULE_PATH to find FindOGRE.cmake or set OGRE_DIR to
the
  directory containing a CMake configuration file for OGRE.  The file
will
  have one of the following names:

    OGREConfig.cmake
    ogre-config.cmake

Call Stack (most recent call first):
  CMakeLists.txt:107 (include)


-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
CMake Warning at CMake/SkyXDependencies.cmake:75 (find_package):
  Could not find module FindOIS.cmake or a configuration file for
package
  OIS.

  Adjust CMAKE_MODULE_PATH to find FindOIS.cmake or set OIS_DIR to the
  directory containing a CMake configuration file for OIS.  The file
will
  have one of the following names:

    OISConfig.cmake
    ois-config.cmake

Call Stack (most recent call first):
  CMakeLists.txt:107 (include)


CMake Error at CMake/Utils/SkyXMacroLogFeature.cmake:95 (MESSAGE):



 
-----------------------------------------------------------------------------


  -- The following REQUIRED packages could NOT be located on your
system.

  -- Please install them before continuing this software installation.

  -- If you are in Windows, try passing -DSKYX_DEPENDENCIES_DIR=<path
to
  dependencies>


 
-----------------------------------------------------------------------------


  + OGRE: 3D library needed for the OgreGraphics plugin <http://>

  + OIS: Input library needed for the OISInput plugin
  <http://sourceforge.net/projects/wgois>


 
-----------------------------------------------------------------------------
Call Stack (most recent call first):
  CMake/SkyXDependencies.cmake:83 (MACRO_DISPLAY_FEATURE_LOG)
  CMakeLists.txt:107 (include)


-- Configuring incomplete, errors occurred!
--------

Any pointers on where to look or what to do here?

I have also installed libois-dev in addition to the listed
requirements, but no difference.
(This is prety much the same result as I am seeing on the Ubuntu build
system at work too :-( )

-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

Reply via email to