On Sat, Feb 19, 2005 at 09:30:26PM -0500, D. Richard Hipp wrote: > As always, please let me know if you find any > problem.
gmake && gmake test on OpenBSD 3.6/amd64 results in the following warnings and test errors. Looks like it is all because of 64bit architecture. If you want me to test anything I'll be happy to do so. These warnings are mentioned in ticket #848: src/table.c: In function `sqlite3_get_table': src/table.c:146: warning: cast to pointer from integer of different size src/table.c: In function `sqlite3_free_table': src/table.c:191: warning: cast from pointer to integer of different size src/vdbeaux.c: In function `displayP3': src/vdbeaux.c:389: warning: cast from pointer to integer of different size These warnings aren't mentioned anywhere else: src/test1.c: In function `test_collate_func': src/test1.c:1086: warning: cast from pointer to integer of different size src/test1.c: In function `test_collate_needed_cb': src/test1.c:1168: warning: cast to pointer from integer of different size These tests failed: printf-8.1... Error: integer value too large to represent printf-8.2... Error: integer value too large to represent 2 errors out of 19732 tests Failures on these tests: printf-8.1 printf-8.2 enjoy, -jeremy -- ======================================================================== Jeremy Hinegardner [EMAIL PROTECTED]