Thank you Mr. Slavin. I checked as you suggest and there were no other options listed in the dropdown. However, with the help of my good friend and colleague Mark Woodring I think we found what we needed to change.
First, under the Project info dialog, under the Build tab, under Language, there is a line item called "Compile Source As." There are five options: C, C++, Objective-C, Objective_C++, and "According to file type." The project as created was compiling all files as C++ files. I changed the option to "According to File Type." That got rid of 200 of the 1200+ errors. In that same segment was an item called "Increase Sharing of Precompiled Headers." I unchecked it as well, and that seemed to get rid of all but four warnings. Those warnings are as follows: Warning: declaration of fsInfo shadows a previous local Warning: shadowed declaration is here Warning: declaration of wait shadows a global decclaration Warning: shadowed declaration is here I am undecided as to whether I want to do anything about these warnings. They report that a variable has already been created someplace in that scope with the same name, and now inside a block inside that scope the programmer is creating a new variable with the same name. On Windows, Visual Studio doesn't care. In Xcode 3.1.3, it lets the programmer know that he is doing it. It's up to her to decide to fix it. Thanks to all of you who helped resolve this difficult problem. R, John > -----Original Message----- > From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] > On Behalf Of Simon Slavin > Sent: Thursday, May 26, 2011 2:13 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] SQLite in Xcode > > > On 26 May 2011, at 8:12pm, john darnell wrote: > > > Thank you Mr. Ivanov. I can buy what you are saying 100%. What I need to > know is how to tell Xcode to compile that file as a C file if the standard > procedure > is not working. > > I recoup: the files are being classified as sourcecode.c.c and > > sourcecode.c.h. > What else do I need to do? > > Take a look at the other options in the popup. Are their options for 'C > Source' and > 'C Header' ? > > Simon. > _______________________________________________ > 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