Thread
-
PG 8.0.0 on OpenBSD problems
bpalmer <bpalmer@crimelabs.net> — 2004-08-10T01:35:32Z
7.* compiles clean and runs happy under the same shell / settings / etc bpalmer:/usr/home/bpalmer/CODE/postgresql-8.0.0beta1$ uname -an OpenBSD psidion.crimelabs.net 3.5 GENERIC#34 i386 gmake[4]: Leaving directory `/usr/home/bpalmer/CODE/postgresql-8.0.0beta1/src/port' gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -DFRONTEND -I../../../src/interfaces/libpq -I../../../src/include -c -o initdb.o initdb.c initdb.c: In function `get_encoding_from_locale': initdb.c:744: `CODESET' undeclared (first use in this function) initdb.c:744: (Each undeclared identifier is reported only once initdb.c:744: for each function it appears in.) gmake[3]: *** [initdb.o] Error 1 gmake[3]: Leaving directory `/usr/home/bpalmer/CODE/postgresql-8.0.0beta1/src/bin/initdb' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/home/bpalmer/CODE/postgresql-8.0.0beta1/src/bin' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/home/bpalmer/CODE/postgresql-8.0.0beta1/src' gmake: *** [all] Error 2 *** Error code 2 ---------------------------------------------------------------------------- c: 917-697-8665 h: 201-435-6226 b. palmer, bpalmer@crimelabs.net pgp:crimelabs.net/bpalmer.pgp5
-
Re: PG 8.0.0 on OpenBSD problems
Peter Eisentraut <peter_e@gmx.net> — 2004-08-11T11:07:06Z
Am Dienstag, 10. August 2004 03:35 schrieb bpalmer: > gmake[4]: Leaving directory > `/usr/home/bpalmer/CODE/postgresql-8.0.0beta1/src/port' > gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes > -Wmissing-declarations -DFRONTEND -I../../../src/interfaces/libpq > -I../../../src/include -c -o initdb.o initdb.c > initdb.c: In function `get_encoding_from_locale': > initdb.c:744: `CODESET' undeclared (first use in this function) > initdb.c:744: (Each undeclared identifier is reported only once > initdb.c:744: for each function it appears in.) Fixed. -- Peter Eisentraut http://developer.postgresql.org/~petere/