Hi,

i'm new at compiling stuff, and trying out some things... ;)

I downloaded the sources last week (27nov) from http://www.sqlite.org/cgi/src/timeline?y=ci, and i got this file: SQLite-83c0bb9913838d18.tar.gz

Question1: Is this the correct source for SQLite 3.8.2?
or, How and where can i download the sources for SQLite 3.8.2 ?

After this i started compiling this stuff,
first i did: ./configure
than i did: make
after this i did: make test

Question2: because i have 79 errors, this probably indicates i dont have the correct sources?

<== last lines of output of 'make test'.....>
Memory used:          now         24  max    1035312  max-size   33030144
Allocation count:     now          1  max    1507730
Page-cache used:      now          0  max         13  max-size      65784
Page-cache overflow:  now          0  max    5098848
Scratch memory used:  now          0  max          0
Scratch overflow:     now          0  max      74752  max-size      66540
79 errors out of 2240712 tests
Failures on these tests: corruptC-2.9 fkey_malloc-4.transient.34 fkey_malloc-4.transient.35 fkey_malloc-4.persistent.35 ioerr-10.79.3 memsubsys1-3.1.4 trans2-2.10 trans2-2.30 trans2-3.10 trans2-3.30 trans2-4.10 trans2-4.30 trans2-5.10 trans2-5.30 trans2-6.10 trans2-6.30 trans2-7.10 trans2-7.30 trans2-8.10 trans2-8.30 trans2-9.10 trans2-9.30 trans2-10.10 trans2-10.30 trans2-11.10 trans2-11.30 trans2-12.10 trans2-12.30 trans2-13.10 trans2-13.30 trans2-14.10 trans2-14.30 trans2-15.10 trans2-15.30 trans2-16.10 trans2-16.30 trans2-17.10 trans2-17.30 trans2-18.10 trans2-18.30 trans2-19.10 trans2-19.30 trans2-20.10 trans2-20.30 trans2-21.10 trans2-21.30 trans2-22.10 trans2-22.30 trans2-23.10 trans2-23.30 trans2-24.10 trans2-24.30 trans2-25.10 trans2-25.30 trans2-26.10 trans2-26.30 trans2-27.10 trans2-27.30 trans2-28.10 trans2-28.30 trans2-29.10 trans2-29.30 trans2-30.10 trans2-30.30 memsubsys1.ioerr-10.165.3 memsubsys2.ioerr-10.79.3 utf16.ioerr-10.88.3 exclusive.ioerr-10.73.3 persistent_journal_error.ioerr-10.82.3 no_journal_error.ioerr-10.82.3 autovacuum_ioerr.ioerr-10.88.3 no_mutex_try.ioerr-10.79.3 inmemory_journal.conflict2-6.1 inmemory_journal.conflict2-6.5 inmemory_journal.conflict2-6.8 inmemory_journal.conflict2-6.10 inmemory_journal.conflict2-6.13 inmemory_journal.conflict2-6.15 prepare.fkey5-7.1 WARNING: Multi-threaded tests skipped: Linked against a non-threadsafe Tcl build
All memory allocations freed - no leaks
Memory used:          now          0  max    1035312  max-size   33030144
Allocation count:     now          0  max    1507730
Page-cache used:      now          0  max         13  max-size      65784
Page-cache overflow:  now          0  max    5098848
Scratch memory used:  now          0  max          0
Scratch overflow:     now          0  max      74752  max-size      66540
Maximum memory usage: 1035312 bytes
Current memory usage: 0 bytes
Number of malloc()  : -1 calls
make: *** [fulltest] Error 1
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to