You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public-docking-hg-1061: (master) build $ cmake ..
-- The C compiler identification is Clang 5.1.0
-- The CXX compiler identification is Clang 5.1.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28")
-- Project: ReMake version 1:0.6.4-244, release beta
-- Summary: A set of CMake macros for restructuring GNU Automake/Autoconf projects.
-- Author(s): Ralf Kaestner, Dizan Vasquez <[email protected]>
-- Home: http://github.com/kralf/remake
-- License: GNU Lesser General Public License (LGPL)
-- Documentation: man, ps, html
-- Warning: Missing executable dpkg-query!
CMake Error at modules/ReMakePack.cmake:372 (message):
No package on build system matches dependency cmake (>= 2.6.2)
Call Stack (most recent call first):
CMakeLists.txt:33 (remake_pack_deb)
-- Configuring incomplete, errors occurred!
See also "/tmp/remake/build/CMakeFiles/CMakeOutput.log".
public-docking-hg-1061: (master*) build $ brew install cmake
Warning: cmake-2.8.12.2 already installed
public-docking-hg-1061: (master*) build $ cmake ..
-- Project: ReMake version 1:0.6.4-244, release beta
-- Summary: A set of CMake macros for restructuring GNU Automake/Autoconf projects.
-- Author(s): Ralf Kaestner, Dizan Vasquez <[email protected]>
-- Home: http://github.com/kralf/remake
-- License: GNU Lesser General Public License (LGPL)
-- Documentation: man, ps, html
-- Warning: Missing executable dpkg-query!
CMake Error at modules/ReMakePack.cmake:372 (message):
No package on build system matches dependency cmake (>= 2.6.2)
Call Stack (most recent call first):
CMakeLists.txt:33 (remake_pack_deb)
-- Configuring incomplete, errors occurred!
See also "/tmp/remake/build/CMakeFiles/CMakeOutput.log".
which doesn't seem to make sense with
public-docking-hg-1061: (master*) build $ cmake --version
cmake version 2.8.12.2
The text was updated successfully, but these errors were encountered:
I get this error
which doesn't seem to make sense with
The text was updated successfully, but these errors were encountered: