Re: [sqlite] sqlite and Mac App Store sandbox

2013-03-18 Thread Simon Slavin
On 18 Mar 2013, at 7:02pm, Marco Bambini wrote: > The main issue is that sqlite uses temporary files (next to the database > file) to store wal, shm or journal information. > > Apple simply does not grant read/write privileges on non user specifically > selected files… so

Re: [sqlite] sqlite and Mac App Store sandbox

2013-03-18 Thread Petite Abeille
On Mar 18, 2013, at 8:02 PM, Marco Bambini wrote: > Anyone have another solution? You may have better luck at . In the meantime:

[sqlite] sqlite and Mac App Store sandbox

2013-03-18 Thread Marco Bambini
Seems like new sqlite based applications will have a lot of troubles to be accepted in the Mac App Store thanks to strictly sandbox policies. The main issue is that sqlite uses temporary files (next to the database file) to store wal, shm or journal information. Apple simply does not grant

Re: [sqlite] sqlite on mac os x 64 bits

2010-05-18 Thread Sylvain Pointeau
Hello, many thanks for your answer, I tried the command "file" on the current lib that I just built (by ./configure CFLAGS="-DSQLITE_ENABLE_ICU `icu-config --cppflags`" LDFLAGS="`icu-config --ldflags`") it gives: $ file /usr/local/lib/libsqlite3.dylib /usr/local/lib/libsqlite3.dylib: Mach-O

Re: [sqlite] sqlite on mac os x 64 bits

2010-05-18 Thread Doug Currie
On May 18, 2010, at 4:14 AM, Sylvain Pointeau wrote: > but is it 64 bits? or do I have to add a special option? Last time I built a Universal Binary sqlite3 on OS X (March 2010 3.6.22) I had to CFLAGS='-arch i686 -arch x86_64' LDFLAGS='-arch i686 -arch x86_64' ./configure

[sqlite] sqlite on mac os x 64 bits

2010-05-18 Thread Sylvain Pointeau
hello, I am generally doing: ./configure make sudo make install for having sqlite in my /usr/local/ directory. but is it 64 bits? or do I have to add a special option? Best regards, Sylvain ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] SQLite on Mac OS X with PowerPC?

2009-04-02 Thread P Kishor
On Thu, Apr 2, 2009 at 2:04 PM, Zobeid Zuma wrote: > I recently tried installing phpBB3 with SQLite on two Macs -- one > Intel-based and the other PPC. > > The Intel Mac worked perfectly, but the PPC machine keeps stalling > out.  It's turned into quite a puzzle for me.  So. .

[sqlite] SQLite on Mac OS X with PowerPC?

2009-04-02 Thread Zobeid Zuma
I recently tried installing phpBB3 with SQLite on two Macs -- one Intel-based and the other PPC. The Intel Mac worked perfectly, but the PPC machine keeps stalling out. It's turned into quite a puzzle for me. So. . .I recalled that SQLite is only available as a binary for Intel-based

RE: [sqlite] SQLite on Mac

2007-07-20 Thread Ahmed Sulaiman
Thanks for the heads up. I have studied that and we have decided to go with SQLite, it suits our needs :) Cheers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 11:50 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] SQLite on Mac

Re: [sqlite] SQLite on Mac

2007-07-20 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 T wrote: > As others have mentioned, yes, SQLite not only runs on a Mac, but it's > already installed as of Mac OS X 10.4 "Tiger" and after. Apple uses it > for indexing email in the Mail application, Core Data in XCode > development, and media

Re: [sqlite] SQLite on Mac

2007-07-20 Thread drh
"Ahmed Sulaiman" <[EMAIL PROTECTED]> wrote: > > We are now just making strategic decision as of which database engine to > choose that would give us better cross platform support. > Be sure to visit http://www.sqlite.org/whentouse.html to make sure the SQLite is suited for whatever it is you

RE: [sqlite] SQLite on Mac

2007-07-20 Thread Ahmed Sulaiman
- From: T [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 12:08 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] SQLite on Mac Hi Ahmed, > Does SQLite work on Mac, and if yes, is there any Mac enabled version > that I could download? As others have mentioned, yes, SQLite no

Re: [sqlite] SQLite on Mac

