Opened 5 years ago

Closed 5 years ago

#12993 closed Bugs (fixed)

undefined reference to `boost::serialization::array_wrapper when using Intel compiler

Reported by: jkrajniak@… Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost 1.63.0 Severity: Problem
Keywords: Cc:

Description

The error occurs only when using Intel compiler (15.0.1 and 17.0.3) Boost version: 1.63

../../_espressopp.so: undefined reference to `boost::serialization::array_wrapper<std::complex<double> > const boost::serialization::make_array<unsigned long>(std::complex<double>*, unsigned long)'
../../_espressopp.so: undefined reference to `boost::serialization::array_wrapper<int> const boost::serialization::make_array<unsigned long>(int*, unsigned long)'

Change History (2)

comment:1 by Robert Ramey, 5 years ago

I believe this is due to an oversight regarding merge from develop to release. And I believe that you're testing with the master

I believe that you're testing with the master branch and that this error is due to an oversight on my part. I fixed this but apparently failed to merge/push the changes to the master branch. I've addressed this so I believe this issue is resolved. update from the master branch and try again. For now then, I'm going to mark this as resolved.

Robert Ramey

comment:2 by Robert Ramey, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.