Re: next problem
Re: next problem
- Subject: Re: next problem
- From: Peter O'Gorman <email@hidden>
- Date: Tue, 19 Jun 2007 23:01:12 -0500
On Jun 19, 2007, at 10:46 PM, David Goldsmith wrote:
Peter Mulholland wrote:
Hello David,
You should try loading the file into TextEdit and saving it out as
Text to see if that helps.
Nope.
I think you probably siezed on the CPATH thing and did something like
'export CPATH=$PATH' in your terminal (because you had already added
the required include paths to your PATH environment variable). This
caused /usr/bin to be in the compilers include path, which is not
what you want. I really think you ought to revert to specifying -I/
path/to/include in your makefile or build script, it will probably
cause you the least problems in the long run (or you could make an
Xcode project which would be a good thing to learn to do if you are
going to be developing on your mac).
Hope this helps,
Peter
--
Peter O'Gorman
http://pogma.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden