Re: [ADMIN] pgsql 6.4.2 build error - Mailing list pgsql-admin

From Jan Kim
Subject Re: [ADMIN] pgsql 6.4.2 build error
Date
Msg-id 19990113191140.A20322@mars.mpiz-koeln.mpg.de
Whole thread Raw
In response to pgsql 6.4.2 build error  (Vincent RUIZ <webmaster@arobase.fr>)
Responses Re: [ADMIN] pgsql 6.4.2 build error  (Vincent RUIZ <webmaster@arobase.fr>)
List pgsql-admin
On Wed, Jan 13, 1999 at 06:48:54PM +0100, Vincent RUIZ wrote:

> ./configure --with-template=linux_ppc --with-tcl --with-perl --with-odbc
> -- with-x
> gmake all
> gcc -I../../include -I../../backend   -O2  -Wall -Wmissing-prototypes
> -I. -DHAVE_CONFIG_H -fpic   -c mis
> c.c -o misc.o
> misc.c:61: warning: no previous prototype for `mylog'
> misc.c: In function `mylog':
> misc.c:69: request for member `gpr' in something not a structure or

[snip]

> Everything seems to be ok if I remove --with-odbc.
> I use mkLinux DR3 and egcs-2.90.25 980302 (egcs-1.0.2 prerelease) .
>
> What is wrong ??? Help!!!!

Difficult to say what is wrong precisely, you'll have to run the file
through the preprocessor and try to figure out. Use

    % cd interfaces/odbc
    % gcc -I../../include -I../../backend   -O2  -Wall \
      -Wmissing-prototypes -I. -DHAVE_CONFIG_H -fpic   -E misc.c > blah

and check file blah.

The ODBC code generally tends to be troublesome in my experience -- I
had to fix some stuff there to get it through the compiler (on DEC Alpha
and SGI, the compilers didn't like the C++ style comments and also, I had
to change lines 64 and 94 in misc.c from "char *args;" to "va_list args;".
I guess that's what is meant by "minor patchable problems", stated in
INSTALL...

Greetinx, Jan
--
 +- Jan T. Kim -------------------------------------------------------+
 |             email: kim@mpiz-koeln.mpg.de                           |
 |             WWW:   http://www.mpiz-koeln.mpg.de/~kim/              |
 *-----=<  hierarchical systems are for files, not for humans  >=-----*

pgsql-admin by date:

Previous
From: Vincent RUIZ
Date:
Subject: pgsql 6.4.2 build error
Next
From: Lance
Date:
Subject: subscribe