Re: [sqlite] Problem building amalgamation

2017-06-14 Thread Jens Alfke
> On Jun 14, 2017, at 11:03 AM, Simon Slavin wrote: > > This problem is especially bad on Apple devices, since many people use ".c" > as an extension for C++ files, when Apple’s compiler assumes they’ll use > ".cpp". I think you mean “.C” (with a capital C) which I’ve

Re: [sqlite] Problem building amalgamation

2017-06-14 Thread Keith Medcalf
lite-users-boun...@mailinglists.sqlite.org] > On Behalf Of Jeff Archer > Sent: Wednesday, 14 June, 2017 07:33 > To: SQLite mailing list > Subject: [sqlite] Problem building amalgamation > > SQLite 3.13.0 > > I have just grabbed the sqlite3.c and sqlite3.h from anoth

Re: [sqlite] Problem building amalgamation

2017-06-14 Thread Simon Slavin
On 14 Jun 2017, at 6:55pm, Clemens Ladisch wrote: > Jeff Archer wrote: >> I have just grabbed the sqlite3.c and sqlite3.h from another (working) >> project and dropped then into a new project and I am seeing compile errors. >> >> New project is a C++ project > > SQLite is

Re: [sqlite] Problem building amalgamation

2017-06-14 Thread Clemens Ladisch
Jeff Archer wrote: > I have just grabbed the sqlite3.c and sqlite3.h from another (working) > project and dropped then into a new project and I am seeing compile errors. > > New project is a C++ project SQLite is not C++ but C. Regards, Clemens ___

[sqlite] Problem building amalgamation

2017-06-14 Thread Jeff Archer
SQLite 3.13.0 I have just grabbed the sqlite3.c and sqlite3.h from another (working) project and dropped then into a new project and I am seeing compile errors. New project is a C++ project in Eclipse. using GCC 5.4.0 from cygwin64. Just trying to make a simple command line app. I'm sure I'm