Re: using PCH with Project Builder and GCC 3.3
Re: using PCH with Project Builder and GCC 3.3
- Subject: Re: using PCH with Project Builder and GCC 3.3
- From: Andrew Pinski <email@hidden>
- Date: Sun, 29 Jun 2003 16:00:39 -0400
gch is gcc precompiled header, the reason why it is not just pch is
because that file extension was used already by some else, see
the FSF's gcc mailing list for which one, I cannot remember the one.
The PCH mechanism used in Apple's 3.3 is already in the FSF's gcc, the
mainline.
If you have any problems with PCH that you did not see before using PCH
report
them as a bug to Apple, also try to see if you can reproduce them with
the FSF's
gcc as it most likely fixed already in the cvs of the FSF's gcc either
by me or by
Geoff Keating, the main writer of PCH.
Thanks,
Andrew Pinski
On Sunday, Jun 29, 2003, at 15:46 US/Eastern, Jeff Harrell wrote:
I have come up with a system for incorporating PCH into Project
Builder projects, and I've documented it informally and very
carelessly on cocoadev.com, here:
http://www.cocoadev.com/
index.pl?UsingPCHWithGCCThreeThreeAndProjectBuilder
The short version: I use a legacy makefile target to precompile my
project's prefix header, and to keep that precompiled prefix header up
to date.
Everybody's free to check it out and steal my idea if it suits them.
Comments public or private are welcomed.
--
email@hidden
http://homepage.mac.com/jharrell
_______________________________________________
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.