On May 6, 2008, at 3:38 PM, Michael Lackhoff wrote:

> On 5 May 2008 at 11:50, D. Richard Hipp wrote:
>
>> The code to do an import is not part of the core SQLite, btw.  It is
>> part of the CLI.  You can find the code by searching for "import" in
>> the shell.c source file.
>
> I think I somehow managed to get it working. All I had to do is add
> this line:
> #define _FILE_OFFSET_BITS 64  /* enable large file support  */
> to the beginning of shell.c
> The hint came from here:
> http://lawlor.cs.uaf.edu/~olawlor/ref/examples/unix/index.html
> (what would we do without Google !?!)
>
> Is it possible to include this (or a better equivalent) to the next
> version? I hate such hacks where I don't really know what I am doing.

You might have some luck if you grab cvs as of last night. Some
changes were made to the configure script that might fix things.

Dan.





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

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

Reply via email to