On Mon, May 16, 2011 at 4:31 PM, john darnell <john.darn...@walsworth.com>wrote:

> Thanks for responding, Mr HIpp.
>
> There are 1265 errors in all, but most of them look very close to something
> like this:
>
>        Invalid conversion from void * to XXX *
>
> Or
>
>        forward declaration of struct_ht
>
> I thought it might be a pathing error (I had not added the path to the
> directory where SQLite 3 is stored) but I did that and it didn't really
> resolve anything.
>

SQLite is ANSI-C code.  Sounds to me like you are trying 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
> > To: General 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 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?
> > >
> >
> > No.  We compile SQLite on Macs with no problems.  What are the errors?
> >
> >
> > >
> > > R,
> > > John A.M. Darnell
> > > Senior Programmer
> > > Walsworth Publishing Company
> > > Brookfield, MO
> > > John may also be reached at johnamdarn...@gmail.com<mailto:
> > > johnamdarn...@gmail.com>
> > >
> > > Trivia question Trivia question:  In The Lord of the Rings,Leglolas was
> a
> > > prince among the Silvan Elves.  What was the name of his father the
> King?
> > >  For extra credit, what was his surname?
> > >
> > >
> > >
> > > _______________________________________________
> > > sqlite-users mailing list
> > > sqlite-users@sqlite.org
> > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> > >
> >
> >
> >
> > --
> > D. Richard Hipp
> > d...@sqlite.org
> > _______________________________________________
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to