Hi, I'm building ITK on linux using GCC 4.3 and failing. The trouble seems to be gccxml; it's giving errors like
In file included from /usr/include/c++/4.3/complex:51,
from
/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/vcl/iso/vcl_complex.h:6,
from
/build/buildd/insighttoolkit-3.6.0/Utilities/vxl/vcl/vcl_complex.h:62,
from
/build/buildd/insighttoolkit-3.6.0/Wrapping/CSwig/VXLNumerics/wrap_vnl_matrix.cxx:17:
/usr/include/c++/4.3/cmath:51:23: error: math.h: No such file or directory
[c.f.
http://buildd.debian.org/fetch.cgi?&pkg=insighttoolkit&ver=3.6.0-2&arch=ia64&stamp=1211937639&file=log]
Now there certainly *is* <math.h> on the system. Line 51 of cmath reads
"#include_next <math.h>".
Is it the case that gccxml doesn't handle include_next somehow?
I'm using gccxml pulled from CVS head as of 2008-05-25.
Thanks,
-Steve
signature.asc
Description: Digital signature
_______________________________________________ gccxml mailing list [email protected] http://www.gccxml.org/mailman/listinfo/gccxml
