ultralord Master

Joined: 06 Nov 2006 Posts: 255
|
Posted: Fri Jan 02, 2009 4:22 pm Post subject: compiling tcl-sql package |
|
|
when i try to compile it i have this error
i download that package:
http://sourceforge.net/project/showfiles.php?group_id=39175&package_id=31338
Quote: |
....
ql::endquery(int)β
sql-mysql.h:30: error: after previous specification in βvirtual void Sql_mysql:: endquery(int)β
sql-mysql.cc: In member function βvirtual void Sql_mysql::endquery(int)β:
sql-mysql.cc:115: error: βNULLβ was not declared in this scope
sql-mysql.cc: At global scope:
sql-mysql.cc:123: error: default argument given for parameter 1 of βSql_row* Sql _mysql::fetchrow(int)β
sql-mysql.h:31: error: after previous specification in βvirtual Sql_row* Sql_mys ql::fetchrow(int)β
sql-mysql.cc: In member function βvirtual Sql_row* Sql_mysql::fetchrow(int)β:
sql-mysql.cc:126: error: βsprintfβ was not declared in this scope
sql-mysql.cc:127: error: βNULLβ was not declared in this scope
sql-mysql.cc:133: error: βNULLβ was not declared in this scope
make: *** [obj/sql-mysql.o] Error 1
ultralord@debian:~/tcl-sql$ |
any solution? |
|