2007-07-20 Thread T
Hi Ahmed, Does SQLite work on Mac, and if yes, is there any Mac enabled version that I could download? As others have mentioned, yes, SQLite not only runs on a Mac, but it's already installed as of Mac OS X 10.4 "Tiger" and after. Apple uses it for indexing email in the Mail a

Re: [sqlite] SQLite on Mac

2007-07-20 Thread Kasper Daniel Hansen
On Jul 19, 2007, at 8:45 AM, Ahmed Sulaiman wrote: Hi all, Does SQLite work on Mac, and if yes, is there any Mac enabled version that I could download? SQLite is part of MacOS X. Try typing sqlite3 at the command line... Kasper Cheers

Re: [sqlite] SQLite on Mac

2007-07-20 Thread Peter Lau
On Jul 19, 2007, at 11:45 AM, Ahmed Sulaiman wrote: Does SQLite work on Mac, and if yes, is there any Mac enabled version that I could download? SQLite is built-in on Tiger (10.4.x)... no installation is required. pete

Re: [sqlite] SQLite on Mac

2007-07-19 Thread drh
"Ahmed Sulaiman" <[EMAIL PROTECTED]> wrote: > Hi all, > > Does SQLite work on Mac, SQLite is built into the Mac. Apple uses it for many of the applications that come on the mac, such as the email reader and safari. Just open up a terminal window and type "sqli

Re: [sqlite] SQLite on Mac

2007-07-19 Thread Darren Duncan
At 11:45 AM -0400 7/19/07, Ahmed Sulaiman wrote: Hi all, Does SQLite work on Mac, and if yes, is there any Mac enabled version that I could download? Cheers SQLite just works on Mac OS X. If you have the Mac OS X Developer Tools intalled, you can just compile the normal SQLite source distro

Re: [sqlite] SQLite on Mac

2007-07-19 Thread Nigel Metheringham
On 19 Jul 2007, at 16:45, Ahmed Sulaiman wrote: Does SQLite work on Mac, and if yes, is there any Mac enabled version that I could download? SQLite is used on the Mac natively - for example Mail.app uses a SQLite DB to keep its message data straight. Try the sqlite3 shell command

Re: [sqlite] SQLite on Mac

2007-07-19 Thread Alberto Simões
Hi On 7/19/07, Ahmed Sulaiman <[EMAIL PROTECTED]> wrote: Hi all, Does SQLite work on Mac, and if yes, is there any Mac enabled version that I could download? While there are fink and darwin ports, I would suggest you to compile it from scratch. It should work well. In my case I just

RE: [sqlite] SQLite on Mac

