Including headers from unix library
Including headers from unix library
- Subject: Including headers from unix library
- From: Jeff LaMarche <email@hidden>
- Date: Fri, 12 Mar 2004 09:43:48 -0500
I'm using a standard unix C library (libpq for Postgresql). Until
recently, I had copied the headers and libraries my application needed
into the build folder, and all was well. I upgraded versions recently,
and decided I wanted to point to the standard installed location for
these files, so I took them out of my build folder, and pointed the
references in the project back to the original file locations, and
added the "include" folder into my project's search path.
Now, I am getting errors when I compile, saying "No such file or
directory." Yet, if I single-click on the header file in my project, it
comes up.
Does anyone have any idea what I'm doing wrong?
TIA,
Jeff
_______________________________________________
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.