Skip to content

Instantly share code, notes, and snippets.

@pedrofaria
Created June 1, 2012 17:49
Show Gist options
  • Save pedrofaria/2853967 to your computer and use it in GitHub Desktop.
Save pedrofaria/2853967 to your computer and use it in GitHub Desktop.
pedro@FIOPREV2256-linux:~/src/clever$ cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- 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
-- Could NOT find BISON (missing: BISON_EXECUTABLE)
-- Could NOT find RE2C (missing: RE2C_EXECUTABLE)
-- checking for module 'libpcrecpp'
-- found libpcrecpp, version 8.12
-- No build specified, defaulting to Debug. Use -DCMAKE_BUILD_TYPE=Release to change
-- Using default allocator. Use -DTCMALLOC=1 to use tcmalloc
CMake Error at CMakeLists.txt:86 (BISON_TARGET):
Unknown CMake command "BISON_TARGET".
-- Configuring incomplete, errors occurred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment