[cfe-dev] Building Clang with Visual Studio 2010 Express

Krunal Rao krunal.rao78 at gmail.com
Fri Jun 8 11:36:52 PDT 2012


On 17 May 2012 10:03, Manuel Klimek <klimek at google.com> wrote:

> On Mon, May 14, 2012 at 7:51 PM, Krunal Rao <krunal.rao78 at gmail.com>
> wrote:
> > Hi,
> >
> > I some questions/observations on building Clang v 3.0 (and LLVM 3.0),
> > unmodified website sources with Visual Studio 2010 Express.
> >
> > 1. I followed the instructions on:
> > http://clang.llvm.org/get_started.html , installed the required
> > software (cmake, python, gnuwin32), updated the PATH environmental
> > variable and launched:
> > C:\Users\XXX\prj\llvm-3.0\build>cmake -G "Visual Studio 10"
> > -DCMAKE_INSTALL_PREFIX=C:\Users\XXX\prj\llvm-3.0\llvm-3.0.install
> > ..\llvm-3.0.src
> > (the result is reported at the end of the e-mail in case it helps).
> > LVVM.sln is correctly generated.
> > Opening it with Visual Studio 2010 Express results in a problem: some
> > projects (Clang executables, Clang libraries, ...) are unavailable as
> > "Solution Folders are unsupported in this version."
> > I can still compile clang and ALL_BUILD fine, so it may be worth
> > adding a notice on the getting started webpage.
>
> By the way, you can now switch off using solution folders in cmake
> with -DLLVM_USE_FOLDERS=OFF
>
> Cheers,
> /Manuel


I just downloaded Clang 3.1 and it seems that this option is gone, is an
alternative available to avoid the solution folders?

Thank you


Cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120608/7c81ee39/attachment.html>


More information about the cfe-dev mailing list