http://www.xdobry.de/mysqltcl/mysqltcl-2.14.tar.gz
but also many others,
when i install it i get many errors, I'm running FreeBSD 5.0
when I do
./configure --with-tcl=/usr/local/lib/tcl8.3 --with-tclinclude=/usr/local/include/tcl8.3 --with-mysql-include=/usr/local/include/mysql --with-mysql-lib=/usr/local/lib/mysql
I get 2 errors and then when i try make there is an error like
Code: Select all
generic/mysqltcl.c: In function `mysql_colinfo':
generic/mysqltcl.c:508: warning: passing arg 3 of pointer to function from incompatible pointer type
generic/mysqltcl.c: In function `Mysqltcl_Connect':
generic/mysqltcl.c:669: warning: passing arg 3 of pointer to function from incompatible pointer type
generic/mysqltcl.c: In function `Mysqltcl_Sel':
generic/mysqltcl.c:831: warning: passing arg 3 of pointer to function from incompatible pointer type
generic/mysqltcl.c: In function `Mysqltcl_Info':
generic/mysqltcl.c:1178: warning: passing arg 3 of pointer to function from incompatible pointer type
generic/mysqltcl.c: In function `Mysqltcl_Result':
generic/mysqltcl.c:1283: warning: passing arg 3 of pointer to function from incompatible pointer typ