[freetds] need help installing on HP-UX 10.2
Christos Zoulas
christos at zoulas.com
Sat Nov 5 14:07:34 EST 2005
On Nov 4, 3:38pm, wsimmons at unicircuit.com (Wayne Simmons) wrote:
-- Subject: Re: [freetds] need help installing on HP-UX 10.2
Try including <stdarg.h> or if your hp/ux is too old and does not have it,
<varargs.h> before that declaration.
christos
| (Bundled) cc: "../../include/replacements.h", line 46: error 1000:
| Unexpected symbol: "va_list".
| (Bundled) cc: "../../include/replacements.h", line 42: error 1705: Function
| prototypes are an ANSI feature.
| (Bundled) cc: "../../include/replacements.h", line 46: error 1705: Function
| prototypes are an ANSI feature.
| (Bundled) cc: "../../include/replacements.h", line 50: error 1705: Function
| prototypes are an ANSI feature.
| (Bundled) cc: "asprintf.c", line 25: error 1705: Function prototypes are an
| ANSI feature.
| (Bundled) cc: "asprintf.c", line 31: warning 526: Pointer implicitly
| converted to integral value in assignment.
| (Bundled) cc: "asprintf.c", line 31: warning 563: Argument #3 is not the
| correct type.
|
|
| replacements.h lines 45-47 are:
| #if !HAVE_VASPRINTF
| int vasprintf(char **ret, const char *fmt, va_list ap);
| #endif /* !HAVE_VASPRINTF */
|
| Why is it not recognizing a va_list, that's elementry ANSI C isn't it?
|
| Thank you,
|
| -Wayne
|
| --
| CAM Automation Programmer
| Unicircuit Inc.
| Littleton, Colorado
| 303-738-5390
|
|
|
|
| > -----Original Message-----
| > From: christos at zoulas.com [mailto:christos at zoulas.com]
| > Sent: Friday, November 04, 2005 3:00 PM
| > To: FreeTDS Development Group
| > Subject: Re: [freetds] need help installing on HP-UX 10.2
| >
| > On Nov 4, 2:35pm, wsimmons at unicircuit.com (Wayne Simmons) wrote:
| > -- Subject: Re: [freetds] need help installing on HP-UX 10.2
| >
| > | Thank you for your help, but could you elaborate? I don't really know
| > how to
| > | "make it 'int'" can I just change socklen_t to int in the file
| > configure?
| > |
| >
| >
| _______________________________________________
| FreeTDS mailing list
| FreeTDS at lists.ibiblio.org
| http://lists.ibiblio.org/mailman/listinfo/freetds
-- End of excerpt from Wayne Simmons
More information about the FreeTDS
mailing list