Re: [CMake] [EXTERNAL]: Errors with cmake for VS2105 (update 3) + clang + nmake

2016-12-01 Thread Peter Jansen
les" for Clang/C2 compiler projects, only MS "cl". In short: my problem of trying to use cmake to generate Clang/C2 NMake Makefile targets has NOT been solved. I now assume this is a problem with cmake, or an unsupported combination. Nevertheless, I thank you Parag for all your effor

Re: [CMake] [EXTERNAL]: Errors with cmake for VS2105 (update 3) + clang + nmake

2016-11-24 Thread Peter Jansen
Hi Parag, Thanks for your feedback. The instructions you are referring to are for this cmake command : cmake -G"Visual Studio 14 2015" -T"LLVM-vs2014" .. But in my case I'd like (1) to use the MS VS 2015 "Nmake Makefiles" as -G option, and (2) the MS VS 2015 (update 3) included "clang" (whi

[CMake] Errors with cmake for VS2105 (update 3) + clang + nmake

2016-11-21 Thread Peter Jansen
ake/CMakeFiles/CMakeError.log". I might be doing something wrong, as I am quite new to cmake, although I got the above clang to work for a regular "Visual Studio 15 Win64" generated project (Hello_World.c , i.e. the minimal C program). Or is this a known problem or not even suppo