Re: file not found - WHY?
Re: file not found - WHY?
- Subject: Re: file not found - WHY?
- From: Roland King <email@hidden>
- Date: Mon, 15 Dec 2014 19:23:43 +0800
>
> Well, some are in < > and others are in " ". What's the difference?
> _______________________________________________
< > looks for include files just in the header search paths, that’s used mostly for system includes. It doesn’t search user type paths, ie the code you’re compiling.
“ “ looks for files in the user paths first, like the current working directory and anything else set as a user path if any, and then goes and searches the system paths too.
So if you have used < > to try and include your local source file, it won’t find it.
_______________________________________________
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