Yup so using env.Append method works much better, it appears that the representation of the environment variables is not always a string.
Also dolfin is still linking with python2.5, I haven't quite figured out how to amend that yet. -- Andy On Wed, Jan 21, 2009 at 2:57 AM, Johannes Ring <[email protected]> wrote: > On Wed, January 21, 2009 00:43, Ola Skavhaug wrote: >> I think this is a scons issue. I will have a look. > > Yes, that is probably true. > > Andy, could you try the attached patch and see it makes any difference? > > Johannes > >> 2009/1/20, Harish Narayanan <[email protected]>: >>> Andy Ray Terrel wrote: >>>>>> The "u n d e f i n e d d y n a m i c _ l o o k u p" flag seems to >>>>>> creep in no matter how I try to build. I am using mac os x (10.4) >>>>>> with python 2.6 and scons 1.02. >>>>> Are you working with case-sensitive HFS+? >>>> >>>> No, but how would that matter? >>> >>> The reason I asked is because the only time I've run into a similar >>> error was on a case-sensitive file system where the library that was >>> being looked up had some case differences that frustrated OS X. >>> >>> harish >>> >>> _______________________________________________ >>> DOLFIN-dev mailing list >>> [email protected] >>> http://www.fenics.org/mailman/listinfo/dolfin-dev >>> >> >> -- >> Sendt fra min mobile enhet >> >> Ola Skavhaug >> _______________________________________________ >> DOLFIN-dev mailing list >> [email protected] >> http://www.fenics.org/mailman/listinfo/dolfin-dev >> > _______________________________________________ DOLFIN-dev mailing list [email protected] http://www.fenics.org/mailman/listinfo/dolfin-dev
