|
Hack Tool Repository
SQL Auditing Tools |
Comments:
|
When using a newer version of FreeTDS, you will receive an error message: gcc -O6 -Wall -DNDEBUG=0 -Iinclude -g -O2 -c -o sqllib.o sqllib.c In file included from sqllib.c:22: include/sqllib.h:73: error: expected =, ,, ;, asm or __attribute__ before * token sqllib.c: In function value_as_string: sqllib.c:695: error: TDSBLOBINFO undeclared (first use in this function) sqllib.c:695: error: (Each undeclared identifier is reported only once sqllib.c:695: error: for each function it appears in.) sqllib.c:695: error: expected expression before ) token sqllib.c:706: warning: ignoring return value of realloc, declared with attribute warn_unused_result sqllib.c:727: warning: ignoring return value of realloc, declared with attribute warn_unused_result sqllib.c:736: warning: ignoring return value of realloc, declared with attribute warn_unused_result make: *** [sqllib.o] Error 1 Use version 0.62.4, which contains the TDSBLOBINFO structure. by marc at 2007-12-21 13:25:16 |
