Hello:

This is my first post on the mailing list, so please bare with me. I
would like to compile cmake on my machine, but I get the following
error during the "make" step.


/Users/LauraLaptop/InstalledSoftwares/sourcecode/cmake-3.6.1/Utilities/cmcurl/lib/vtls/darwinssl.c:
In function ‘darwinssl_connect_step3’:

/Users/LauraLaptop/InstalledSoftwares/sourcecode/cmake-3.6.1/Utilities/cmcurl/lib/vtls/darwinssl.c:1999:6:
error: ‘SecTrustEvaluateAsync’ undeclared (first use in this function)

   if(SecTrustEvaluateAsync != NULL) {

      ^

/Users/LauraLaptop/InstalledSoftwares/sourcecode/cmake-3.6.1/Utilities/cmcurl/lib/vtls/darwinssl.c:1999:6:
note: each undeclared identifier is reported only once for each
function it appears in
make[2]: *** [Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/vtls/darwinssl.c.o]
Error 1
make[1]: *** [Utilities/cmcurl/lib/CMakeFiles/cmcurl.dir/all] Error 2
make: *** [all] Error 2


I assume that ./bootstrap worked fine since it asked me to run "make"
as the next step. My operating system is OS X El Capitan Version
10.11.6 and I am using gcc version 5.3.

I apologize if that kind of error has been reported before. I am not
sure as how to browse through previous posts. I will be glad to
provide any additional files that you may need from my bootstrap step.
Many thanks for our help.

Cheers,
Laura


-- 
!-------------------------------------------------------------------------------------------------------------
Laura D. Fowler
Mesoscale and Microscale Meteorology Division (MMM)
National Center for Atmospheric Research
P.O. Box 3000, Boulder CO 80307-3000

e-mail: la...@ucar.edu
phone: 303-497-1628

!-------------------------------------------------------------------------------------------------------------
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to