From: | "Carsten Piepel" <piepel(at)ifgi(dot)uni-muenster(dot)de> |
---|---|
To: | <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | make failure: Gen_fmgrtab.sh |
Date: | 2001-12-06 16:47:13 |
Message-ID: | D3FA033D48A7D311AEC40090279FC5A7439EE3@HYDE.UNI-MUENSTER.DE |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
Hi everybody,
I encounter problems to make PostgreSQL version 7.1.3 on my Windows 2000
computer. I use Cygwin 1.3.5 and GNU make version 3.79.1. While processing
the makefile I receive the following error message:
$ make
.
.
.
make[3]: Entering directory `/usr/src/postgresql-7.1.3/src/backend/utils'
CPP='gcc -E' AWK='' /bin/sh.exe Gen_fmgrtab.sh
../../../src/include/catalog/pg_proc.h
BEGIN { raw = 0; }
/^DATA/ { print; next; }
/^BKI_BEGIN/ { raw = 1; next; }
/^BKI_END/ { raw = 0; next; }
raw == 1 { print; next; }: not found
/^#/ { print; next; }
$4 == "12" { print; next; }: not found
Gen_fmgrtab.sh failed
make[3]: *** [fmgroids.h] Error 1
make[3]: Leaving directory `/usr/src/postgresql-7.1.3/src/backend/utils'
make[2]: *** [utils/fmgroids.h] Error 2
make[2]: Leaving directory `/usr/src/postgresql-7.1.3/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/postgresql-7.1.3/src'
make: *** [all] Error 2
I am at loss what to do now. Any help would be greatly appreciated.
Thank you,
Carsten
-------------------------------------------------
Carsten Piepel
Diplom-Landschaftsoekologe
Institut fuer Geoinformatik
der Westfaelischen Wilhelms-Universitaet Muenster
Robert-Koch-Str. 26-28
48149 Muenster
Tel.: +49 (0)251 83-39762
Fax: +49 (0)251 83-39763
Email: piepel(at)ifgi(dot)uni-muenster(dot)de
Visit us at http://wwwifgi.uni-muenster.de
-------------------------------------------------
Two wrongs do not make a right.
From | Date | Subject | |
---|---|---|---|
Next Message | Henshall, Stuart - WCP | 2001-12-06 17:07:01 | Re: make failure: Gen_fmgrtab.sh |
Previous Message | Dave Page | 2001-12-03 20:37:30 | Re: [GENERAL] ident fails on win2k host... |