[cfe-dev] Failure compiling Clang

Richard Smith richard at metafoo.co.uk
Thu May 21 10:34:37 PDT 2015


This is already fixed. VS2015 is extremely new, and we had not tested
building Clang with it until recently. It turns out that some C++14
features that VS2015 implements and enables by default were incompatible
with some of Clang's code.

If you update to the latest llvm and clang svn and try again, you should
have better luck.
On 21 May 2015 10:12 am, "Javier Múgica" <javier_3 at runbox.com> wrote:

> Hello:
>
> I'm trying to set up a working Clang on my Windows 7 computer. I followed
> the instructions on the web page to the letter. I just downloaded yesterday
> everything, even Visual Studio 2015 itself. There are 9 projects that do
> not build, and very important ones, like clang itself. Of those nine some
> fail at link time because of previous failures, so that there are actually
> only two projects that fail when compiling:
>
> clangAST  clangSerialization
>
> I attach the error log.
>
> By the way, this is typical of free software: you follow the instructions
> for installing some piece of software and it just doesn't work. Of course,
> I like free software and contribute when possible, but my point is that
> their developers usually do not pay enough attention to newcomers; i.e.,
> they have their software in a state which is suitable for those that
> already understant how it works and it is difficult for those arriving at
> it for the first time. This time, however, I almost got my working Clang.
> In contrast, two years ago it failed that soon that I didn't bother to
> continue further and try fixing the problem.
>
> I hope within some time I will change from newcomer to expert, hence to
> contributer.
>
> Regards
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150521/392cdfc7/attachment.html>


More information about the cfe-dev mailing list