cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: vprintf() error

From: Claude Cormier <techsupport_at_devises-or.com>
Date: Sun, 13 Aug 2000 16:15:48 -0400

Hi again,

> I find this very odd. Other people have compiled curl on freebsd before
> without problems...

I will certainly let you know for you to add on your install page when I
find the problem.
 
> > What can you tell me about this "configure" ? They appear to be generated
> > by a utility named "autoconf". But what is the source of autoconf?
>
> configure.in

And how is "configure.in" gets "configured". This is no text file. It
originates from a program or script.

Now about that little test that check if vprint(f) is defined. In
"configure", vprintf() is declared of type CHAR. I chgeck stdio.h on my
hostsystem and it is defined as INT.

If I compile the following piece:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#include </usr/include/stdio.h>
int main() {
char vprintf();

vprintf();
; return 0; }

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I get the compile error: "conflicting types for vprintf()"

Does that help ?

Claude

 
Claude.
Received on 2000-08-13