[cfe-dev] Errors compiling trunk on Windows

Nikola Smiljanic popizdeh at gmail.com
Tue Mar 8 03:03:32 PST 2011


False alarm, build errors were my fault.
But I think that documentation is wrong about project generation.
Namely, it says that the commands should be:

mkdir build
cd build
cmake -G "Visual Studio 10" ..\llvm

but at this point llvm\build is the current directory and you can't
reference llvm root dir using ..\llvm (cmake gives an error)
the command should be cmake -G "Visual Studio 10" ..\
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmake.patch
Type: application/octet-stream
Size: 1088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110308/a25cc4ff/attachment.obj>


More information about the cfe-dev mailing list