postgresql 7.3.3

From: Franco Bruno Borghesi <franco(at)akyasociados(dot)com(dot)ar>
To: pgsql-general(at)postgresql(dot)org
Subject: postgresql 7.3.3
Date: 2003-05-29 19:13:52
Message-ID: 200305291613.53308.franco@akyasociados.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi everyone.

I've downloaded the new version of postgresql, and when trying to compile it, I get some errors
(you can see them at the bottom). It seems to be a problem with pg_dump.
Has it happened to anyone else? does anybody have an idea of why is it happening?

----------------
# uname -a
FreeBSD lucifer.akyasociados.com.ar 4.8-RELEASE FreeBSD 4.8-RELEASE #4: Sat Apr 26 16:26:40 ART 2003
root(at)lucifer(dot)akyasociados(dot)com(dot)ar:/usr/obj/usr/src/sys/LUCIFER i386

# gcc --version
2.95.4

# ./configure --prefix=/usr/local/pgsql --libdir=/usr/local/lib/postgresql/ --includedir=/usr/local/include/postgresql --with-java
...
# make
...
gmake[4]: Leaving directory `/root/tmp/postgresql-7.3.3/src/backend/parser'
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -DBINDIR=\"/usr/local/pgsql/bin\" -c -o pg_dump.o pg_dump.c
pg_dump.c: In function `main':
pg_dump.c:192: elements of array `long_options' have incomplete type
pg_dump.c:193: warning: excess elements in struct initializer
pg_dump.c:193: warning: (near initialization for `long_options[0]')
pg_dump.c:193: `no_argument' undeclared (first use in this function)
pg_dump.c:193: (Each undeclared identifier is reported only once
pg_dump.c:193: for each function it appears in.)
pg_dump.c:193: warning: excess elements in struct initializer
pg_dump.c:193: warning: (near initialization for `long_options[0]')
...
pg_dump.c:227: warning: excess elements in struct initializer
pg_dump.c:227: warning: (near initialization for `long_options[28]')
pg_dump.c:228: invalid use of undefined type `struct option'
pg_dump.c:192: storage size of `long_options' isn't known
pg_dump.c:273: warning: implicit declaration of function `getopt_long'
gmake[3]: *** [pg_dump.o] Error 1
gmake[3]: Leaving directory `/root/tmp/postgresql-7.3.3/src/bin/pg_dump'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/root/tmp/postgresql-7.3.3/src/bin'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/root/tmp/postgresql-7.3.3/src'
gmake: *** [all] Error 2

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alam Surya 2003-05-29 19:16:35 Re: problem delete record error:heap_mark4update
Previous Message Bruno Wolff III 2003-05-29 19:07:40 Re: How to deny user changing his own password?