Opened 7 years ago

Closed 7 years ago

#1943 closed defect (fixed)

offline-software trunk fails to build

Reported by: Thomas Kittler Owned by:
Priority: blocker Milestone:
Component: combo core Keywords:
Cc:

Description

I'm trying to build the offline-software metaproject (trunk) on my computer (Ubuntu 16.04),but the compilation fails with this error (I'll attach the full output of cmake and make to this ticket):

collect2: error: ld returned 1 exit status
dataio/CMakeFiles/dataio-shovel.dir/build.make:193: recipe for target 'bin/dataio-shovel' failed
make[2]: *** [bin/dataio-shovel] Error 1
CMakeFiles/Makefile2:1877: recipe for target 'dataio/CMakeFiles/dataio-shovel.dir/all' failed
make[1]: *** [dataio/CMakeFiles/dataio-shovel.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

Attachments (2)

make_output (13.3 KB) - added by Thomas Kittler 7 years ago.
partial output of make
cmake_output (10.9 KB) - added by Thomas Kittler 7 years ago.
output of cmake

Download all attachments as: .zip

Change History (5)

Changed 7 years ago by Thomas Kittler

partial output of make

Changed 7 years ago by Thomas Kittler

output of cmake

comment:1 follow-up: Changed 7 years ago by David Schultz

I think this is compiling boost in c++98 and trunk in c++11. Make sure you do those the same.

comment:2 in reply to: ↑ 1 Changed 7 years ago by Thomas Kittler

Replying to david.schultz:

I think this is compiling boost in c++98 and trunk in c++11. Make sure you do those the same.

That seemed to help. I recompiled my boost installation in c++11 and the error disappeared. Thanks!

comment:3 Changed 7 years ago by Alex Olivas

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.