Hi, I am trying to compile 2.2.3a on an HPUX11 system using HP's native compilers and I am getting the folling errors. cpp: "/usr/include/sys/xti.h", line 488: warning 2001: Redefinition of macro TCP_NODELAY. cpp: "/usr/include/sys/xti.h", line 489: warning 2001: Redefinition of macro TCP_MAXSEG. The above is an example, it happens for each stage of the compile process. I can post the whole error list, if needed, but don't wan't clog up the mail list. Is this something I can fix or is it something that will be fixed or can I ignore it ? -- Stephen M Kitchener Unix Systems Supply Chain Division. AspenTech UK 1 Century Court, Tolpits Lane, Watford, Herts, WD18 9PT TEL +44 (0) 1923 652125 FAX +44 (0) 1923 652215 EMAIL steve.kitchener@aspentech.com WEB http://www.aspentech.com
MCCALL,DON (HP-USA,ex1)
2002-Feb-12 06:11 UTC
[Samba] Compileing 2.2.3a ( and ealier) on HPUX11
Hello Stephen, You can ignore these warnings - they come as a result of some header files in HP-UX, but will not cause you any problems. Don -----Original Message----- From: Stephen Kitchener [mailto:steve.kitchener@aspentech.com] Sent: Tuesday, February 12, 2002 6:20 AM To: samba@lists.samba.org Subject: [Samba] Compileing 2.2.3a ( and ealier) on HPUX11 Hi, I am trying to compile 2.2.3a on an HPUX11 system using HP's native compilers and I am getting the folling errors. cpp: "/usr/include/sys/xti.h", line 488: warning 2001: Redefinition of macro TCP_NODELAY. cpp: "/usr/include/sys/xti.h", line 489: warning 2001: Redefinition of macro TCP_MAXSEG. The above is an example, it happens for each stage of the compile process. I can post the whole error list, if needed, but don't wan't clog up the mail list. Is this something I can fix or is it something that will be fixed or can I ignore it ? -- Stephen M Kitchener Unix Systems Supply Chain Division. AspenTech UK 1 Century Court, Tolpits Lane, Watford, Herts, WD18 9PT TEL +44 (0) 1923 652125 FAX +44 (0) 1923 652215 EMAIL steve.kitchener@aspentech.com WEB http://www.aspentech.com -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
René Nieuwenhuizen
2002-Feb-12 11:00 UTC
[Samba] Compileing 2.2.3a ( and ealier) on HPUX11
I've patched xti.h file and fixed it some time ago, but as Don says it's not causing any damage... ========================================================*** xti.h.orig Mon Oct 29 15:55:49 2001 --- xti.h Tue Nov 20 13:36:27 2001 *************** *** 485,492 **** --- 485,494 ---- * First two names collide with netinet/tcp.h - values must be equivalent. */ + #ifndef _NETINET_TCP_H #define TCP_NODELAY 0x1 /* don't delay packets to coalesce */ #define TCP_MAXSEG 0x2 /* get maximum segment size */ + #endif #define TCP_KEEPALIVE 8 /* check, if connections are alive */ /* ======================================================= Ren? Nieuwenhuizen Sysadmin CPB Netherlands Bureau for Economic Policy Analysis ----- Original Message ----- From: "Stephen Kitchener" <steve.kitchener@aspentech.com> To: <samba@lists.samba.org> Sent: Tuesday, February 12, 2002 12:20 PM Subject: [Samba] Compileing 2.2.3a ( and ealier) on HPUX11> Hi, > > I am trying to compile 2.2.3a on an HPUX11 system using HP's native > compilers and I am getting the folling errors. > > cpp: "/usr/include/sys/xti.h", line 488: warning 2001: Redefinition of > macro TCP_NODELAY. > cpp: "/usr/include/sys/xti.h", line 489: warning 2001: Redefinition of > macro TCP_MAXSEG. > > The above is an example, it happens for each stage of the compile > process. I can post the whole error list, if needed, but don't wan't > clog up the mail list. > > Is this something I can fix or is it something that will be fixed or can > I ignore it ? > > -- > Stephen M Kitchener > Unix Systems > Supply Chain Division. > > AspenTech UK > 1 Century Court, > Tolpits Lane, > Watford, Herts, > WD18 9PT > > TEL +44 (0) 1923 652125 > FAX +44 (0) 1923 652215 > EMAIL steve.kitchener@aspentech.com > WEB http://www.aspentech.com > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >