|
From: Michael B. <mik...@gm...> - 2008-10-24 18:46:37
|
Hello, I am receiving a syntax error when I try to build the iodbc shared library for php ./configure --enable-gui --prefix=/usr/local make In file included from confirm.c:77: ../../iodbcinst/unicode.h:104: error: syntax error before 'u_short' I thought maybe the compiler did not recognize the type 'size_t' so I changed it to 'ssize_t' like the other definitions and tried again but it still is failing. Any ideas? Thanks -Mike |