Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread Simon Slavin
On 16 May 2011, at 10:48pm, john darnell wrote: > sourcecode.c > sourcecode.c.c > sourcecode.c.h > sourcecode.c.objc > sourcecode.cpp > sourcecode.cpp.cpp > sourcecode.cpp.h > sourcecode.cpp.objcpp > > The default filetype for SQLite3.c was sourcecode.c.c. The default filetype > for SQLite3.h

Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread Bob Cochran
sage- >> From: sqlite-users-boun...@sqlite.org >> [mailto:sqlite-users-boun...@sqlite.org] >> On Behalf Of Simon Slavin >> Sent: Monday, May 16, 2011 4:32 PM >> To: General Discussion of SQLite Database >> Subject: Re: [sqlite] Compiling in Xcode 3.1.3 >

Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread john darnell
Any thoughts? R, John . > -Original Message- > From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] > On Behalf Of Simon Slavin > Sent: Monday, May 16, 2011 4:32 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Compil

Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread Simon Slavin
On 16 May 2011, at 10:09pm, john darnell wrote: > I highlighted the file, clicked the information icon and then under the > "General" category I changed the type of file from "sourcecode.c.c" to > "sourcecode.c." When pressing Command-K I get no errors but one warning: > "Warning, no rule to

Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread john darnell
age- > From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] > On Behalf Of john darnell > Sent: Monday, May 16, 2011 4:09 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Compiling in Xcode 3.1.3 > > Thanks again. > > I hig

Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread john darnell
; On Behalf Of Richard Hipp > Sent: Monday, May 16, 2011 3:45 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Compiling in Xcode 3.1.3 > > On Mon, May 16, 2011 at 4:31 PM, john darnell > wrote: > > > Thanks for responding, Mr HIpp. &

Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread Richard Hipp
e Objective-C. > > R, > John > > > -Original Message- > > From: sqlite-users-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] > > On Behalf Of Richard Hipp > > Sent: Monday, May 16, 2011 3:19 PM > > To: General Discussion of SQLite Data

Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread john darnell
eneral Discussion of SQLite Database > Subject: Re: [sqlite] Compiling in Xcode 3.1.3 > > On Mon, May 16, 2011 at 4:01 PM, john darnell > wrote: > > > I have code that compiles just fine using Visual Studio 8 on Windows XP, > > but when I port SQLite over to a Mac OSX (Snow

Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread Richard Hipp
On Mon, May 16, 2011 at 4:01 PM, john darnell wrote: > I have code that compiles just fine using Visual Studio 8 on Windows XP, > but when I port SQLite over to a Mac OSX (Snow Leopard) platform using > Xcode 3.1.3 I get roughly 1000 errors based upon SQLite. Is there something > I need to turn

[sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread john darnell
I have code that compiles just fine using Visual Studio 8 on Windows XP, but when I port SQLite over to a Mac OSX (Snow Leopard) platform using Xcode 3.1.3 I get roughly 1000 errors based upon SQLite. Is there something I need to turn off/on when using SQLite on the Mac? R, John A.M. Darnell