Skip to content

Instantly share code, notes, and snippets.

@mintar
Created August 23, 2016 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mintar/992693371d7ca29b71b28a7209cef8d8 to your computer and use it in GitHub Desktop.
Save mintar/992693371d7ca29b71b28a7209cef8d8 to your computer and use it in GitHub Desktop.
martin@scipia:/tmp/base-types/build (git)-[master]-$ cmake -DCMAKE_INSTALL_PREFIX=$HOME/dev/install ..
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/lib/ccache/cc
-- Check for working C compiler: /usr/lib/ccache/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/c++
-- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Performing Test CXX_SUPPORTS_Wall
-- Performing Test CXX_SUPPORTS_Wall - Success
-- Performing Test CXX_SUPPORTS_Wno_unused_local_typedefs
-- Performing Test CXX_SUPPORTS_Wno_unused_local_typedefs - Success
-- Performing Test CXX_SUPPORTS_Wnon_virtual_dtor
-- Performing Test CXX_SUPPORTS_Wnon_virtual_dtor - Success
-- Boost version: 1.54.0
-- Using the following Boost include directory: /usr/include
-- Found the following Boost libraries:
-- system: /usr/lib/x86_64-linux-gnu/libboost_system.so
-- checking for module 'eigen3'
-- found eigen3, version 3.2.5
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6")
-- SISL library not found, NURBS 3D curve wrappers won't be installed (missing: SISL_INCLUDE_DIRS SISL_LIBRARIES)
-- Compiling base without 'spline' support
-- checking for module 'base-logging'
-- package 'base-logging' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:283 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:337 (_pkg_check_modules_internal)
/home/martin/dev/install/share/rock/cmake/Rock.cmake:209 (pkg_check_modules)
/home/martin/dev/install/share/rock/cmake/Rock.cmake:315 (rock_find_pkgconfig)
/home/martin/dev/install/share/rock/cmake/Rock.cmake:493 (rock_target_definition)
/home/martin/dev/install/share/rock/cmake/Rock.cmake:560 (rock_library_common)
src/CMakeLists.txt:16 (rock_library)
pkg-config: /tmp/base-types/src/base.pc.in is not available for configuration
-- checking for module 'vizkit3d'
-- package 'vizkit3d' not found
-- vizkit3d not found ... NOT building the vizkit3d plugin
-- FindRuby: looking for config.h
-- Found Ruby: /usr/bin/ruby
-- did not find Yard, the Ruby packages won't generate documentation
-- Ruby library found: /usr/lib/libruby-1.9.1.so
-- found Ruby version 1.9.3
-- SISL library not found, NURBS 3D curve wrappers won't be installed (missing: SISL_INCLUDE_DIRS SISL_LIBRARIES)
-- Could not find all required gems (missing: GEM_rice_FOUND)
-- checking for module 'rice'
-- package 'rice' not found
-- Could not find all required gems (missing: GEM_rice_FOUND GEM_rice_FOUND)
CMake Error at /home/martin/dev/install/share/rock/cmake/RockRuby.cmake:324 (message):
could not find rice, which is required for this package's Ruby bindings.
Set BINDINGS_RUBY to OFF to disable building the bindings altogether.
Call Stack (most recent call first):
/home/martin/dev/install/share/rock/cmake/RockRuby.cmake:101 (rock_ruby_rice_extension)
bindings/ruby/CMakeLists.txt:9 (rock_add_ruby_package)
-- Configuring incomplete, errors occurred!
See also "/tmp/base-types/build/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment