$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-09-03 07:53:08
Sean Perry wrote:
> I think my reply was ambiguous. The command line should not contain
> -I/usr/include. This error message is normally generated when the compile
> contains a -I option that changes where <math.h> would normally be found by
> the xlC compiler. This can also happen if a source or header file uses
> </usr/include/math.h> instead of (the right way) <math.h>.
>
Thanks for the hint Sean. I tracked this back to changes that were maid
to bjamv1. So I adapted the vacpp toolset and the error should disappear
now (well, wait until the regression tests are regenerated of course)
toon