Re: [Libmesh-users] boost compilation error

2016-07-01 Thread David Knezevic
On Fri, Jul 1, 2016 at 4:15 PM, John Peterson wrote: > > > On Fri, Jul 1, 2016 at 2:06 PM, David Knezevic > wrote: > >> >> >> P.S. I realized that the cause of this issue was that I had "stale" boost >> include files in my libmesh_install/contrib directory. After I wiped my >> install directory

Re: [Libmesh-users] boost compilation error

2016-07-01 Thread John Peterson
On Fri, Jul 1, 2016 at 2:06 PM, David Knezevic wrote: > > > P.S. I realized that the cause of this issue was that I had "stale" boost > include files in my libmesh_install/contrib directory. After I wiped my > install directory and redid "make install", it worked fine. > Huh, so then you are st

Re: [Libmesh-users] boost compilation error

2016-07-01 Thread David Knezevic
On Fri, Jul 1, 2016 at 10:58 AM, David Knezevic wrote: > On Fri, Jul 1, 2016 at 10:51 AM, John Peterson > wrote: > >> >> >> On Fri, Jul 1, 2016 at 5:51 AM, David Knezevic < >> david.kneze...@akselos.com> wrote: >> >>> On Fri, Jul 1, 2016 at 2:32 AM, John Peterson >>> wrote: >>> O

Re: [Libmesh-users] boost compilation error

2016-07-01 Thread David Knezevic
On Fri, Jul 1, 2016 at 10:51 AM, John Peterson wrote: > > > On Fri, Jul 1, 2016 at 5:51 AM, David Knezevic > wrote: > >> On Fri, Jul 1, 2016 at 2:32 AM, John Peterson >> wrote: >> >>> >>> >>> On Thu, Jun 30, 2016 at 10:15 PM, David Knezevic < >>> david.kneze...@akselos.com> wrote: >>> I ha

Re: [Libmesh-users] boost compilation error

2016-07-01 Thread John Peterson
On Fri, Jul 1, 2016 at 5:51 AM, David Knezevic wrote: > On Fri, Jul 1, 2016 at 2:32 AM, John Peterson > wrote: > >> >> >> On Thu, Jun 30, 2016 at 10:15 PM, David Knezevic < >> david.kneze...@akselos.com> wrote: >> >>> I have a libMesh app (which has been working fine for a long time) that >>> ha

Re: [Libmesh-users] boost compilation error

2016-07-01 Thread David Knezevic
On Fri, Jul 1, 2016 at 2:32 AM, John Peterson wrote: > > > On Thu, Jun 30, 2016 at 10:15 PM, David Knezevic < > david.kneze...@akselos.com> wrote: > >> I have a libMesh app (which has been working fine for a long time) that >> has: >> >> #include >> >> I just updated to the git HEAD, and now I g

Re: [Libmesh-users] boost compilation error

2016-06-30 Thread John Peterson
On Thu, Jun 30, 2016 at 10:15 PM, David Knezevic wrote: > I have a libMesh app (which has been working fine for a long time) that > has: > > #include > > I just updated to the git HEAD, and now I get boost compilation errors for > this app, e.g.: > > > /home/dknez/software/libmesh_install/opt_re

[Libmesh-users] boost compilation error

2016-06-30 Thread David Knezevic
I have a libMesh app (which has been working fine for a long time) that has: #include I just updated to the git HEAD, and now I get boost compilation errors for this app, e.g.: /home/dknez/software/libmesh_install/opt_real/libmesh/include/boost/type_traits/aligned_storage.hpp:29:1: error: redef