Re: [CMake] [Error] While compiling as a pre requirement of a software

2018-07-02 Thread Haocheng Liu
You need a binary CMake to compile CMake from source code. `apt-get install cmake` should be more appropriate here... Btw, CMake 2.8 is a pretty old version. If possible, you should use CMake >= 3.0. On Mon, Jul 2, 2018 at 9:39 AM canny georgina wrote: > Dear all, > I've been trying to use a fa

Re: [CMake] [Error] While compiling as a pre requirement of a software

2018-07-02 Thread Innokentiy Alaytsev
Hello! Did you try just to install CMake in your virtual machine? Best regards, Innokentiy Alaytsev -- Sent from: http://cmake.3232098.n2.nabble.com/ -- 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

[CMake] [Error] While compiling as a pre requirement of a software

2018-07-02 Thread canny georgina
Dear all, I've been trying to use a factorization software (CADO-NFS), before I can use it, I need to compile it, but in order to successfully compile it, i need Cmake as pre requirement (CADO-NFS developer said that it's mandatory to have it (Cmake) perfectly installed and compiled). When i try to