in reply to Re^2: Really stumped trying to compile DBD::ODBC
in thread Really stumped trying to compile DBD::ODBC

The problem is the use of structure member names 'true' and 'false'. The compiler on os x does not seem to like these - perhaps they are macros. Just change all occurrences of 'true' and 'false' to xtrue and xfalse to fix or upgrade to DBD::ODBC 1.16 where this is fixed.
  • Comment on Re^3: Really stumped trying to compile DBD::ODBC

Replies are listed 'Best First'.
Re^4: Really stumped trying to compile DBD::ODBC
by mje (Curate) on Aug 01, 2008 at 13:20 UTC
    I didn't realise I was not logged in when I posted this. I know this to be the issue because I fixed it in 1.16.