[cfe-dev] clang and mingw

Vincent Richomme forumer at smartmobili.com
Sun Mar 14 05:45:09 PDT 2010


On Thu, 11 Mar 2010 08:49:54 -0800, Daniel Dunbar <daniel at wxqxqxqx.org>
wrote:
> This is suspicious:
> --
> make[3]: Entering directory `/home/Vincent/llvm/tools/clang/tools'
> make[3]: Nothing to be done for `all'.
> --
> why isn't it building in the driver directory?
> 

Ok I found that from 08th march 2010, clang is not compiled anymore on
mingw.
Problem seems to be the following lines:

C:\Developer\Mingw-NG\home\Vincent\llvm_20100308\tools\clang\tools\Makefile:

include $(LEVEL)/Makefile.config

ifeq ($(OS), $(filter $(OS), Cygwin MingW))
DIRS := $(filter $(DIRS), CIndex)
DIRS := $(filter $(DIRS), c-index-test)
endif

If I comment them, clang/c++ are finally built.





More information about the cfe-dev mailing list