2007-07-19 Thread James Dennett
> -Original Message- > From: Ahmed Sulaiman [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 19, 2007 8:46 AM > To: sqlite-users@sqlite.org > Subject: [sqlite] SQLite on Mac > > Hi all, > > Does SQLite work on Mac, and if yes, is there any Mac enabled vers

Re: [sqlite] SQLite on Mac

2007-07-19 Thread P Kishor
On 7/19/07, Ahmed Sulaiman <[EMAIL PROTECTED]> wrote: Hi all, Does SQLite work on Mac, and if yes, is there any Mac enabled version that I could download? you must be new here, as they say on ./ Yes, SQLite works just fine on Mac. Just type the words Mac and SQLite in Google. --

[sqlite] SQLite on Mac

2007-07-19 Thread Ahmed Sulaiman
Hi all, Does SQLite work on Mac, and if yes, is there any Mac enabled version that I could download? Cheers - To unsubscribe, send email to [EMAIL PROTECTED] -

[sqlite] SQLite via Mac AppleScript (was: pipe or redirect a series of commands)

2007-01-20 Thread T
s built in to Mac OS X (as of Mac OS X 10.4, maybe earlier). It's used by a range of applications. For instance, in Apple's Mail program, you can open the index file of all your mail as a standard SQLite file via: sqlite3 '~/Library/Mail/Envelope Index' Does anyone know of other specific

Re: [sqlite] SQLite v3.1.4 - Mac OS X 10.3.8 compile issues

2005-03-11 Thread bbum
On Mar 11, 2005, at 8:09 AM, Eric Hochmeister wrote: I just noticed that a new version of SQLite 3.1.4 was up, so I downloaded it and can't seem to get it to compile. I have successfully been using previous versions of SQLite (3.1.3, 3.0.8, etc.) and this is the first time I've received an issue

[sqlite] SQLite v3.1.4 - Mac OS X 10.3.8 compile issues

2005-03-11 Thread Eric Hochmeister
Hi, I just noticed that a new version of SQLite 3.1.4 was up, so I downloaded it and can't seem to get it to compile. I have successfully been using previous versions of SQLite (3.1.3, 3.0.8, etc.) and this is the first time I've received an issue compiling. Does anyone have any ideas? I'm

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-18 Thread Mauricio Piacentini
Yes... in OS X, everything that happens is written on in an app called Console. I write the author a while back too and he asked that I attempt to launch it again with Console running and then send him whatever errors/messages appear, but... strangely... I am still getting nothing in the

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-16 Thread Will Leshner
On Jan 16, 2004, at 7:31 AM, Wade Preston Shearer wrote: Ah... very effective post. Any idea which log I should view? Yes, I wanted to add that info, but I'm not sure myself. I want to say "system.log" but I'm not sure. When I think when I add debugging code to sqlite myself, that's where it

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-16 Thread Wade Preston Shearer
I understand the difference between the two and use them both often, for their intended purposes. Yes, it was Console that I had open each time I was launching SQLite Browser and attempting to monitor for errors... and each time Console showed nothing. I have tried this on multiple computers

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-16 Thread Will Leshner
On Jan 16, 2004, at 7:15 AM, Wade Preston Shearer wrote: I understand the difference between the two and use them both often, for their intended purposes. Yes, it was Console that I had open each time I was launching SQLite Browser and attempting to monitor for errors... and each time Console

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-16 Thread Wade Preston Shearer
Yes... in OS X, everything that happens is written on in an app called Console. I write the author a while back too and he asked that I attempt to launch it again with Console running and then send him whatever errors/messages appear, but... strangely... I am still getting nothing in the

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-16 Thread Mauricio Piacentini
Yes... in OS X, everything that happens is written on in an app called Console. I write the author a while back too and he asked that I attempt to launch it again with Console running and then send him whatever errors/messages appear, but... strangely... I am still getting nothing in the

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-14 Thread Mauricio Piacentini
[EMAIL PROTECTED] wrote: ...on Mac OS 10.3? What error you get? None. That's what's strange about it. It won't even launch. It starts in the dock but dies one second (literally) later. I can run it on MacOSX 10.3.2. However the version of Qt used to compile the binaries does not support

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-14 Thread Darren Duncan
At 12:27 PM -0700 1/14/04, Wade Preston Shearer wrote: >Yes... in OS X, everything that happens is written on in an app called Console. I >write the author a while back too and he asked that I attempt to launch it again with >Console running and then send him whatever errors/messages appear,

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-14 Thread Christian Kienle
> Yes... in OS X, everything that happens is written on in an > app called Console. I write the author a while back too and he > asked that I attempt to launch it again with Console running > and then send him whatever errors/messages appear, but... > strangely... I am still getting nothing in the

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-14 Thread Christian Kienle
> None. That's what's strange about it. It won't even launch. It > starts in the dock but dies one second (literally) later. I am not really familar with Macstuff. In Qt there is something like qDebug. QDebug sends Debugmessages to stderr. Perhaps you start sqlitebrowser from the commandline

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-14 Thread Wade Preston Shearer
Has anyone successfully run SQLite Browser... http://sqlitebrowser.sourceforge.net ...on Mac OS 10.3? What error you get? None. That's what's strange about it. It won't even launch. It starts in the dock but dies one second (literally) later.

Re: [sqlite] SQLite Browser (Mac OS 10.3)

2004-01-14 Thread Christian Kienle
> Has anyone successfully run SQLite Browser... > > http://sqlitebrowser.sourceforge.net > > > ...on Mac OS 10.3? Hi, not but you could ask there: www.qtforum.org. SqliteBrowser is written with the Qt toolkit. So the people there will help you. There are also a few guys from the

[sqlite] SQLite Browser (Mac OS 10.3)

2004-01-14 Thread Wade Preston Shearer
Has anyone successfully run SQLite Browser... http://sqlitebrowser.sourceforge.net ...on Mac OS 10.3? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]