[cfe-dev] Errors building clang with mingw
Edward Diener
eldlistmailingz at tropicsoft.com
Wed Mar 16 16:50:19 PDT 2011
On 3/16/2011 7:09 PM, Francois Pichet wrote:
>
>
> When I want to build with MinGW I do this from the normal cmd.exe
> command prompt:
>
>> cd C:\llvm
>> mkdir Build
>> cd Build
>> cmake -G "MinGW Makefiles" ..
>> make
>
> Binaries will be in llvm\Build\bin
This gives me:
CMake Error: The source directory
"C:/Programming/VersionControl/llvm/build" does not appear to contain
CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
I do not see how you can build from a 'build" directory if CMake needs
to be in some other directory to generate its files.
More information about the cfe-dev
mailing list