[CMake] Newbie question: cmake does not have nmake generator

David Aldrich David.Aldrich at EU.NEC.COM
Thu Sep 10 05:10:41 EDT 2009


Hi Arjen

> you should start cmake in a clean directory - old stuff might get in the
> way otherwise, as a lot of information is being cached.

Yes, that was the problem. Thanks.

As I wrote in another mail this morning (the order seems to have got reversed) CMake now succeeds but nmake fails:

[ 87%] Generating test_dyndrivers_dir/null.rc
NMAKE : fatal error U1077: '.\test-drv-info.exe' : return code '0xc0000135'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"' : return code '0x2'
Stop.

I am wondering whether this is to do with the dll path, but my path does start with:

PATH=..\..\plplot-5.9.5\buildnmake\dll;

Best regards

David


More information about the CMake mailing list