I'm compiling courier-0.37.3 and running into an error. Here it is:

In file included from afx.h:40,
                 from exception.C:14:
/net/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.95.3/include/new:28: `operator new' 
takes type `size_t' as first parameter
/net/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.95.3/include/new:29: `operator new' 
takes type `size_t' as first parameter
/net/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.95.3/include/new:32: `operator new' 
takes type `size_t' as first parameter
/net/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.95.3/include/new:33: `operator new' 
takes type `size_t' as first parameter
/net/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.95.3/include/new:38: `operator new' 
takes type `size_t' as first parameter
/net/local/lib/gcc-lib/hppa1.1-hp-hpux11.00/2.95.3/include/new:39: `operator new' 
takes type `size_t' as first parameter
make[1]: *** [exception.o] Error 1
make[1]: Leaving directory `/home/mwoods/courier-0.37.3/afx'
make: *** [all-recursive] Error 1

I don't do much programming, but I suspect that the problem lies in afx.h around
line 358: #define AFXCONSTRUCT(ptr,type)  new((ptr)) type

I've successfully built many gnu tools and programs on this hppa1.1-hp-hpux11.00
machine, including openssl, openssh, openldap, so I'm fairly confident that the
build environment is good. Your help would be very much appreciated.

EECS Systems Staff
-Michael Woods

_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to