I tried to install Tool shed repository 'package_cmake_3_2_3' tool dependencies
on my mac 10.10.3 and I kept getting error as follows:
/opt/galaxy/database/tmp/tmp-toolshed-mtdE0qOEs/cmake-3.2.3/Utilities/cmcurl/lib/vtls/curl_darwinssl.c: In function ‘darwinssl_connect_step3’:
/opt/galaxy/database/tmp/tmp-toolshed-mtdE0qOEs/cmake-3.2.3/Utilities/cmcurl/lib/vtls/curl_darwinssl.c:2003:6: error: ‘SecTrustEvaluateAsync’ undeclared (first use in this function)
if(SecTrustEvaluateAsync != NULL) {
^
/opt/galaxy/database/tmp/tmp-toolshed-mtdE0qOEs/cmake-3.2.3/Utilities/cmcurl/lib/vtls/curl_darwinssl.c:2003:6: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/curl_darwinssl.c.o] Error 1
make[1]: *** [Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/all] Error 2
make: *** [all] Error 2
I found somebody had this problem :
http://itinerantbioinformaticist.blogspot.com/2015/04/sectrustevaluateasync-undeclared-first.html
but still I could not figure how to fix. Can anybody help?
Do you know if this is fixed in a newer version of cmake?
I don't know, you mean a new Cmake package?