[cfe-dev] compiling plugins

Csaba Raduly rcsaba at gmail.com
Fri Jul 13 01:03:38 PDT 2012


On Fri, Jul 13, 2012 at 4:49 AM, Thiago Farina  wrote:
> 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.

/Makefile.rules suggests that there is a reference to
$(SOME_MAKE_VARIABLE)/Makefile.rules and SOME_MAKE_VARIABLE is empty.

Run "make -p" and/or read the makefiles to try to establish which make
variable is not set.
Take a look at remake, which is make with more helpful output.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds



More information about the cfe-dev mailing list