fletcher / MultiMarkdown-5

Reference implementation of MultiMarkdown; replaces MultiMarkdown v4 (deprecated -- see MMD-6 instead)
https://github.com/fletcher/MultiMarkdown-6
Other
293 stars 46 forks source link

cmake errors #61

Closed alecjacobson closed 4 years ago

alecjacobson commented 4 years ago

After issuing on Mac OS 10.15 with cmake 3.18 from https://cmake.org/download/

git clone https://github.com/fletcher/MultiMarkdown-5
cd MultiMarkdown-5/build
/Applications/CMake.app/Contents/bin/cmake ../

I get the error

CMake Error at /Applications/CMake.app/Contents/share/cmake-3.18/Modules/CPack.cmake:561 (message):
  CPack package description file:
  "/Users/ajx/Repos/MultiMarkdown-5/build/README.html" could not be found.
Call Stack (most recent call first):
  /Applications/CMake.app/Contents/share/cmake-3.18/Modules/CPack.cmake:565 (cpack_check_file_exists)
  CMakeLists.txt:497 (include)

CMake Error at /Applications/CMake.app/Contents/share/cmake-3.18/Modules/CPack.cmake:561 (message):
  CPack readme resource file:
  "/Users/ajx/Repos/MultiMarkdown-5/build/README.html" could not be found.
Call Stack (most recent call first):
  /Applications/CMake.app/Contents/share/cmake-3.18/Modules/CPack.cmake:567 (cpack_check_file_exists)
  CMakeLists.txt:497 (include)
alecjacobson commented 4 years ago

FWIW, starting over and issuing:

git clone -recursive https://github.com/fletcher/MultiMarkdown-5
cd MultiMarkdown-5/
make deprecated

appears to have worked.

fletcher commented 4 years ago

Make sure to follow the instructions in the README. ;)

And FYI -- MultiMarkdown-5 is deprecated:

https://github.com/fletcher/MultiMarkdown-6