E
Eli Bendersky
Hello,
I installed ruby-sqlite3 as a gem from Rubyforge to my Windows PC.
I've also downloaded the sqlite3 DLL and placed it in the same
directory with my script, for testing. This simple code:
require 'sqlite3'
db = SQLite3:
atabase.new( "test.db" )
Creates the following warning:
c:/ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1-mswin32/lib/
sqlite3_api.so: warning: global variable `
$swig_runtime_data_type_pointer2' not initialized
However, SQLite3 seems to be working correctly. The DB file is
created, queries work, etc.
Any ideas on how to get rid of that pesky warning ?
Thanks in advance,
Eli
P.S. Ruby 1.8.6 from the one click installer for Windows
I installed ruby-sqlite3 as a gem from Rubyforge to my Windows PC.
I've also downloaded the sqlite3 DLL and placed it in the same
directory with my script, for testing. This simple code:
require 'sqlite3'
db = SQLite3:
Creates the following warning:
c:/ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1-mswin32/lib/
sqlite3_api.so: warning: global variable `
$swig_runtime_data_type_pointer2' not initialized
However, SQLite3 seems to be working correctly. The DB file is
created, queries work, etc.
Any ideas on how to get rid of that pesky warning ?
Thanks in advance,
Eli
P.S. Ruby 1.8.6 from the one click installer for Windows