Forum Post: RE: Queries from Ruby via ODBC

  • Thread starter Thread starter jhobson
  • Start date Start date
Status
Not open for further replies.
J

jhobson

Guest
The problem is that odbc.c is defining SQLTCHAR, which is already defined in sqltypes.h. typedef SQLCHAR SQLTCHAR; Perhaps this happened because the parser that examines files is not working properly. /usr/local/rvm/rubies/ruby-2.1.1/bin/ruby extconf.rb --with-odbc-dir=/usr/dlc/odbc ... checking for SQLTCHAR in sqltypes.h... no checking for SQLLEN in sqltypes.h... no checking for SQLULEN in sqltypes.h... no Does ruby create odbc.c? What's at line 47 of odbc.c?

Continue reading...
 
Status
Not open for further replies.
Back
Top