robotology / ycm-cmake-modules

YCM (YCM CMake modules) is a collection of various useful CMake modules.
http://robotology.github.io/ycm-cmake-modules
Other
52 stars 23 forks source link

`SUBPROJECT-edit_cache` target is not working anymore #72

Closed traversaro closed 10 years ago

traversaro commented 10 years ago

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 commented 10 years ago

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