SPAM-LOW: Re: SPAM-LOW: Re: SPAM-LOW: RE: [CMake] Using the free visual C++ toolkit

Reggie Burnett reggie at bytefx.com
Tue Jan 3 16:38:42 EST 2006


William A. Hoffman wrote:
> At 04:18 PM 1/3/2006, Reggie Burnett wrote:
>   
>> William A. Hoffman wrote:
>>     
>>> So the problem must be that CMAKE_USING_VC_FREE_TOOLS is not being set correctly.
>>> Look in CMakeFiles/CMakeError.log for this message:
>>>
>>>
>>>  "Determining if this is a free VC compiler failed with the following output:\n"
>>>        "${CMAKE_COMPILER_OUTPUT}\n\n")
>>>
>>> -Bill
>>>
>>>  
>>>       
>> Ok, so I see what is going on now.  It tries to compile a simple program but because the free toolkit doesn't have ODBC the test fails therefore it thinks the free toolkit is not there.  Chicken and egg.  It won't turn on the flag that says the free toolkit is there unless that program compiles successfully but it won't compile successfully because the free toolkit doesn't include ODBC.
>>
>> Reggie
>>     
>
>
> That should not happen.   It should not use ODBC to test the compiler, this is working on our systems
> here with the free tools.   If you want you can send me (off the list) your CMakeOutput.log and
> CMakeError.log files and we can try to figure out what is going on.
>
> -Bill
>
>   

Fixed it.  I deleted the CMakefiles folder and ran cmake.  worked just 
fine.  Thanks!



More information about the CMake mailing list