dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #11944
Re: Scons cannot find boost libraries on ubuntu
On Monday 02 February 2009 11:00:37 Harish Narayanan wrote:
> Jesper Carlsson wrote:
> > Hi,
> >
> > I have not added any cxx flags manually.
>
> Before running scons to build dolfin, try setting CXX flags manually and
> explicitly don't set -Werror. i.e,
>
> export CXXFLAGS="-Wall -pipe -ansi"
Garth has "fixed" this in the development version, removing any appearence
of -werror before compiling the swig generated wrapper code.
The problem is that swig generates code that the gcc4.3 or more, complains
about.
Johan
Follow ups
References