No such file or directory
No such file or directory
- Subject: No such file or directory
- From: "McLaughlin, Michael P." <email@hidden>
- Date: Fri, 6 Mar 2009 16:06:42 -0500
- Acceptlanguage: en-US
- Thread-topic: No such file or directory
I got the titled error and I am really puzzled.
I have two very similar projects (apart from a GUI) -- a CoreServices
project and a Cocoa project. Both have a folder named Eigen in the project
folder.
A header common to both states
#include "Eigen/Core"
which is actually a header file without the .h.
Problem: The Cocoa project (with everything defaulted) gives the titled
error; the CoreServices project finds the file with no problem.
The CoreServices project does not even need to have the Eigen folder added
to the project Groups & Files. This is true for other headers as well.
The Cocoa project cannot find Eigen/Core at all. Moreover, it cannot find
any header that is not inserted into Groups & Files even when that header is
in the same folder as the project.
Clearly, there is some basic difference between the two projects. Still,
why doesn't my Cocoa project find a local file?
Any ideas?
Note: Changing the Info on Eigen/Core so that it is specifically a header
file does not solve the problem. It still cannot be found.
P.S. FWIW, Eigen is a public-domain vector/matrix library (source).
--
Mike McLaughlin
_______________________________________________
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