Sorry Buddabing, I always seem to bug you, but could you help me with this one.
I'm having trouble getting it to compile. Specifically, it errors out during the sqlite part. I'm not sure if I have to configure things a bit more, if it's my enviroment, or what.
Error below:
gcc -c sqlite2/src/auth.c -o obj/auth.o
gcc -c sqlite2/src/btree.c -o obj/btree.o
gcc -c sqlite2/src/build.c -o obj/build.o
gcc -c sqlite2/src/date.c -o obj/date.o
gcc -c sqlite2/src/delete.c -o obj/delete.o
gcc -c sqlite2/src/expr.c -o obj/expr.o
gcc -c sqlite2/src/func.c -o obj/func.o
In file included from sqlite2/src/func.c:26:
sqlite2/src/os.h:134: error: conflicting types for 'off_t'
d:/mingw32rc3/bin/../lib/gcc/mingw32/3.4.2/../../../../include/sys/types.h:41: e
rror: previous declaration of 'off_t' was here
make: *** [obj/func.o] Error 1