Error compiling PostgreSQL 7.4 for Fedora Core 1

From: Jonathan Gardner <jgardner(at)jonathangardner(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Error compiling PostgreSQL 7.4 for Fedora Core 1
Date: 2003-12-07 07:47:48
Message-ID: 200312062347.51232.jgardner@jonathangardner.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I am trying to compile PostgreSQL 7.4 for Fedora Core 1. I used these
parameters to configure:

$ ./configure --prefix=/usr/local/postgresql-7.4

While running make, it returns the errors below.

Any ideas?

make -C bootstrap all
make[3]: Entering directory
`/home/jgardner/src/postgresql-7.4/src/backend/bootstrap'
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
- -Wmissing-declarations -I. -I../../../src/include -D_GNU_SOURCE -c -o
bootparse.o bootparse.c
gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
- -Wmissing-declarations -I. -I../../../src/include -D_GNU_SOURCE -c -o
bootstrap.o bootstrap.c
bootstrap.c:118: error: `F_REGCLASSIN' undeclared here (not in a function)
bootstrap.c:118: error: initializer element is not constant
bootstrap.c:118: error: (near initialization for `Procid[8].inproc')
bootstrap.c:118: error: `F_REGCLASSOUT' undeclared here (not in a function)
bootstrap.c:118: error: initializer element is not constant
bootstrap.c:118: error: (near initialization for `Procid[8].outproc')
bootstrap.c:118: error: initializer element is not constant
bootstrap.c:118: error: (near initialization for `Procid[8]')
bootstrap.c:119: error: `F_REGTYPEIN' undeclared here (not in a function)
bootstrap.c:119: error: initializer element is not constant
bootstrap.c:119: error: (near initialization for `Procid[9].inproc')
bootstrap.c:119: error: `F_REGTYPEOUT' undeclared here (not in a function)
bootstrap.c:119: error: initializer element is not constant
bootstrap.c:119: error: (near initialization for `Procid[9].outproc')
bootstrap.c:119: error: initializer element is not constant
bootstrap.c:119: error: (near initialization for `Procid[9]')
bootstrap.c:120: error: initializer element is not constant
bootstrap.c:120: error: (near initialization for `Procid[10]')
bootstrap.c:121: error: initializer element is not constant
bootstrap.c:121: error: (near initialization for `Procid[11]')
bootstrap.c:122: error: initializer element is not constant
bootstrap.c:122: error: (near initialization for `Procid[12]')
bootstrap.c:123: error: initializer element is not constant
bootstrap.c:123: error: (near initialization for `Procid[13]')
bootstrap.c:124: error: initializer element is not constant
bootstrap.c:124: error: (near initialization for `Procid[14]')
bootstrap.c:125: error: initializer element is not constant
bootstrap.c:125: error: (near initialization for `Procid[15]')
bootstrap.c:126: error: initializer element is not constant
bootstrap.c:126: error: (near initialization for `Procid[16]')
bootstrap.c:127: error: initializer element is not constant
bootstrap.c:127: error: (near initialization for `Procid[17]')
bootstrap.c:128: error: initializer element is not constant
bootstrap.c:128: error: (near initialization for `Procid[18]')
make[3]: *** [bootstrap.o] Error 1
make[3]: Leaving directory
`/home/jgardner/src/postgresql-7.4/src/backend/bootstrap'
make[2]: *** [bootstrap-recursive] Error 2
make[2]: Leaving directory `/home/jgardner/src/postgresql-7.4/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/jgardner/src/postgresql-7.4/src'
make: *** [all] Error 2

- --
Jonathan Gardner
jgardner(at)jonathangardner(dot)net
Live Free, Use Linux!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/0tskWgwF3QvpWNwRAq0UAKCHGD1cuuvTJR3P5eNdbR2W5Kd7+gCg6rJB
LVJubC4t0st25mj6iPtcWu0=
=iJod
-----END PGP SIGNATURE-----

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-12-07 08:48:16 Re: Error compiling PostgreSQL 7.4 for Fedora Core 1
Previous Message Jose Mendoza 2003-12-07 00:50:48 2CPU 4GBRAM

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-12-07 08:48:16 Re: Error compiling PostgreSQL 7.4 for Fedora Core 1
Previous Message Bruce Momjian 2003-12-06 12:44:29 Re: Failed regression test in postgresql-7.4