Created
June 1, 2012 17:49
-
-
Save pedrofaria/2853967 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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