Created
April 30, 2019 09:50
-
-
Save maparent/137c2731137999947aad708403f536d4 to your computer and use it in GitHub Desktop.
cogutil on macosx build log
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
-- The C compiler identification is GNU 8.3.0 | |
-- The CXX compiler identification is GNU 8.3.0 | |
-- Checking whether C compiler has -isysroot | |
-- Checking whether C compiler has -isysroot - yes | |
-- Checking whether C compiler supports OSX deployment target flag | |
-- Checking whether C compiler supports OSX deployment target flag - yes | |
-- Check for working C compiler: /usr/local/bin/gcc-8 | |
-- Check for working C compiler: /usr/local/bin/gcc-8 -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Checking whether CXX compiler has -isysroot | |
-- Checking whether CXX compiler has -isysroot - yes | |
-- Checking whether CXX compiler supports OSX deployment target flag | |
-- Checking whether CXX compiler supports OSX deployment target flag - yes | |
-- Check for working CXX compiler: /usr/local/bin/g++-8 | |
-- Check for working CXX compiler: /usr/local/bin/g++-8 -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Build type: Release | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - found | |
-- Found Threads: TRUE | |
-- Boost version: 1.69.0 | |
-- Found the following Boost libraries: | |
-- date_time | |
-- filesystem | |
-- program_options | |
-- regex | |
-- serialization | |
-- system | |
-- thread | |
-- chrono | |
-- atomic | |
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.16") | |
-- Looking for include file bfd.h | |
-- Looking for include file bfd.h - not found | |
-- BFD not found | |
-- Binutils-dev missing: No pretty stack-trace printing. | |
-- Looking for include file libiberty.h | |
-- Looking for include file libiberty.h - not found | |
-- IBERTY not found | |
-- Libiberty-dev missing: No pretty stack-trace printing. | |
-- Found Doxygen: /usr/local/bin/doxygen (found version "1.8.15") found components: doxygen dot | |
Building for | |
The following components will be built: | |
----------------------------------------------- | |
Doxygen - Code documentation. | |
Unit tests - Unit tests. | |
Util - General utility library. | |
The following components WILL NOT be built: | |
----------------------------------------------- | |
StackPrint - Pretty printing of stack traces. | |
-- Configuring incomplete, errors occurred! | |
See also "/Users/maparent/OpenSource/cogutil/build/CMakeFiles/CMakeOutput.log". | |
See also "/Users/maparent/OpenSource/cogutil/build/CMakeFiles/CMakeError.log". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment