Hello,

System Debian64 - testing

When I try to compile the tarball that I've found here :
http://www.sqlite.org/src4/info/8a39847dafa3047ba5d6107f0032c6b39d0ef104

I get this error :

src/mem2.c:373:3: warning: (near initialization for ‘defaultMethods’) [enabled 
by default]
src/mem2.c:374:7: error: ‘sqlite4_env’ has no member named ‘m’
   pEnv->m = defaultMethods;
       ^
src/mem2.c: In function ‘sqlite4MemdebugSetType’:
src/mem2.c:381:29: error: ‘struct sqlite4_env’ has no member named ‘m’
   if( p && sqlite4DefaultEnv.m.xMalloc==sqlite4MemMalloc ){
                             ^
src/mem2.c: In function ‘sqlite4MemdebugHasType’:
src/mem2.c:400:29: error: ‘struct sqlite4_env’ has no member named ‘m’
   if( p && sqlite4DefaultEnv.m.xMalloc==sqlite4MemMalloc ){
                             ^
src/mem2.c: In function ‘sqlite4MemdebugNoType’:
src/mem2.c:422:29: error: ‘struct sqlite4_env’ has no member named ‘m’
   if( p && sqlite4DefaultEnv.m.xMalloc==sqlite4MemMalloc ){
                             ^
make: *** [mem2.o] Error 1


The output is longer but the other warnings are for unused variables.
Could someone please tell me if the archive is wrong or something like that ?

Thanks
                                          
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to