← Back to team overview

dolfin team mailing list archive

Re: [Dorsal-dev] libxml on leopard

 

The problem is in the include path rather than the lib path.
Now I just need to not give it invalid xml files!

Commenting out the two lines worked great this morning.
So the hg pull that dorsal does doesn't clobber local changes like, say, CVS
might?

Rob



On Mon, Jun 29, 2009 at 2:43 AM, Johannes Ring <johannr@xxxxxxxxx> wrote:

> On Mon, June 29, 2009 01:43, Harish Narayanan wrote:
> > Ilmar Wilbers wrote:
> >> The problem is because of the XML validation functions. Those have been
> >> part of libxml since 2006, so Leopard uses a very old version. We fixed
> >> this on the Mac buildbot by making sure all environment variables from
> >> Fink come before the others (DYLD_LIBRARY_PATH etc).
>
> Actually, /sw/lib is not in DYLD_LIBRARY_PATH on the buildbot. Only PATH,
> PYTHONPATH, and PKG_CONFIG_PATH are prepended with Fink related paths.
>
> > Could the build system be modified to look for these in the fink paths
> > before the system path on darwin?
>
> I'm not sure if it is a good idea to force any particular order on the
> build system flags that we get from the pkg-config files. I guess the
> problem is that both -L/sw/lib and -L/usr/lib is being used when building
> DOLFIN? Is both really needed? On the buildbot only -L/sw/lib is used.
>
> Johannes
>
>
> _______________________________________________
> DOLFIN-dev mailing list
> DOLFIN-dev@xxxxxxxxxx
> http://www.fenics.org/mailman/listinfo/dolfin-dev
>

Follow ups

References