From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2005-06-17 08:17:24


Ralf W. Grosse-Kunstleve wrote:

> If you want to find out exactly what I am doing go to
>
> http://cci.lbl.gov/cctbx_build/all.html
>
> and copy the source bundle including Python into a new empty directory on your
> Tru64 machine. Then simply run
>
> perl cctbx_python_241_bundle.selfx
>
> and watch the cxx commands fly by.

Ok, I did this and yes, it works. And the essential difference is...
-I/usr/include !!!

boost.build somehow thinks it necessary to include this path in the
compiler command line and this makes things break.

Now I have to check why boost.build is doing this and how to stop it from
doing it.

Thanks for the help,
Markus