Hi.
I'm trying to configure php with-custom-odbc.
but I'm having problems. I've read the online manuals and it doesn't help.
I've set CFLAGS/CUSTOM_ODBC_LIBS, and tried to make with: ./configure --with-custom-odbc=/opt/TimesTen32/32
(I'm trying to get it to work with TimesTen3) IT gives a bunch of parser errors when I include the odbc.h file that includes the TimesTens stuff:
/opt/TimesTen37/32/include/odbcinst.h:54: parse error before SQLInstallODBC'
/opt/TimesTen37/32/include/odbcinst.h:54: parse error beforehwndParent'
/opt/TimesTen37/32/include/odbcinst.h:57: warning: data definition has no type or storage class
/opt/TimesTen37/32/include/odbcinst.h:58: parse error before SQLManageDataSources'
/opt/TimesTen37/32/include/odbcinst.h:58: parse error beforehwndParent'
.
.
.
Does anyone know waht I am doing wrong?