> Yeah, I had a lot of problems with the fileio.c extension after the fsdir > virtual table was added. It needs a >header file "test_windirent.h" to be > available.
That was the first thing I had to fix. The compiler couldn’t find the test_windirent.h file. I added the .../sqlite/src path to my system include path and got beyond that. I’ve no idea how to resolve the errors though and I’m still unsure of working with shell.c. [bcc64 Error] fileio.c(507): unknown type name 'DIR' [bcc64 Error] fileio.c(661): incomplete definition of type 'struct DIRENT' fileio.c(659): forward declaration of 'struct DIRENT' [bcc64 Error] fileio.c(662): incomplete definition of type 'struct DIRENT' fileio.c(659): forward declaration of 'struct DIRENT' [bcc64 Error] fileio.c(662): incomplete definition of type 'struct DIRENT' fileio.c(659): forward declaration of 'struct DIRENT' [bcc64 Error] fileio.c(663): incomplete definition of type 'struct DIRENT' fileio.c(659): forward declaration of 'struct DIRENT' [bcc64 Error] fileio.c(666): incomplete definition of type 'struct DIRENT' fileio.c(659): forward declaration of 'struct DIRENT' >Failed _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

