I tried to use the SQLite Java Wrapper  wich I
download froh here http://www.ch-werner.de/javasqlite/
I extract it
I do 

$./configure
$make

but I have this errors

./libtool gcc -I -o native/mkconst native/mkconst.c \
    /usr/local/lib/libsqlite3.la
gcc -I -o native/mkconst native/mkconst.c 
/usr/local/lib/libsqlite3.so -Wl,--rpath
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
gcc: native/mkconst: No such file or directory
native/mkconst.c:1:20: sqlite.h: No such file or
directory
native/mkconst.c: In function `main':
native/mkconst.c:29: error: `SQLITE_OK' undeclared
(first use in this function)
native/mkconst.c:29: error: (Each undeclared
identifier is reported only once
native/mkconst.c:29: error: for each function it
appears in.)
native/mkconst.c:30: error: `SQLITE_ERROR' undeclared
(first use in this function)
native/mkconst.c:31: error: `SQLITE_INTERNAL'
undeclared (first use in this function)
native/mkconst.c:32: error: `SQLITE_PERM' undeclared
(first use in this function)
native/mkconst.c:33: error: `SQLITE_ABORT' undeclared
(first use in this function)
native/mkconst.c:34: error: `SQLITE_BUSY' undeclared
(first use in this function)
native/mkconst.c:35: error: `SQLITE_LOCKED' undeclared
(first use in this function)
native/mkconst.c:36: error: `SQLITE_NOMEM' undeclared
(first use in this function)
native/mkconst.c:37: error: `SQLITE_READONLY'
undeclared (first use in this function)
native/mkconst.c:38: error: `SQLITE_INTERRUPT'
undeclared (first use in this function)
native/mkconst.c:39: error: `SQLITE_IOERR' undeclared
(first use in this function)
native/mkconst.c:40: error: `SQLITE_CORRUPT'
undeclared (first use in this function)
native/mkconst.c:41: error: `SQLITE_NOTFOUND'
undeclared (first use in this function)
native/mkconst.c:42: error: `SQLITE_FULL' undeclared
(first use in this function)
native/mkconst.c:43: error: `SQLITE_CANTOPEN'
undeclared (first use in this function)
native/mkconst.c:44: error: `SQLITE_PROTOCOL'
undeclared (first use in this function)
native/mkconst.c:45: error: `SQLITE_EMPTY' undeclared
(first use in this function)
native/mkconst.c:46: error: `SQLITE_SCHEMA' undeclared
(first use in this function)
native/mkconst.c:47: error: `SQLITE_TOOBIG' undeclared
(first use in this function)
native/mkconst.c:48: error: `SQLITE_CONSTRAINT'
undeclared (first use in this function)
native/mkconst.c:49: error: `SQLITE_MISMATCH'
undeclared (first use in this function)
native/mkconst.c:50: error: `SQLITE_MISUSE' undeclared
(first use in this function)
make: *** [native/mkconst] Erreur 1

Thanks for help



        

        
                
_____________________________________________________________________________ 
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, 
photos et vidéos ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com

Reply via email to