From renukaghate at gmail.com Fri Nov 16 06:15:54 2018 From: renukaghate at gmail.com (renuka ghate) Date: Fri, 16 Nov 2018 16:45:54 +0530 Subject: [Kwiver-users] Fwd: flectch make error -- cannot resolve host name In-Reply-To: References: Message-ID: Hello, I have installed cmake 3.13 and then after following the steps : mkdir fletch cd fletch git clone https://github.com/kitware/fletch.git mkdir build cd build cmake -Dfletch_ENABLE_ALL_PACKAGES:bool=on ../fletch make I get the following error while executing make. error: downloading 'https://github.com/zeromq/cppzmq/archive/v4.2.3.zip' failed status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: github.com pls help regards, Renuka -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.stoup at kitware.com Fri Nov 16 09:06:30 2018 From: david.stoup at kitware.com (David Stoup) Date: Fri, 16 Nov 2018 09:06:30 -0500 Subject: [Kwiver-users] Fwd: flectch make error -- cannot resolve host name In-Reply-To: References: Message-ID: First, check that you can reach that URL via browser or wget, etc. Assuming you can, it's likely a case of you missing openssl libraries which CMake requires to pull https urls. If you install open-ssl things should work. If you built CMake, you will need the headers for that package installed as well, reconfigure and rebuild CMake. Let us know if you still have issues. On Fri, Nov 16, 2018 at 6:13 AM renuka ghate wrote: > Hello, > > I have installed cmake 3.13 and then after following the steps : > > mkdir fletch > > cd fletch > > git clone https://github.com/kitware/fletch.git > > mkdir build > > cd build > > cmake -Dfletch_ENABLE_ALL_PACKAGES:bool=on ../fletch > > make > I get the following error while executing make. > > error: downloading 'https://github.com/zeromq/cppzmq/archive/v4.2.3.zip' > failed > status_code: 6 > status_string: "Couldn't resolve host name" > log: > --- LOG BEGIN --- > Could not resolve host: github.com > > pls help > > regards, > > Renuka > _______________________________________________ > Kwiver-users mailing list > Kwiver-users at public.kitware.com > https://public.kitware.com/mailman/listinfo/kwiver-users > -- David Stoup Principal Engineer Kitware, Inc. 28 Corporate Drive Clifton Park, NY. 12065 518-881-4949 (W) 518-312-3946 (M) 518-371-4573 (F) -------------- next part -------------- An HTML attachment was scrubbed... URL: