[pgsql-jp: 28631] pgaccess がインストールできない

Norio Kikuta kikuta.norio @ nifty.ne.jp
2003年 1月 11日 (土) 21:43:27 JST


菊田といいます。

FreeBSD4.7 に pgaccess をインストールしようとしています。

ja-tcl-8.0.5_1 と ja-tk-8.0.5_2 は port からインストールしました。

./configure --enable-multibyte=EUC_JP \
                --with-openssl=/etc/ssl \
                --enable-syslog \
                --enable-odbc \
                --with-tcl \
                --with-include="/usr/local/include/tcl8.0jp /usr/local/include/tk8.0jp" \
                --with-tclconfig=/usr/local/lib/tcl8.0jp \
                --with-tkconfig=/usr/local/lib/tk8.0jp

のようなオプションでconfigureが終わり、gmakeを行うと、

pgtcl.c:30: syntax error before `*'
pgtcl.c:31: warning: no previous prototype for `Pgtcl_Init'
pgtcl.c: In function `Pgtcl_Init':
pgtcl.c:48: warning: implicit declaration of function `Tcl_GetDouble'
pgtcl.c:48: `interp' undeclared (first use in this function)
pgtcl.c:48: (Each undeclared identifier is reported only once
pgtcl.c:48: for each function it appears in.)
pgtcl.c:48: warning: implicit declaration of function `Tcl_GetVar'
pgtcl.c:48: `TCL_GLOBAL_ONLY' undeclared (first use in this function)
pgtcl.c:53: warning: implicit declaration of function `Tcl_CreateCommand'
pgtcl.c:56: `ClientData' undeclared (first use in this function)
pgtcl.c:56: syntax error before `0'
pgtcl.c:61: syntax error before `0'
pgtcl.c:66: syntax error before `0'
pgtcl.c:71: syntax error before `0'
pgtcl.c:76: syntax error before `0'
pgtcl.c:81: syntax error before `0'
pgtcl.c:86: syntax error before `0'
pgtcl.c:91: syntax error before `0'
pgtcl.c:96: syntax error before `0'
pgtcl.c:112: syntax error before `0'
pgtcl.c:117: syntax error before `0'
pgtcl.c:123: syntax error before `0'
pgtcl.c:128: syntax error before `0'
pgtcl.c:133: syntax error before `0'
pgtcl.c:138: syntax error before `0'
pgtcl.c:143: syntax error before `0'
pgtcl.c:148: syntax error before `0'
pgtcl.c:153: syntax error before `0'
pgtcl.c:155: warning: implicit declaration of function `Tcl_PkgProvide'
pgtcl.c:157: `TCL_OK' undeclared (first use in this function)
pgtcl.c:158: warning: control reaches end of non-void function
pgtcl.c: At top level:
pgtcl.c:162: syntax error before `*'
pgtcl.c:163: warning: no previous prototype for `Pgtcl_SafeInit'
pgtcl.c: In function `Pgtcl_SafeInit':
pgtcl.c:164: `interp' undeclared (first use in this function)
gmake[3]: *** [pgtcl.o] エラー 1
gmake[3]: 出ます ディレクトリ `/usr/local/src/postgresql-7.2.3/src/interfaces/libpgtcl'
gmake[2]: *** [all] エラー 2
gmake[2]: 出ます ディレクトリ `/usr/local/src/postgresql-7.2.3/src/interfaces'
gmake[1]: *** [all] エラー 2
gmake[1]: 出ます ディレクトリ `/usr/local/src/postgresql-7.2.3/src'
gmake: *** [all] エラー 2

となって、gmake が止まってしまいます。

どんな問題があるのでしょうか。




pgsql-jp メーリングリストの案内