[cfe-dev] Can't build clang-tools-extra using Visual Studio because of missing include directory in tools\extra project files

David Bakin davidbak at gmail.com
Wed Apr 1 19:17:00 PDT 2015


Building llvm+clang+clang-tools-extra at branch release_36 using CMake
generated sln/project files for "Visual Studio 12 Win64" I got a bunch of
compile errors in various clang-tools-extra projects due to the fact that
...\tools\clang\include isn't one of the "additional include directories"
in the vcxproj files for projects in extra.

(A quick glance at the commit history since release_36 doesn't show any
commit (to my eyes) that would have fixed this (I looked only at the commit
message).)

So:

a) I'd like to report this problem.

and

b) Is there something simple I can fix in my local working directory so
that I can regenerate the sln/project files using CMake and continue?

(I would do it myself and submit a fix but unfortunately I have no
knowledge as to how CMake is configured.)

Thanks! -- David Bakin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150401/2ffd73ed/attachment.html>


More information about the cfe-dev mailing list