Re: frameworks and headers
Re: frameworks and headers
- Subject: Re: frameworks and headers
- From: Dmitry Markman <email@hidden>
- Date: Thu, 6 Nov 2003 00:25:34 -0500
you're right
JavaVM/jni.h fixed the problem
my jni library had dependency to CreateHeader target that called javah
that creates header with <jni.h>
so my changes to <JavaVM/jni.h> were lost after every cleaning
so now everything is OK except that javah generates wrong headers
unless I have explicitely put
headers path into the target
thanks
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.
[demime 0.98b removed an attachment of type
application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.