-
Notifications
You must be signed in to change notification settings - Fork 2k
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
question about make ./configure? #1044
Comments
The simplest way to build infer is with |
thanks to jvllard, and i want to parse C code, but i met a question as following: Warning: you are not using a release of Infer. The C and To speed this along, you are encouraged to use a release of http://fbinfer.com/docs/getting-started.html If you are only interested in analyzing Java programs, simply ./build-infer.sh java Are you sure you want to compile clang? (y/N) y compilation failure; you can try running make clean |
and i have installed clang on this env infer-master# clang --version |
@b0207191 How did you get the sources of infer? You should get them by cloning the github repo. GitHub generates .zip and .tar.gz or the sources but they are unusable because they do not contain the submodule in facebook-clang-plugins. |
@jvllard, thanks, [ 94%] Building CXX object tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/DummyISelFuzzer.cpp.o |
Compiling clang is very memory-hungry. We limit the number of parallel jobs to try and avoid running out of memory, but you can also override it yourself by running |
Hopefully this is resolved, closing the issue optimistically. Feel free to reopen if you have more questions. |
when i run ./configure, it occurs as following
checking for ocamlmklib... /usr/local/bin/ocamlmklib
checking for ocamldoc... /usr/local/bin/ocamldoc
checking for ocamlbuild... no
checking if OCaml version is >= 4.06.1... yes
checking for ocamlbuild... no
configure: error: ocamlbuild not found.
root@OptiPlex-390:/toolsrc/infer-master# ocaml --version
The OCaml toplevel, version 4.06.1
i think i have installed ocaml with version 4.06.1
The text was updated successfully, but these errors were encountered: