Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-29 Thread Steve Palmer
Thanks! That helps tremendously. As regards merging the changes, I've been in touch with drh over this and I understand he is already looking into this patch. So in the interest of not duplicating effort, I'm not going to make any attempt to submit a merge of these changes back into the

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-28 Thread Aaron Burghardt
The Makefile has this line: include $(MAKEFILEPATH)/CoreOS/ReleaseControl/GNUSource.make so you will need the Darwin project CoreOSMakefiles-30. Working backwards, GNUSource.make includes Common.make, which defines OBJROOT to be /tmp/$(ProjectName)/Build. With this, I found the

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-27 Thread vidushi tandon
hi all can you please tell me is their any sqlite source code available for the java rgds vidushi tandon --- Aaron Burghardt <[EMAIL PROTECTED]> wrote: > You can take a look at what Apple has done for OS X > here: > > http://www.opensource.apple.com/darwinsource/10.4/SQLite-28/ > >

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-27 Thread Aaron Burghardt
You can take a look at what Apple has done for OS X here: http://www.opensource.apple.com/darwinsource/10.4/SQLite-28/ Don't be mislead by the project name--it is SQLite 3. I haven't studied it closely, but it should allow you to build exactly what Apple shipped. The Makefile has

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-25 Thread Steve Palmer
What are those reasons and is there any expectation that they can be made available as patches for folks who build SQLite privately? I cannot use the libsqlite3.dylib that comes with Mac OSX 10.4 since my application needs to run on 10.3.9 too and there is no equivalent static version that I can

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-25 Thread drh
Steve Palmer <[EMAIL PROTECTED]> wrote: > I'm currently investigating a problem with my application, SQLite > 3.2.5 and a database located on a Mac OSX Server network share that > does not seem to repro with the SQLite 3.1.3 that ships with Mac OSX > 4.1. Specifically if I place a SQLite