Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error with make -- ubuntu 16.04 #59

Closed
prabhatkmishra opened this issue Jul 18, 2017 · 3 comments
Closed

error with make -- ubuntu 16.04 #59

prabhatkmishra opened this issue Jul 18, 2017 · 3 comments

Comments

@prabhatkmishra
Copy link

git log master..develop --format="* %s" | sort | uniq > CHANGELOG-UNRELEASED
fatal: ambiguous argument 'master..develop': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
mkdir build 2>/dev/null
Makefile:91: recipe for target 'build' failed
make: [build] Error 1 (ignored)
cd build; rm -rf *
make -C submodules/greg
make[1]: Entering directory '/home/prabhat/Downloads/MultiMarkdown-5/submodules/greg'
cc -g -Wall -O3 -DNDEBUG -c -o greg.o greg.c
cc -g -Wall -O3 -DNDEBUG -c -o tree.o tree.c
cc -g -Wall -O3 -DNDEBUG -c -o compile.o compile.c
cc -g -Wall -O3 -DNDEBUG -o greg-new greg.o tree.o compile.o
mv greg-new greg
make[1]: Leaving directory '/home/prabhat/Downloads/MultiMarkdown-5/submodules/greg'
cd build; touch README.html;
cmake -DCMAKE_BUILD_TYPE=Release ..
/bin/sh: 2: cmake: not found
Makefile:8: recipe for target 'release' failed
make: *** [release] Error 127

@fletcher
Copy link
Owner

MMD v5 is deprecated -- I recommend using v6. I am not working on v5 any more.

Either way, v5 will build on Ubuntu if done correctly. But v6 is better.

@prabhatkmishra
Copy link
Author

Following error with version 6

git log master..develop --format="* %s" | sort | uniq > CHANGELOG-UNRELEASED
fatal: ambiguous argument 'master..develop': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
mkdir build 2>/dev/null
Makefile:111: recipe for target 'build' failed
make: [build] Error 1 (ignored)
cd build; rm -rf *
cd build;
cmake -DCMAKE_BUILD_TYPE=Release ..
/bin/sh: 2: cmake: not found
Makefile:9: recipe for target 'release' failed
make: *** [release] Error 127

@fletcher
Copy link
Owner

You do have cmake installed, right??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants