錯誤訊息:
./generic/tcldom.c: In function ‘tcldom_EvalLocked’:
./generic/tcldom.c:5937:47: error: ‘Tcl_Interp’ has no member named ‘errorLine’
./generic/tcldom.c: In function ‘tcldom_RegisterDocShared’:
./generic/tcldom.c:5957:9: warning: variable ‘refCount’ set but not used [-Wunused-but-set-variable]
make: *** [tcldom.o] Error 1
解決方法:
http://sourceforge.net/p/modules/bugs/62/
Apparently errorLine is a deprecated feature.
A temporary fix is to enable this deprecated feature - although eventually this will cease to work. To do this configure with a line like this:
bash> CPPFLAGS="-DUSE_INTERP_ERRORLINE" ./configure
Then make && make install as usual.
沒有留言:
張貼留言