Bug in 64 bit DLLCC

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Bug in 64 bit DLLCC

Jeffrey J. Hallman-2
I'm trying to use the Store for Sqlite3 with a 64 bit 7.7 image and vm on Redhat 5.

Store.DbRegistry installDatabaseTables

fails because the method

Database.SqLite3Interface>>sqlite3

which is defined as:

sqlite3
        <C: typedef struct __sqlite3 sqlite3>

returns nil.  With the 32 bit image and vm, the method returns an
instance of CTypedefType.


There doesn't seem to be any way for me to fix this myself.  Is there a
patch?

Jeff
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc