Bug #1700

RST fails to build on Windows - does not appear to contain CMakeLists.txt

Added by C. Dreyer over 10 years ago. Updated about 10 years ago.

Status:ClosedStart date:12/20/2013
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:documentation
Target version:-

Description

Following the instructions on creating your own Data Types I encountered the following error while trying to build RST according to the given instructions
http://docs.cor-lab.de//rst-manual/0.9/html/install.html#installation-from-source

$ cd rst/rst-proto # after "git clone" command
$ mkdir -p build && cd build
$ cmake -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=PREFIX ..

causes an error:.. does not appear to contain CMakeLists.txt

History

#1 Updated by J. Moringen over 10 years ago

  • Subject changed from RST build under windows -- does not appear to contain CMakeLists.txt to RST fails to build on Windows - does not appear to contain CMakeLists.txt
  • Category set to documentation

#2 Updated by C. Dreyer over 10 years ago

After changing the directory one up (where the CMakelists are) it works.

#3 Updated by J. Wienke over 10 years ago

You forgot the .. at the end of the cmake call. I am pretty sure ;)

#4 Updated by J. Moringen over 10 years ago

… or the second half of mkdir -p build && cd build did not go through and the directory was not changed.

#5 Updated by J. Moringen about 10 years ago

  • Status changed from New to Closed

Very likely a user error. Reopen if otherwise.

Also available in: Atom PDF