Skip to content

Instantly share code, notes, and snippets.

@joakim-hove
Created March 25, 2014 09:11
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/9757848 to your computer and use it in GitHub Desktop.
Save joakim-hove/9757848 to your computer and use it in GitHub Desktop.
opm-parser build trouble
[ 73%] Building CXX object opm/parser/eclipse/Deck/tests/CMakeFiles/runSectionTests.dir/SectionTests.cpp.o
[ 74%] Building CXX object opm/parser/eclipse/IntegrationTests/CMakeFiles/runCompletionsFromDeck.dir/CompletionsFromDeck.cpp.o
[ 75%] Building CXX object opm/parser/eclipse/IntegrationTests/CMakeFiles/runIncludeTest.dir/IncludeTest.cpp.o
/local-work/OPM/opm-parser/opm/parser/eclipse/Deck/tests/KeywordContainerTests.cpp: In member function 'void keywordList_canIterate::test_method()':
/local-work/OPM/opm-parser/opm/parser/eclipse/Deck/tests/KeywordContainerTests.cpp:165: error: 'cout' is not a member of 'std'
make[2]: *** [opm/parser/eclipse/Deck/tests/CMakeFiles/runKeywordContainerTests.dir/KeywordContainerTests.cpp.o] Error 1
make[1]: *** [opm/parser/eclipse/Deck/tests/CMakeFiles/runKeywordContainerTests.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/local-work/OPM/opm-parser/opm/parser/eclipse/Deck/tests/SectionTests.cpp: In member function 'void IteratorTest::test_method()':
/local-work/OPM/opm-parser/opm/parser/eclipse/Deck/tests/SectionTests.cpp:61: error: 'cout' is not a member of 'std'
make[2]: *** [opm/parser/eclipse/Deck/tests/CMakeFiles/runSectionTests.dir/SectionTests.cpp.o] Error 1
make[1]: *** [opm/parser/eclipse/Deck/tests/CMakeFiles/runSectionTests.dir/all] Error 2
Linking CXX executable ../../../../bin/runIncludeTest
[ 75%] Built target runIncludeTest
Linking CXX executable ../../../../bin/runCompletionsFromDeck
[ 75%] Built target runCompletionsFromDeck
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment