Sorry, I did not include the mailing list in my answer. See below. On Wed, Mar 9, 2016 at 9:27 PM, Simon Rit <[email protected]> wrote:
> Hi, > I presume you're trying to compile it with SimpleRTK ON on MacOS? If yes, > I had the same problem. blowekamp suggests a solution here > <https://github.com/SimpleITK/SimpleITK/issues/33>, that is, run cmake in > the following way: > cmake -DCMAKE_CXX_COMPILER:STRING=/usr/bin/clang++ > -DCMAKE_C_COMPILER:STRING=/usr/bin/clang SOURCE_DIR > where SOURCE_DIR is the path to your source directory. This worked for me. > Simon > > On Wed, Mar 9, 2016 at 7:33 PM, Giovanni Di Domenico < > [email protected]> wrote: > >> Dear All, >> >> I am trying to compile the RTK toolkit v.1.2.0 but I receive the following >> error at the start of compilation process: >> -------------------------------------------------------------- >> .. >> CMake Error at PCRE-stamp/download-PCRE.cmake:27 (message): >> error: downloading >> ... >> >> status_code: 1 >> status_string: "Unsupported protocol" >> log: Protocol "https" not supported or disabled in libcurl >> >> Closing connection -1 >> >> >> make[2]: *** [PCRE-prefix/src/PCRE-stamp/PCRE-download] Error 1 >> make[1]: *** [CMakeFiles/PCRE.dir/all] Error 2 >> make: *** [all] Error 2 >> -------------------------------------------------------------------- >> >> The curl library is compiled with the https support. >> >> Could anyone help me about thi error? >> >> Thanks >> >> Giovanni >> >> Giovanni Di Domenico, Ph.D. >> Dipartimento di Fisica e Scienze della Terra >> Universita' degli Studi di Ferrara >> Polo Scientifico Tecnologico >> via Saragat 1 >> 44122 Ferrara - ITALY >> e-mail: [email protected] >> Phone: +39-0532-974223 >> FAX: +39-0532-974210 >> >> _______________________________________________ >> Rtk-users mailing list >> [email protected] >> http://public.kitware.com/mailman/listinfo/rtk-users >> > >
_______________________________________________ Rtk-users mailing list [email protected] http://public.kitware.com/mailman/listinfo/rtk-users
