Re: [ADMIN] pgsql 6.4.2 build error
От | Jan Kim |
---|---|
Тема | Re: [ADMIN] pgsql 6.4.2 build error |
Дата | |
Msg-id | 19990113191140.A20322@mars.mpiz-koeln.mpg.de обсуждение исходный текст |
Ответ на | pgsql 6.4.2 build error (Vincent RUIZ <webmaster@arobase.fr>) |
Ответы |
Re: [ADMIN] pgsql 6.4.2 build error
|
Список | 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 по дате отправления: