[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 21:21:44 PDT 2015


Well, I'd be willing to do that if I knew how to do it.  I've patched up my
vcxproj files by hand but have no idea how to get CMake to do it.  Or
possibly it is the module system (module.modulemap)?  If you can point me
at documentation for what's needed I'll get it done.

On Wed, Apr 1, 2015 at 9:12 PM, Manuel Klimek <klimek at google.com> wrote:

> I don't think anybody has put in the work yet to make the CMake
> compile-commands work seamlessly on Windows yet. I'd certainly welcome any
> patches thrown my way to help with that ...
>
> On Wed, Apr 1, 2015 at 7:24 PM David Bakin <davidbak at gmail.com> wrote:
>
>> 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
>> _______________________________________________
>> 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/20150401/aaffd762/attachment.html>


More information about the cfe-dev mailing list