On Mon, 7 Jul 2014 12:44:54 +0000
Andy Ling <andy.l...@quantel.com> wrote:

> Building the original file with the flags.........
> 
> -DHAVE_UTIME -DSQLITE_OMIT_LOAD_EXTENSION
> -DSQLITE_ENABLE_LOCKING_STYLE
> 
> I get the following errors.....
> 
> sqlite3.c: In function 'posixFchown':
> sqlite3.c:24249: warning: implicit declaration of function 'geteuid'
> sqlite3.c:24249: warning: implicit declaration of function 'fchown'
> sqlite3.c: At top level:
> sqlite3.c:24306: error: 'pread' undeclared here (not in a function)
<snip>

Are you trying to use -DSQLITE_OMIT* with the amalgamation sqlite3.c or with 
the full sqlite3 src? Most of -DSQLITE_OMIT* won't work if you use the 
amalgamation.



---   ---
Eduardo Morras <emorr...@yahoo.es>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to