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

Makefile errors #13

Open
gopal-ramadugu opened this issue Jun 18, 2018 · 1 comment
Open

Makefile errors #13

gopal-ramadugu opened this issue Jun 18, 2018 · 1 comment

Comments

@gopal-ramadugu
Copy link

gopal-ramadugu commented Jun 18, 2018

Below is the error I am getting while running the makefile. I am currently on MacOS High Sierra. I am installed Cmake(cmake version 3.11.2). Can you please look in to this ?

./Makefile
./Makefile: line 2: all:: command not found
./Makefile: line 4: clean-deps:: command not found
./Makefile: line 8: deps:: command not found
./Makefile: line 10: get-submodules:: command not found
./Makefile: line 13: c4:: command not found
./Makefile: line 15: z3:: command not found
./Makefile: line 17: lib/c4/build/src/libc4/libc4.dylib:: No such file or directory
./Makefile: line 18: @which: command not found
./Makefile: line 20: cd: lib/c4/build: No such file or directory
./Makefile: line 21: cd: lib/c4/build: No such file or directory
./Makefile: line 23: lib/z3/build/z3-dist:: No such file or directory
make: *** No rule to make target `install'. Stop.
./Makefile: line 31: lib/z3/build/libz3.dylib:: No such file or directory
./Makefile: line 32: cd: lib/z3: No such file or directory
./Makefile: line 33: cd: lib/z3/build: No such file or directory
./Makefile: line 37: fast-test:: command not found
./Makefile: line 38: sbt: command not found

I also tried running using make command as well.
CMake Error: The source directory "/Users/test/Downloads/molly-master/lib/c4" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** [lib/c4/build/src/libc4/libc4.dylib] Error 1

@palvaro
Copy link
Owner

palvaro commented Jun 20, 2018

I haven't tried building on High Sierra yet. I recommend running molly in vagrant using the vagrantfile.

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