Skip to Content.
Sympa Menu

freetds - Re: [freetds] need help installing on HP-UX 10.2

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: christos AT zoulas.com (Christos Zoulas)
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] need help installing on HP-UX 10.2
  • Date: Sat, 5 Nov 2005 14:07:34 -0500

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






Archive powered by MHonArc 2.6.24.

Top of Page