Hi, I've discovered the problem with mconf.h/mconf_BE.h which is on line 120: defined(__hp9000s700) || defined(__AIX) || defined(_AIX) \ should be: defined(__hp9000s700) || defined(__AIX) || defined(_AIX) || \ So, could someone fix this in CVS ? Thanks, Tim. P.S. I'm waiting to see how the rest of the compilation goes.