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@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
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem