Skip navigation.
 
mlRe: Projects fail to build with space in project name
FROM : Jens Bjerrehuus
DATE : Wed Jan 01 14:43:45 2003

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlProjects fail to build with space in project name Mark Grimes Jan 1, 09:46
mlRe: Projects fail to build with space in project name Gary Grobe Jan 1, 10:02
mlRe: Projects fail to build with space in project name Mark Grimes Jan 1, 10:13
mlRe: Projects fail to build with space in project name Jens Bjerrehuus Jan 1, 14:43