This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

mysql module

Old posts that have not been replied to for several years.
Locked
S
Sonic

mysql module

Post by Sonic »

I've tried many difrent myql modules, the one that i've tried most whit is

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

I am not very good on unix systems and hope someone can help me, or show me another module.. I need to get it started
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Those aren't errors, they're warnings. If it finishes compiling, try it out. Many warnings can be safely ignored. If it doesn't finish compiling, try posting the bit that has the error messages.<br>
<br>
That said, another thing you could try is to install a different version of tcl. Contacting the actual authors of the module may also be fruitful.
Locked