Re: Absolute Beginner
Re: Absolute Beginner
- Subject: Re: Absolute Beginner
- From: "John C. Randolph" <email@hidden>
- Date: Mon, 12 May 2003 10:49:43 -0700
On Saturday, May 10, 2003, at 09:28 AM, Jerome Bachasson wrote:
I got an error message about 2 missing files ("Currency" and
"Converter_prefix.h"), that the tutorial apparently do not even
mention.
This is a bug in the current version of the Project Builder: It
doesn't do the right thing w/r/t quoting filenames.
To work around it, select the "Targets" tab, select the target you want
to build (there should only be one), and then pick "GCC Compiler
Settings" from the list that will appear on the left of the editor pane.
There will be a text field labeled "Prefix Header", that presumably says
Currency Converter.h
add the quotes, to change it to:
"Currency Converter.h"
..and hit the hammer button. It should build just fine.
-jcr
John C. Randolph <email@hidden> (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.