On 09/09/2016 07:33 PM, Michael wrote:
> cmake .. -DCMAKE_INSTALL_PREFIX=[PREFIX] -DCMAKE_BUILD_TYPE=[Debug]

   The square brackets mean these things are optional.  You're not 
supposed to type in the square brackets.  Try deleting your "build" 
directory (rm -rf build), recreate it (mkdir build), switch into it (cd 
build), then run cmake like this:

$ cmake ..

   Might work a little better.

Ted.

------------------------------------------------------------------------------
_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to