error about tcl/tk

From: 帅猛 <shuaimeng(at)db(dot)pku(dot)edu(dot)cn>
To: "pgsql-hackers" <pgsql-hackers(at)postgresql(dot)org>, "pgsql-develops" <pgsql-develops(at)postgresql(dot)org>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: error about tcl/tk
Date: 2004-04-29 01:40:59
Message-ID: 200404290940890.SM01636@sm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

dear all

i compiled postgresql7.4 ,but when type in make ,error appeared as following:

bison -y -d gram.y
NONE:0: /usr/bin/m4: ERROR: EOF in string
sed -e 's/yy/plpgsql_yy/g' -e 's/YY/PLPGSQL_YY/g' < y.tab.c > ./pl_gram.c
/bin/sh: line 1: y.tab.c: No such file or directory
make[4]: *** [pl.tab.h] Error 1
make[4]: Leaving directory `/home/sm/pgsql7.4/src/pl/plpgsql/src'
make[3]: *** [all] Error 2

before this ,i configure like this :
./configure --enable-multibyte --with-tcl --with-tclconfig=
/usr/local/lib --with-tkconfig=/usr/local/lib
(see at http://member.melbpc.org.au/~bradmac/postgreSQL.html#LtohTOCentry-2)
i have already intalled tck8.4.5 and tk8.4.5

would you please tell what's the matter with my postgres? thanks :)

        致
礼!

        帅猛
        shuaimeng(at)db(dot)pku(dot)edu(dot)cn
          2004-04-29

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2004-04-29 02:26:38 Re: Arbitrary precision modulo operation
Previous Message Bruno Wolff III 2004-04-29 01:11:45 Re: Arbitrary precision modulo operation

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-04-29 01:41:15 Re: Nasty security bug with clustering
Previous Message Greg Sabino Mullane 2004-04-29 01:30:23 Re: What can we learn from MySQL?