<div dir="ltr">Sorry, I did not include the mailing list in my answer. See below.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 9, 2016 at 9:27 PM, Simon Rit <span dir="ltr"><<a href="mailto:simon.rit@creatis.insa-lyon.fr" target="_blank">simon.rit@creatis.insa-lyon.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi,<br>I presume you're trying to compile it with SimpleRTK ON on MacOS? If yes, I had the same problem. blowekamp suggests a solution <a href="https://github.com/SimpleITK/SimpleITK/issues/33" target="_blank">here</a>, that is, run cmake in the following way:<br>cmake -DCMAKE_CXX_COMPILER:STRING=/usr/bin/clang++ -DCMAKE_C_COMPILER:STRING=/usr/bin/clang SOURCE_DIR<br></div>where SOURCE_DIR is the path to your source directory. This worked for me.<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Simon<br></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 9, 2016 at 7:33 PM, Giovanni Di Domenico <span dir="ltr"><<a href="mailto:didomenico@fe.infn.it" target="_blank">didomenico@fe.infn.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear All,<br>
<br>
I am trying to compile the RTK toolkit v.1.2.0 but I receive the following<br>
error at the start of compilation process:<br>
--------------------------------------------------------------<br>
..<br>
CMake Error at PCRE-stamp/download-PCRE.cmake:27 (message):<br>
error: downloading<br>
...<br>
<br>
status_code: 1<br>
status_string: "Unsupported protocol"<br>
log: Protocol "https" not supported or disabled in libcurl<br>
<br>
Closing connection -1<br>
<br>
<br>
make[2]: *** [PCRE-prefix/src/PCRE-stamp/PCRE-download] Error 1<br>
make[1]: *** [CMakeFiles/PCRE.dir/all] Error 2<br>
make: *** [all] Error 2<br>
--------------------------------------------------------------------<br>
<br>
The curl library is compiled with the https support.<br>
<br>
Could anyone help me about thi error?<br>
<br>
Thanks<br>
<br>
Giovanni<br>
<br>
Giovanni Di Domenico, Ph.D.<br>
Dipartimento di Fisica e Scienze della Terra<br>
Universita' degli Studi di Ferrara<br>
Polo Scientifico Tecnologico<br>
via Saragat 1<br>
44122 Ferrara - ITALY<br>
e-mail: <a href="mailto:didomenico@fe.infn.it" target="_blank">didomenico@fe.infn.it</a><br>
Phone: <a href="tel:%2B39-0532-974223" value="+390532974223" target="_blank">+39-0532-974223</a><br>
FAX:   <a href="tel:%2B39-0532-974210" value="+390532974210" target="_blank">+39-0532-974210</a><br>
<br>
_______________________________________________<br>
Rtk-users mailing list<br>
<a href="mailto:Rtk-users@public.kitware.com" target="_blank">Rtk-users@public.kitware.com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/rtk-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/rtk-users</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>