Hi! I have this errors compiling Asterisk 1.4.5<br><br>cdr_tds.c:86:2: warning: #warning "You have older TDS, you should upgrade!"<br>cdr_tds.c: In function `tds_log':<br>cdr_tds.c:213: error: too many arguments to function `tds_process_simple_query'
<br>cdr_tds.c: In function `mssql_connect':<br>cdr_tds.c:326: error: `TDSCONNECTINFO' undeclared (first use in this function)<br>cdr_tds.c:326: error: (Each undeclared identifier is reported only once<br>cdr_tds.c:326: error: for each function it appears in.)
<br>cdr_tds.c:326: error: `connection' undeclared (first use in this function)<br>cdr_tds.c:379: warning: implicit declaration of function `tds_free_connect'<br>cdr_tds.c:393: error: `result_type' undeclared (first use in this function)
<br>cdr_tds.c:393: error: too many arguments to function `tds_process_simple_query'<br>cdr_tds.c: In function `tds_load_module':<br>cdr_tds.c:434: warning: unused variable `result_type'<br>make[1]: *** [cdr_tds.o] Error 1
<br>make: *** [cdr] Error 2<br><br><br>Any Ideas?<br>