the original version of sqlite in fedora is 3.4.2. I built the newest version
on Fedora-7.0. And get the the wrong in building sqlite-3.6.23.1 on
Fedora-7.0 like below:
./libtool --mode=compile --tag=CC gcc   -g -O2 -DSQLITE_OS_UNIX=1 -I.
-I../SQLite-b078b588d617e078/src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG  
-DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1
-DSQLITE_OMIT_LOAD_EXTENSION=1   -DSQLITE_TEMP_STORE=1 -c
../SQLite-b078b588d617e078/src/alter.c
libtool: compile:  gcc -g -O2 -DSQLITE_OS_UNIX=1 -I.
-I../SQLite-b078b588d617e078/src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG
-DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1
-DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_TEMP_STORE=1 -c
../SQLite-b078b588d617e078/src/alter.c  -fPIC -DPIC -o .libs/alter.o
In file included from ../SQLite-b078b588d617e078/src/alter.c:15:
../SQLite-b078b588d617e078/src/sqliteInt.h:418: error: expected ‘=’, ‘,’,
‘;’, ‘asm’ or ‘__attribute__’ before ‘i64’
../SQLite-b078b588d617e078/src/sqliteInt.h:419: error: expected ‘=’, ‘,’,
‘;’, ‘asm’ or ‘__attribute__’ before ‘u64’
In file included from ../SQLite-b078b588d617e078/src/sqliteInt.h:630,
                 from ../SQLite-b078b588d617e078/src/alter.c:15:
../SQLite-b078b588d617e078/src/btree.h:58: error: expected declaration
specifiers or ‘...’ before ‘sqlite3’
../SQLite-b078b588d617e078/src/btree.h:158: error: expected declaration
specifiers or ‘...’ before ‘i64’
../SQLite-b078b588d617e078/src/btree.h:164: error: expected declaration
specifiers or ‘...’ before ‘i64’
../SQLite-b078b588d617e078/src/btree.h:172: error: expected declaration
specifiers or ‘...’ before ‘i64’
...
...
...



_____________________________________________________________

What does it happen? How to do the job in right way?


-- 
View this message in context: 
http://old.nabble.com/the-wrong-in-building-sqlite-3.6.23.1-on-Fedora-7.0-tp28579834p28579834.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to