Hi Wolfram,

> Do I understand correctly that you have boost installed on your system, 
> with 
> files in /usr/include/boost (or a similar location), but no file 
> vector.hpp 
> available? Have you installed the boost-serialization package? 
>
>
If I install the boost libboost1.55-dev from Debian 
then boost/serialization/unique_ptr.hpp is missing because the Debian 
version of boost is old


> > I tried to install in a separate folder boost 1.64, but it conflicts 
> with the 
> > installed 1.56. 
> > 
> > Would you have any suggestion on how to compile deal.ii with alternative 
> > version of boost? 
>
> Run the cmake script of deal.II with the flag 
>    -DDEAL_II_FORCE_BUNDLED_BOOST=TRUE 
> after removing all other content in the build directory. 
>
>
>
If I try to compile the step8 with the bundled  boost then I'll get lot of 
error messages. Probably the bundled boost (1.56) is conflicting with the 
boost system version (1.55)

Is there a way with gcc to completely ignore the system boost (1.55) and 
use the bundled version (1.56)?

Thanks,
Daniel

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to