← Back to team overview

dolfin team mailing list archive

[logg@xxxxxxxxx: Re: build issues]

 

Strange. What versions of automake and autoconf do you have?

# automake --version
automake (GNU automake) 1.4-p4

# autoconf --version
autoconf (GNU Autoconf) 2.59

/Anders

On Fri, Oct 28, 2005 at 05:34:56PM +0200, Garth N. Wells wrote:
> I still have a problem. If I check out a clean version and do
> 
> ./configure.local
> make
> make install
> make demo
> 
> everything works. But when I do
> 
> scripts/preconfigure
> ./configure.local
> make
> make install
> 
> all the header files get dumped in $DOLFIN_DIR/local/include.
> 
> Garth
> 
> Quoting Anders Logg <logg@xxxxxxxxx>:
> 
> > Yes, the header files got installed in the wrong place. I don't know
> > why it happened but everything went back to normal after running
> > 
> >     scripts/preconfigure
> > 
> > and then ./configure[.local] again.
> > 
> > Maybe someone checked in code from some old version that still had the
> > old build system and CVS merged in the changes wrong.
> > 
> > Everyone should check out a clean version before checking anything
> > more in.
> > 
> > /Anders
> > 
> > On Fri, Oct 28, 2005 at 04:56:34PM +0200, Garth N. Wells wrote:
> > > The header files are being placed in $DOLFIN_DIR/local/include, and not in
> > > $DOLFIN_DIR/local/include/dolfin (the directory 'dolfin' is being made
> > however).
> > > Also, in a demo directory, the include directory paths provided by
> > > "dolfin-config --cflags" are incorrect.
> > > 
> > > I didn't notice the problem until I changed the name of a header file
> > because
> > > old files from $DOLFIN_DIR/include/dolfin were being included.
> > > 
> > > Garth
> > > 
> > > 
> > > Quoting Anders Logg <logg@xxxxxxxxx>:
> > > 
> > > > I'll take a look. It worked fine when I tested it, but something must
> > > > have broken along the way.
> > > > 
> > > > /Anders
> > > > 
> > > > On Fri, Oct 28, 2005 at 04:06:11PM +0200, Garth N. Wells wrote:
> > > > > There are some serious issues with the new build system. Rather than a
> > > > > convoluted attempt at an explanation, try checking out a fresh version
> > > > (because
> > > > > in old working copies things will work due to old files lying around)
> > and
> > > > doing
> > > > > ./configure.local
> > > > > make
> > > > > make install
> > > > > make demo (which will break)
> > > > > 
> > > > > The location of the header file seems all messed up. I don't know
> > exactly
> > > > what
> > > > > changes were made to the build system, so it's hard to track down.
> > > > > 
> > > > > Garth
> > > > > 
> > > > > 
> > > > > 
> > > > > _______________________________________________
> > > > > DOLFIN-dev mailing list
> > > > > DOLFIN-dev@xxxxxxxxxx
> > > > > http://www.fenics.org/cgi-bin/mailman/listinfo/dolfin-dev
> > > > > 
> > > > 
> > > 
> > 
>