Skip to content

Instantly share code, notes, and snippets.

@joakim-hove
Created December 8, 2013 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joakim-hove/7862193 to your computer and use it in GitHub Desktop.
Save joakim-hove/7862193 to your computer and use it in GitHub Desktop.
Build failure
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc44
-- Check for working C compiler: /usr/bin/gcc44 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++44
-- Check for working CXX compiler: /usr/bin/g++44 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- CMake version: 2.8.7
-- Linux distribution: Red Hat Enterprise Linux Client release 5.8 (Tikanga)
-- Target architecture: x86_64
-- Found Git: /private/joaho/bin/git
-- Source code repository: git 253fec7
-- GNU C++ compiler version: 4.4.7
-- Linker: ld 2.17.50.0.6-20.el5
-- Checking to see if CXX compiler accepts flag -Wl,--enable-new-dtags
-- Checking to see if CXX compiler accepts flag -Wl,--enable-new-dtags - yes
-- Precompiled headers: disabled
-- Build type: Release
-- Checking to see if CXX compiler accepts flag -mtune=native
-- Checking to see if CXX compiler accepts flag -mtune=native - yes
-- All warnings enabled: -Wall
-- OpenMP: disabled
-- Finding package C99 using module mode
-- Performing Test HAVE_C99
-- Performing Test HAVE_C99 - Success
-- Found C99: -std=c99
-- Finding package CXX11Features using module mode
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - no
-- Checking to see if CXX compiler accepts flag -std=c++0x
-- Checking to see if CXX compiler accepts flag -std=c++0x - yes
-- Performing Test HAVE_TYPE_TRAITS
-- Performing Test HAVE_TYPE_TRAITS - Success
-- Performing Test HAVE_SHARED_PTR
-- Performing Test HAVE_SHARED_PTR - Success
-- Performing Test HAVE_UNIQUE_PTR
-- Performing Test HAVE_UNIQUE_PTR - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Failed
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Failed
-- Performing Test HAVE_ARRAY
-- Performing Test HAVE_ARRAY - Success
-- Performing Test HAVE_INTEGRAL_CONSTANT
-- Performing Test HAVE_INTEGRAL_CONSTANT - Failed
-- Looking for C++ include tuple
-- Looking for C++ include tuple - found
-- Looking for C++ include tr1/tuple
-- Looking for C++ include tr1/tuple - found
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Failed
-- Performing Test HAVE_STATIC_ASSERT
-- Performing Test HAVE_STATIC_ASSERT - Success
-- Performing Test HAVE_AUTO
-- Performing Test HAVE_AUTO - Success
-- Performing Test HAVE_VARIADIC_TEMPLATES
-- Performing Test HAVE_VARIADIC_TEMPLATES - Success
-- Performing Test HAVE_VARIADIC_CONSTRUCTOR_SFINAE
-- Performing Test HAVE_VARIADIC_CONSTRUCTOR_SFINAE - Success
-- Performing Test HAVE_RVALUE_REFERENCES
-- Performing Test HAVE_RVALUE_REFERENCES - Success
-- Looking for C++ include tr1/type_traits
-- Looking for C++ include tr1/type_traits - found
-- Finding package Boost using module mode
-- Boost version: 1.45.0
-- Found the following Boost libraries:
-- date_time
-- filesystem
-- system
-- unit_test_framework
-- Finding package cjson using module mode
-- Could NOT find CJSON (missing: HAVE_CJSON)
-- Generating debug symbols: -ggdb3
-- Looking for strip utility
-- Looking for strip utility - found
-- Performing Test HAVE_DYNAMIC_BOOST_TEST
-- Performing Test HAVE_DYNAMIC_BOOST_TEST - Success
-- Writing config file "/private/joaho/OPM/opm-parser/build/config.h"...
-- This build defaults to installing in /private/joaho/OPM/install
-- Found Doxygen: /project/res/x86_64_RH_5/bin/doxygen
-- Libtool not found!
-- Configuring done
-- Generating done
-- Build files have been written to: /private/joaho/OPM/opm-parser/build
Scanning dependencies of target update-version
[ 2%] Updating version information
[ 2%] Built target update-version
Scanning dependencies of target opmparser
[ 5%] Building C object CMakeFiles/opmparser.dir/opm/json/cjson/cJSON.c.o
[ 7%] Building CXX object CMakeFiles/opmparser.dir/opm/json/JsonObject.cpp.o
[ 10%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Applications/EclipseDataDoctor.cpp.o
[ 12%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Applications/Schedule.cpp.o
[ 15%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Deck/Deck.cpp.o
[ 17%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Deck/DeckDoubleItem.cpp.o
[ 20%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Deck/DeckIntItem.cpp.o
[ 22%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Deck/DeckItem.cpp.o
[ 25%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Deck/DeckKeyword.cpp.o
[ 27%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Deck/DeckRecord.cpp.o
[ 30%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Deck/DeckStringItem.cpp.o
[ 32%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Deck/KeywordContainer.cpp.o
[ 35%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/EclipseState/Schedule/Completion.cpp.o
[ 37%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/EclipseState/Schedule/CompletionSet.cpp.o
[ 40%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/EclipseState/Schedule/Group.cpp.o
[ 42%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/EclipseState/Schedule/GroupTree.cpp.o
[ 45%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/EclipseState/Schedule/GroupTreeNode.cpp.o
[ 47%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/EclipseState/Schedule/Schedule.cpp.o
[ 50%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/EclipseState/Schedule/ScheduleEnums.cpp.o
[ 52%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/EclipseState/Schedule/TimeMap.cpp.o
[ 55%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/EclipseState/Schedule/Well.cpp.o
[ 57%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/EclipseState/Schedule/WellSet.cpp.o
[ 60%] Building CXX object CMakeFiles/opmparser.dir/opm/parser/eclipse/Parser/createDefaultKeywordList.cpp.o
----
/private/joaho/OPM/opm-parser/opm/parser/eclipse/Parser/createDefaultKeywordList.cpp: In function 'void inlineKeyword(const boost::filesystem2::path&, std::ofstream&)':
/private/joaho/OPM/opm-parser/opm/parser/eclipse/Parser/createDefaultKeywordList.cpp:39: error: 'struct std::basic_string<char, std::char_traits<char>, std::allocator<char> >' has no member named 'string'
/project/res/x86_64_RH_5/share/opm/boost/include/boost/system/error_code.hpp: At global scope:
/project/res/x86_64_RH_5/share/opm/boost/include/boost/system/error_code.hpp:214: warning: 'boost::system::posix_category' defined but not used
/project/res/x86_64_RH_5/share/opm/boost/include/boost/system/error_code.hpp:215: warning: 'boost::system::errno_ecat' defined but not used
/project/res/x86_64_RH_5/share/opm/boost/include/boost/system/error_code.hpp:216: warning: 'boost::system::native_ecat' defined but not used
make[2]: *** [CMakeFiles/opmparser.dir/opm/parser/eclipse/Parser/createDefaultKeywordList.cpp.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment