superbuild: weird cmake error

Alexander Neundorf neundorf at kde.org
Tue Nov 29 20:41:23 UTC 2011


On Tuesday 29 November 2011, Valentin Rusu wrote:
> On 11/29/2011 07:34 PM, Alexander Neundorf wrote:
> > It's the "--trace" in the command. I don't know how you got that in
> > there.
> 
> Oh, sorry, my fault! I forgot I manually edited the Makefile to add
> --trace to cmake command.
> 
> > If you copy that command just to the command line
> > ("/usr/local/bin/cmake -- trace -E cmake_progress_start
> > /home/kde/src/superbuild/kdesupport/build/CMakeFiles
> > /home/kde/src/superbuild/kdesupport/build/CMakeFiles/progress.marks"),
> > you'll get the error you see below, if you remove the --trace, it
> > works. Alex
> 
> Well, it won't work on my system :
> 
> [valentin at z build]$ cmake -E cmake_progress_start

You forgot the two following arguments:
$ cmake --trace -E cmake_progress_start \
 /home/kde/src/superbuild/kdesupport/build/CMakeFiles \
 /home/kde/src/superbuild/kdesupport/build/CMakeFiles/progress.marks

Alex


More information about the Kde-buildsystem mailing list