• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Temperature Converter example
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Temperature Converter example


  • Subject: Re: Temperature Converter example
  • From: John Randolph <email@hidden>
  • Date: Fri, 11 Jul 2003 11:54:31 -0700

Ankur, this comes up pretty often. Here's what I wrote about it a while back:

There is a bug in the December 2002 tools, which is that the name of
the prefix header isn't getting quoted properly. The workaround is:

Select the "targets" tab.
Click on the target you're trying to build. In a simple project, there
will only be one.
In the outline view in the target inspector, go to Settings->Simple
View->GCC Compiler Settings
About halfway down that pane, there is a label that says "Prefix
Header", and right under it, there's an editable text field.
It probably says:

Hello World_Prefix.h

Change that to:

"Hello World_Prefix.h"

Hit the hammer, and your project will build normally.

-jcr


In your case, change

Temperature Converter_Prefix.h

to
"Temperature Converter_Prefix.h"


Hope this helps,

-jcr

On Friday, July 11, 2003, at 9:38 AM, Ankur Goyal wrote:

Hi everybody,

I am pretty new in the field of cocoa development, I just started with
an example given on the apple's developer's site "Temperature Converter"
URL:
http://developer.apple.com/documentation/Cocoa/Conceptual/JavaTutorial/
index.html

I had fallow exactly the same instructions given over-there, but when I
build my application it gives me two errors:

Building target Temperature Converter with build style Development
(optimization:level 0, debug-symbols:on)  (2 errors)
1. Missing file or directory: Temperature
2.Missing file or directory: Converter_Prefix.h

DO I need to install any other patch, before running any cocoa
application??
Can anybody helps out?

Thanks for any information
-Ankur
_______________________________________________
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.
_______________________________________________
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.

References: 
 >Temperature Converter example (From: Ankur Goyal <email@hidden>)

  • Prev by Date: Re: How to add my custom structure to NSMutable Array??Pls help.
  • Next by Date: NSTextView in About Box
  • Previous by thread: Re: Temperature Converter example
  • Next by thread: NSTextView in About Box
  • Index(es):
    • Date
    • Thread