Re: GCC3?
Re: GCC3?
- Subject: Re: GCC3?
- From: Sailor Quasar <email@hidden>
- Date: Mon, 11 Aug 2003 14:49:49 -0400
On Monday, August 11, 2003, at 10:16 AM, Alastair J.Houghton wrote:
No, with me its just totaly weird parse errors, and if I delete the
line of code and retype it exactly the same, it works. but a cut and
paste does not.
Have you tried looking at your files in a different editor (or maybe
even getting a hex dump)? It could be that there are some unusual
characters in them that GCC doesn't like.
It has been my experience that this error, in particular, is usually
the result of invisible characters (very low or high ascii) or
inconsistent line endings (which TextEdit and anything else that uses
Cocoa text editing are very adept at generating).
Speaking of inconsistencies in line endings, the thread on this list
regarding that seems to have left out that point. If you open a file
with Windows line endings in TextEdit and add some new lines, don't try
to read that file in Windows without first going in with BBEdit or
CodeWarrior and manually repairing every line. As far as I can tell,
this is a problem endemic to the entire Cocoa text system.
-- Sailor Quasar, just another player in The World
"Come with me in the twilight of the summer night for awhile"
Email: email@hidden
_______________________________________________
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.
- Follow-Ups:
- Re: GCC3?
- From: "M. Uli Kusterer" <email@hidden>
References: | |
| >Re: GCC3? (From: "Alastair J.Houghton" <email@hidden>) |