Re: Projects fail to build with space in project name
Re: Projects fail to build with space in project name
- Subject: Re: Projects fail to build with space in project name
- From: Jens Bjerrehuus <email@hidden>
- Date: Wed, 1 Jan 2003 14:43:45 +0100
Mark and Gary,
Check out this message from a few days ago:
http://cocoa.mamasam.com/COCOADEV/2002/12/2/52959.php
or for your immediate reading pleasure the message contents:
FROM: John C. Randolph
DATE: 2002-12-29 08:50
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
Mamasam is your friend.
Kind Regards
Jens
_______________________________________________
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.