tcl error - Mailing list pgsql-hackers

From 帅猛
Subject tcl error
Date
Msg-id 200404281816406.SM01636@sm
Whole thread Raw
Responses Re: tcl error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
dear  all
i tried using tcl with ./configure --with-tcl.
errors appear when make:
make[4]: Entering directory `/home/sm/pgsql7.4/src/pl/plpgsql/src'
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
make[3]: Leaving directory `/home/sm/pgsql7.4/src/pl/plpgsql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/sm/pgsql7.4/src/pl'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/sm/pgsql7.4/src'
make: *** [all] Error 2

what's wrong with it?


        致
礼!                

        帅猛
        shuaimeng@db.pku.edu.cn
          2004-04-28

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: bitwise and/or aggregate functions?
Next
From: Tom Lane
Date:
Subject: Re: Weirdness with OIDs and JOIN ON?