Skip to content
Snippets Groups Projects

Fix gcc8 compilation

Merged guillaume pernot requested to merge gpernot/otb:feat-fix-gcc8-compilation into develop

For some reason, missing "std::" prevent compilation under debian/testing with gcc-8

[ 28%] Building CXX object Modules/ThirdParty/OssimPlugins/test/CMakeFiles/OTBossimSentinel1ModelTest.dir/ossimSentinel1ModelTest.cpp.o
/home/otb-user/src/otb/Modules/ThirdParty/OssimPlugins/test/ossimSentinel1ModelTest.cpp: In function ‘int main(int, char**)’:
/home/otb-user/src/otb/Modules/ThirdParty/OssimPlugins/test/ossimSentinel1ModelTest.cpp:51:4: error: ‘string’ was not declared in this scope
    string annotationXml;
...
[ 28%] Building CXX object Modules/Adapters/OSSIMAdapters/test/CMakeFiles/otbOSSIMAdaptersTestDriver.dir/otbOssimElevManagerTest4.cxx.o
/home/otb-user/src/otb/Modules/Adapters/OSSIMAdapters/test/otbOssimElevManagerTest4.cxx: In function ‘int otbOssimElevManagerTest4(int, char**)’:
/home/otb-user/src/otb/Modules/Adapters/OSSIMAdapters/test/otbOssimElevManagerTest4.cxx:99:23: error: ‘ios’ has not been declared
Edited by guillaume pernot

Merge request reports

Merge request pipeline #3041 passed with warnings

Merge request pipeline passed with warnings for 8737d3e2

Approval is optional

Merged by guillaume pernotguillaume pernot 5 years ago (Nov 15, 2019 3:26pm UTC)

Merge details

  • Changes merged into develop with 25e76aad.
  • Did not delete the source branch.

Pipeline #3048 passed with warnings

Pipeline passed with warnings for 25e76aad on develop

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading