Re: [sqlite] Compiling on Xcode

2017-12-04 Thread Jens Alfke
> On Nov 24, 2017, at 10:14 AM, Lifepillar wrote: > > When building sqlite-amalgamation-321 using Xcode 9.1 in a newly > created project, I get a few dozen warnings Yup, and this is an FAQ. SQLite is very thoroughly tested but the developers do not use compiler

Re: [sqlite] Compiling on Xcode

2017-11-25 Thread Lifepillar
>Hi, ALL, >Right now my C Language option on the Xcode 5.1.1 is set to "GNU99". >When using this option I am getting a lot of different warnings like: > >Value Conversion Issue >Implicit conversion loses integer precision. > >I know its just a warning, but I prefer the code to be compiled clean.

Re: [sqlite] Compiling on Xcode

2016-07-23 Thread Igor Korot
Simon et al, On Sat, Jul 23, 2016 at 2:20 AM, Simon Slavin wrote: > > On 23 Jul 2016, at 4:26am, Igor Korot wrote: > >> "Ambiguous expansion of macro MIN/MAX" > > Sorry, I don't recognise this problem. I would try Googling it. Trying to google I found

Re: [sqlite] Compiling on Xcode

2016-07-23 Thread Simon Slavin
On 23 Jul 2016, at 4:26am, Igor Korot wrote: > "Ambiguous expansion of macro MIN/MAX" Sorry, I don't recognise this problem. I would try Googling it. Simon. ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org

Re: [sqlite] Compiling on Xcode

2016-07-22 Thread Igor Korot
Simon, Sorry for the long delay. I was trying to catch up on some other stuff. On Thu, Jul 14, 2016 at 10:01 AM, Igor Korot wrote: > On Thu, Jul 14, 2016 at 9:38 AM, Simon Slavin wrote: >> >> On 14 Jul 2016, at 12:44pm, Igor Korot

Re: [sqlite] Compiling on Xcode

2016-07-14 Thread Igor Korot
On Thu, Jul 14, 2016 at 9:38 AM, Simon Slavin wrote: > > On 14 Jul 2016, at 12:44pm, Igor Korot wrote: > >> Is there anything else to check? > > No. Those look correct. You looked at the right place and it had the right > options selected. > >

Re: [sqlite] Compiling on Xcode

2016-07-14 Thread Simon Slavin
On 14 Jul 2016, at 12:44pm, Igor Korot wrote: > Is there anything else to check? No. Those look correct. You looked at the right place and it had the right options selected. Although the SQLite team goes to some lengths to avoid errors which prevent compilation, trying

Re: [sqlite] Compiling on Xcode

2016-07-14 Thread Igor Korot
Simon, On Wed, Jul 13, 2016 at 11:51 PM, Simon Slavin wrote: > > On 14 Jul 2016, at 4:43am, Igor Korot wrote: > >> Right now my C Language option on the Xcode 5.1.1 is set to "GNU99". >> When using this option I am getting a lot of different warnings

Re: [sqlite] Compiling on Xcode

2016-07-13 Thread Simon Slavin
On 14 Jul 2016, at 4:43am, Igor Korot wrote: > Right now my C Language option on the Xcode 5.1.1 is set to "GNU99". > When using this option I am getting a lot of different warnings like: > > Value Conversion Issue > Implicit conversion loses integer precision. Check the

[sqlite] Compiling on Xcode

2016-07-13 Thread Igor Korot
Hi, ALL, Right now my C Language option on the Xcode 5.1.1 is set to "GNU99". When using this option I am getting a lot of different warnings like: Value Conversion Issue Implicit conversion loses integer precision. I know its just a warning, but I prefer the code to be compiled clean. I would

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 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

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

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 > <john.darn...@walsworth.com>wrote: > > > Thanks for re

Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread Richard Hipp
to compile it as C++, or maybe 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 > &

Re: [sqlite] Compiling in Xcode 3.1.3

2011-05-16 Thread john darnell
eral Discussion of SQLite Database > Subject: Re: [sqlite] Compiling in Xcode 3.1.3 > > On Mon, May 16, 2011 at 4:01 PM, john darnell > <john.darn...@walsworth.com>wrote: > > > I have code that compiles just fine using Visual Studio 8 on Windows XP, > > but when I port

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

[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.