Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SUBPROJECT-edit_cache target is not working anymore #72

Closed
traversaro opened this issue Oct 16, 2014 · 1 comment
Closed

SUBPROJECT-edit_cache target is not working anymore #72

traversaro opened this issue Oct 16, 2014 · 1 comment

Comments

@traversaro
Copy link
Member

Output on Wheezy, CMake 2.8.11 of make kdl_format_io-edit_cache:

icub@icub15:/usr/local/src/robot/codyco-superbuild/build-x86_64 (master)$ make kdl_format_io-edit_cache 
Scanning dependencies of target kdl_format_io-edit_cache
[ 33%] Skipping update step for 'kdl_format_io'
[ 33%] Performing configure step for 'kdl_format_io'
Not searching for unused variables given on the command line.
loading initial cache file /usr/local/src/robot/codyco-superbuild/build-x86_64/libraries/kdl_format_io/CMakeFiles/YCMTmp/kdl_format_io-cache.cmake
-- kdl_format_io version 0.0.1
-- Boost version: 1.49.0
-- Found the following Boost libraries:
--   thread
-- Using iCub from build tree
-- Configuration successful. Type make to compile kdl_format_io
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/local/src/robot/codyco-superbuild/build-x86_64/libraries/kdl_format_io
[ 66%] Running CMake cache editor for kdl_format_io...
ccmake version 2.8.11.1
Usage

  ccmake <path-to-source>
  ccmake <path-to-existing-build>

Options
  -C <initial-cache>          = Pre-load a script to populate the cache.
  -D <var>:<type>=<value>     = Create a cmake cache entry.
  -U <globbing_expr>          = Remove matching entries from CMake cache.
  -G <generator-name>         = Specify a makefile generator.
  -T <toolset-name>           = Specify toolset name if supported by
                                generator.
  -Wno-dev                    = Suppress developer warnings.
  -Wdev                       = Enable developer warnings.
  --copyright [file]          = Print the CMake copyright and exit.
  --help,-help,-usage,-h,-H,/?= Print usage information and exit.
  --help-full [file]          = Print full help and exit.
  --help-html [file]          = Print full help in HTML format.
  --help-man [file]           = Print full help as a UNIX man page and exit.
  --version,-version,/V [file]= Show program name/version banner and exit.

Generators
  Unix Makefiles              = Generates standard UNIX makefiles.
  Ninja                       = Generates build.ninja files (experimental).
  CodeBlocks - Ninja          = Generates CodeBlocks project files.
  CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
  Eclipse CDT4 - Ninja        = Generates Eclipse CDT 4.0 project files.
  Eclipse CDT4 - Unix Makefiles
                              = Generates Eclipse CDT 4.0 project files.
  KDevelop3                   = Generates KDevelop 3 project files.
  KDevelop3 - Unix Makefiles  = Generates KDevelop 3 project files.
  Sublime Text 2 - Ninja      = Generates Sublime Text 2 project files.
  Sublime Text 2 - Unix Makefiles
                              = Generates Sublime Text 2 project files.

[100%] Built target kdl_format_io-edit_cache
icub@icub15:/usr/local/src/robot/codyco-superbuild/build-x86_64 (master)$ 
@drdanz
Copy link
Member

drdanz commented Oct 16, 2014

can you please run VERBOSE=1 make kdl_format_io-edit_cache and paste the output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants