I'd certainly like to see SQLite working well on windows. Can anyone help out here?
Tim. On Mon, Aug 04, 2003 at 06:55:50PM +1000, Ron Savage wrote: > Hi Folks > > Does anybody use this module? > > I get many compiler warnings during nmake, including these, which are > serious: > -----><8----- > SQLite.xs(40) : warning C4013: 'sqlite_db_create_function' undefined; > assuming e > xtern returning int > SQLite.xs(51) : warning C4013: 'sqlite_db_create_aggregate' > undefined; assuming > extern returning int > -----><8----- > and these: > -----><8----- > os.c(861) : warning C4244: 'initializing' : conversion from '__int64 > ' to 'long > ', possible loss of data > os.c(862) : warning C4244: 'initializing' : conversion from '__int64 > ' to 'long > ', possible loss of data > os.c(939) : warning C4244: 'initializing' : conversion from '__int64 > ' to 'long > ', possible loss of data > os.c(940) : warning C4244: 'function' : conversion from '__int64 ' to > 'long ', p > ossible loss of data > os.c(940) : warning C4761: integral size mismatch in argument; > conversion suppli > ed > -----><8----- > The second set suggest this version is a failed attempt to 'upgrade' > the code to 64-bit. > > Perl dies with memory access errors 3 times during name test: > -----><8----- > t\06error...............Free to wrong pool 15d2840 not 80102 at > C:/Perl/site/lib > /DBI.pm line 1346. > t\06error...............dubious > Test returned status 5 (wstat 1280, 0x500) > DIED. FAILED tests 1-2 > Failed 2/2 tests, 0.00% okay > t\08create_function.....ok 4/17Free to wrong pool 15d2840 not 80102 > at t\08creat > e_function.t line 63. > t\08create_function.....dubious > Test returned status 5 (wstat 1280, 0x500) > DIED. FAILED tests 5-17 > Failed 13/17 tests, 23.53% okay > t\09create_aggregate....ok 1/14Free to wrong pool 15d2840 not 80102 > at C:/Perl/s > ite/lib/DBI.pm line 1346. > t\09create_aggregate....dubious > Test returned status 5 (wstat 1280, 0x500) > DIED. FAILED tests 2-14 > Failed 13/14 tests, 7.14% okay > -----><8----- > > Any ideas? > > V 0.25 only dies one during nmake test, on test 06error. > > The basic question is: can this module be trusted? > -- > Cheers > Ron Savage, [EMAIL PROTECTED] on 4/08/2003 > http://savage.net.au/index.html > > >
