From: | Michael Meskes <meskes(at)postgresql(dot)org> |
---|---|
To: | PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Compile woes |
Date: | 2000-02-25 08:03:53 |
Message-ID: | 20000225090353.A9494@fam-meskes.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
It seems I cannot compile the backend anymore. Here's what I get after make
distclean; configure; make:
...
gcc -I../../../include -I../../../backend -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -c -o tupdesc.o tupdesc.c
ld -r -o SUBSYS.o heaptuple.o indextuple.o indexvalid.o printtup.o scankey.o tupdesc.o
make[3]: Leaving directory /home/postgres/pgsql/src/backend/access/common'
make -C gist SUBSYS.o
make[3]: Entering directory /home/postgres/pgsql/src/backend/access/gist'
make[3]: *** No rule to make target ../../../include/utils/dt.h', needed by
ist.o'. Stop.
make[3]: Leaving directory /home/postgres/pgsql/src/backend/access/gist'
make[2]: *** [submake] Error 2
make[2]: Leaving directory /home/postgres/pgsql/src/backend/access'
make[1]: *** [access.dir] Error 2
make[1]: Leaving directory /home/postgres/pgsql/src/backend'
make: *** [all] Error 2
Newly updated archive.
Michael
--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael(at)Fam-Meskes(dot)De | Use PostgreSQL!
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Reifenberger | 2000-02-25 09:50:58 | failing to compile -current on FreeBSD |
Previous Message | Michael Meskes | 2000-02-25 08:02:37 | Re: ecpg seems rather badly broken |