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...
Continue reading...