[CMake] SecTrustEvaluateAsync != NULL
Laura Fowler
laura at ucar.edu
Thu Aug 18 14:44:37 EDT 2016
Hi Sean:
Many thanks for suggesting to use clang++. I was able to successfully
compile cmake.
Cheers,
Laura
On Thu, Aug 18, 2016 at 10:45 AM, Sean McBride <sean at rogue-research.com> wrote:
> On Thu, 18 Aug 2016 09:27:43 -0600, Laura Fowler said:
>
>>
>>/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) {
>>
>> ^
>
> If you look in SecTrust.h (where the SecTrustEvaluateAsync() API is declared), you'll see it's wrapped in
>
> #ifdef __BLOCKS__
>
> Likely your complier (gcc 5.3) does not support blocks. Is there a reason you want to use gcc instead of the system complier (clang)?
>
> Cheers,
>
> --
> ____________________________________________________________
> Sean McBride, B. Eng sean at rogue-research.com
> Rogue Research www.rogue-research.com
> Mac Software Developer Montréal, Québec, Canada
--
!-------------------------------------------------------------------------------------------------------------
Laura D. Fowler
Mesoscale and Microscale Meteorology Division (MMM)
National Center for Atmospheric Research
P.O. Box 3000, Boulder CO 80307-3000
e-mail: laura at ucar.edu
phone: 303-497-1628
!-------------------------------------------------------------------------------------------------------------
More information about the CMake
mailing list