[ITK-users] Cmake Error : string does not recognize sub-command MAKE_C_IDENTIFIER

Peter Bloomfield peter.bloomfield at camhpet.ca
Thu May 8 09:02:23 EDT 2014


On 05/08/2014 06:01 AM, David Cole wrote:
>>      CMake Error at
>> /usr/share/cmake/Modules/GenerateExportHeader.cmake:319 (string):
>>        string does not recognize sub-command MAKE_C_IDENTIFIER
>> ...
>> The compiler is gcc version 4.8.1 and cmake version 3.0.0-rc4.
> This may mean you are *actually* using a CMake version less than
> 2.8.12. (MAKE_C_IDENTIFIER was added in the 2.8.12 release.)
>
> What does:
>
>      /usr/bin/cmake --version
>
> report?
>
> How about "which cmake"?
>
>
>
>
Thanks for getting back to me. I get the following

     sh-4.2$ which cmake
     /usr/bin/cmake

     sh-4.2$ /usr/bin/cmake --version
     cmake version 3.0.0-rc4

     CMake suite maintained by Kitware, Inc. (kitware.com).

Peter


More information about the Insight-users mailing list