• 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 Error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie Build Error


  • Subject: Re: Newbie Build Error
  • From: Andreas Schempp <email@hidden>
  • Date: Wed, 30 Apr 2003 00:38:50 +0200

Open the project details:
Menu "Project" -> "Edit active target ..."

Select "GCC Compiler Settings"

There's a filed called "Prefix Header"
There is the file name defined. Because you project has a space in it's name, the filename is defined wrong.

simply quote the filename, and it should work



Am Dienstag, 29.04.03 um 19:20 Uhr schrieb Michael Hanna:

Trying to build my project for the first time and the two build errors I got were:

Missing file or directory: Vox
Missing file or directory: Coder_Prefix.h

The project is called "Vox Coder.pbproj" and PB put a file in it called

Vox Coder_Prefix.h

when the project was created, that contains:

//
// Prefix header for all source files of the 'Vox Coder' target in the 'Vox Coder' project
//

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif


...ahem, what's going on here? unchecking the file(so that it won't include it in the build) seems to make no difference. What is the solution?
Mich@el
_______________________________________________
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: 
 >Newbie Build Error (From: Michael Hanna <email@hidden>)

  • Prev by Date: Getting actual size of NSImage in NSImageView?
  • Next by Date: Re: Getting actual size of NSImage in NSImageView?
  • Previous by thread: Re: Newbie Build Error
  • Next by thread: Include arbitrary dylib in project
  • Index(es):
    • Date
    • Thread