Re: frameworks and headers
Re: frameworks and headers
- Subject: Re: frameworks and headers
- From: Dmitry Markman <email@hidden>
- Date: Thu, 6 Nov 2003 00:15:59 -0500
I'm using something like that:
#include <JavaVM/jni.h>
native target:
if my target doesn't have
HEADER_SEARCH_PATHS =
\"$(SYSTEM_LIBRARY_DIR)/Frameworks/JavaVM.framework/Versions/A/
Headers\"
then compiler failed: can't find jni.h
On Nov 5, 2003, at 11:41 PM, Scott Tooker wrote:
Are you using framework syntax to include the headers, i.e. #include
<Carbon/Carbon.h>?
Scott
On Nov 5, 2003, at 7:38 PM, Dmitry Markman wrote:
Hi,
I discovered that the adding framework to the target isn't enough
I have to add path to framework's headers to search header path
otherwise XCode isn't able to find headers
I tried to build Carbon based JNI library
and I added JavaVM.framework into the project but Xcode complained
about jni.h
so I added path to headers path and everything became fine
I'm wondering is it a bug or it should work in that way?
thanks
Dmitry Markman
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
Dmitry Markman
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.