Re: Newbie Build Error
Re: Newbie Build Error
- Subject: Re: Newbie Build Error
- From: spike grobstein <email@hidden>
- Date: Tue, 29 Apr 2003 14:32:58 -0400
I had that problem once before. You gotta make sure you don't have any
spaces in the project name. What I had to do to fix it was go into the
target settings and change the name of the prefix.h file to not have
any spaces (in your case, "VoxCoder_Prefix.h") and rename the file to
reflect that. that solved it.
I was pulling my hair out for like an hour trying to figure that out.
...spike
On Tuesday, April 29, 2003, at 01:20 pm, Michael Hanna wrote:
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.