• 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: Newbie Build Problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie Build Problems


  • Subject: Re: Newbie Build Problems
  • From: David P Henderson <email@hidden>
  • Date: Sun, 19 Jan 2003 11:12:02 -0500

On Friday, Jan 17, 2003, at 20:26 US/Eastern, Seth Willits wrote:

I'm having problems building an application from a new "blank" project. The two build errors I get are:
Missing file or directory: <ProjectName>
Missing file or directory: ProjectName_Prefix.h

I've gone through every file and every project setting and can't find either of these referenced anywhere. I have the Dec 02 developer tools and thus am using PB 2.1

If someone could help me getting this to compile, I'd appreciate it,

This is a known problem. See John C. Randolph's reply to an earlier thread regarding this issue "Newbie Question regarding Tutorials and Project Builder" quoted below:

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

Dave
--
Chaos Assembly Werks
"Suburbia is where the developer bulldozes out the trees, then names the streets after them."
- Bill Vaughn
_______________________________________________
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: 
 >Newbie Build Problems (From: Seth Willits <email@hidden>)

  • Prev by Date: Re: NSWorkspace fullPathForApplication: not thread safe?
  • Next by Date: NSOpenGLView with transparent background
  • Previous by thread: Re: Newbie Build Problems -- Found a bug?
  • Next by thread: standardWindowButtons
  • Index(es):
    • Date
    • Thread