You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ?
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
The text was updated successfully, but these errors were encountered: