On Tuesday January 18 2011 10:09:27 Till B wrote: > Question #141422 on DOLFIN changed: > https://answers.launchpad.net/dolfin/+question/141422 > > Till B posted a new comment: > ok. Boost is in C:\Boost\include\boost-1_45\boost (that's where all the > .hpp-files are). I just tried BOOST_INCLUDE_DIR and it works better > (finds the missing file).
I guess you set BOOST_INCLUDE_DIR to C:\Boost\include\boost-1_45? Do you have a python26.dll in: C:\Python26\libs It looks like you are trying to link agains the static Python library. If not you should try to reinstall/compile Python as a shared library. Johan _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

