[cfe-dev] compiling plugins

Thiago Farina tfarina at chromium.org
Thu Jul 12 19:49:10 PDT 2012


Hi,

I'm trying to build a chromium plugin, but this is valid for clang-check too.

I'm getting the following error when running "make" in
~/llvm/tools/clang/tools/clang-check or
~/llvm/tools/clang/tools/chrome-plugin:

../../../../Makefile.common:60: ../../../../Makefile.config: No such
file or directory
../../../../Makefile.common:68: /Makefile.rules: No such file or directory
make: *** No rule to make target `/Makefile.rules'.  Stop.

I guess I want to use ninja here instead of make, but chrome-plugin
does not have cmake files nor build.ninja just a Makefile. Clang-check
has a CMakeLists.txt, but I'm unsure
how to generate the ninja files from it.

Help?

Thanks,

PS: Please, keep me in CC list as I am not subscribed! That happened
in another thread. btw.

-- 
Thiago



More information about the cfe-dev mailing list