[Insight-users] help for cmake error
Luis Ibanez
luis . ibanez at kitware . com
Tue, 02 Sep 2003 23:28:59 -0400
Hi Matei,
Do you have by any chance two compilers installed in you system.
E.g. VC 6.0 and VC 7.0 ?
Did you selected in the CMake GUI upper right choice-box the
version of the compiler you want to use ?
It is very likely that you are asking CMake to generate a project
for VC6.0 when the complier available is 7.0
Regards,
Luis
---------------------------
Stroila, Matei wrote:
> Hello,
>
> I am trying to build ITK with ms C++ 7.0 and I get the following annoying message:
>
> " The C compiler "cl" is not able to compile a simple test program. It fails with the following output:
>
> Microsoft (R) Development Environment Version 7.00 ...
> ......
>
> The selected file is not a valid Visual Studio solution file.
>
> CMake will not be able to coorectly generate this project.
> ...."
>
> Everything worked so fine and nice under Linux .... :)
>
> Thanks a lot for any suggestion.
>
> Matei
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk . org
> http://www . itk . org/mailman/listinfo/insight-users
>