RE: Compiling samba 2.2.8 on HP-UX 11.00 - conflicting

2003-03-20 Thread Ladner, Eric (Eric.Ladner)
PROTECTED] Sent: Wednesday, March 19, 2003 18:42 To: [EMAIL PROTECTED] Cc: Ladner, Eric (Eric.Ladner) Subject: RE: Compiling samba 2.2.8 on HP-UX 11.00 - conflicting Thanks Eric, that fixed one of the functions. The functions are declared as: in stdio.h: extern int snprintf(char *, __size_t

Re: Compiling samba 2.2.8 on HP-UX 11.00 - conflicting definitionof snprintf

2003-03-20 Thread Marc Jacobsen
Sorry, this is not help for your compile, but you may be interested to know that you can get Samba 2.2.8 compiled and packaged for HP-UX 11 and 11i here: http://master.samba.org/samba/ftp/Binary_Packages/hp/samba-2.2.8/ Hopefully that takes care of the issue for you. Regards, Marc Jacobsen

RE: Compiling samba 2.2.8 on HP-UX 11.00 - conflicting

2003-03-19 Thread Adam Fox
Thanks Eric, that fixed one of the functions. The functions are declared as: in stdio.h: extern int snprintf(char *, __size_t, char *,...); extern int vsnprintf(char *, __size_t, const char *, __va__list); in snprintf.c: int vsnprintf (char *str, size_t count, const char *fmt, va_list

Re: Compiling samba 2.2.8 on HP-UX 11.00 - conflicting definitionof snprintf

2003-03-18 Thread Tim Potter
On Wed, Mar 19, 2003 at 04:09:19PM +1030, Adam Fox wrote: When I ran configure the following was reported about the printf functions: checking for asprintf declaration... no checking for vasprintf declaration... no checking for vsnprintf declaration... yes checking for snprintf