mdbtools installation problem

i have been tryin to install mdbtools in my rhel 5...
./configure is working but at the time of make it gives an error
pls help
error log

odbc.c:778: warning: conflicting types for 'bind_columns'
odbc.c:778: error: static declaration of 'bind_columns' follows non-static declaration
odbc.c:200: error: previous implicit declaration of 'bind_columns' was here
odbc.c: In function 'SQLFetch':
odbc.c:819: error: 'MdbSQL' has no member named 'cur_table'
odbc.c: In function 'SQLGetData':
odbc.c:1051: error: 'MdbSQL' has no member named 'columns'
odbc.c:1051: warning: assignment makes pointer from integer without a cast
odbc.c:1052: error: 'MdbSQL' has no member named 'cur_table'
odbc.c:1054: error: 'MdbTableDef' has no member named 'columns'
odbc.c:1054: warning: assignment makes pointer from integer without a cast
odbc.c:1061: error: 'MdbColumn' has no member named 'cur_value_start'
odbc.c:1062: error: 'MdbColumn' has no member named 'cur_value_len'
odbc.c:1064: error: 'MdbColumn' has no member named 'cur_value_len'
odbc.c: In function '_odbc_get_server_type':
odbc.c:1448: error: label at end of compound statement
make[2]: *** [odbc.lo] Error 1
make[2]: Leaving directory `/testing/releasescript/mdbtools-0.5/src/odbc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/testing/releasescript/mdbtools-0.5/src'
make: *** [all-recursive] Error 1