Dear all,
I following the exactly the following instructions in trying to install xotcl:
wget http://media.wu-wien.ac.at/download/xotcl-1.5.1.tar.gz
The following commands can be used to compile XOTcl and install it into the appropriate places of the specified aolserver. We assume that the aolserver is installed under /usr/local/aolserver:
cd xotcl-1.5.1 CC=gcc;export CC ./configure --enable-threads --enable-symbols --prefix=/usr/local/aolserver --exec-prefix=/usr/local/aolserver --with-tcl=/usr/src/tcl8.4.13/unix
Use appropriate paths for aolserver4 and your tcl version.
make make install-aolAfter the "make install-aol
However, after "make", i got the following errors:
"XoTclGetClass" declared 'static' but never defined
'CallStackGetFrame' declared....
'XOTcl_DeprecatedCmd' defined but not used
'NSTail' defined but not used....
etc.
Could some one enlighten me on what direction I should go to get it installed?
thanks.
john