clangml icon indicating copy to clipboard operation
clangml copied to clipboard

doesn't compile on freebsd

Open UnixJunkie opened this issue 9 years ago • 2 comments

Looks like some clang/llvm header files are not the same than on Linux

UnixJunkie avatar Oct 18 '16 08:10 UnixJunkie

this is the same error than on osx

UnixJunkie avatar Oct 19 '16 13:10 UnixJunkie

now it compiles; but the command in api.ml is wrong:

clang-3.8 -fsyntax-only -Xclang -load -Xclang _build/clangml.dylib -Xclang -analyze -Xclang -analyzer-checker=external.OCaml ~/src/memcad/bench/rt/queue.c

works on Linux but not on freebsd. I need to figure it out.

UnixJunkie avatar Oct 20 '16 15:10 UnixJunkie