• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[Xcode-Users] JNIEXPORT define different for 10.4 and 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xcode-Users] JNIEXPORT define different for 10.4 and 10.5


  • Subject: [Xcode-Users] JNIEXPORT define different for 10.4 and 10.5
  • From: Alexander von Below <email@hidden>
  • Date: Fri, 03 Oct 2008 13:42:03 +0200

Hello,

after much consideration I think that this is the right list to ask this question, as it is less Java but more Tools/SDK oriented. Please let me know if I am wrong.

The file $DEVELOPER_DIR/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/ JavaVM.framework/Headers/jni_md.h has the line

#define JNIEXPORT

wheras the file $DEVELOPER_DIR/SDKs/MacOSX10.5.sdk/System/Library/ Frameworks/JavaVM.framework/Headers/jni_md.h has

#define JNIEXPORT __attribute__((visibility("default")))

Both have the comment  * @(#)jni_md.h	1.18 03/12/19

We want to build a jnilib compatible with 10.4, but would like to have the JNIEXPORT defined like in 10.5.

Could anyone shed light on the  background for this difference?

Thanks

Alex

_______________________________________________
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


  • Prev by Date: Re: Subversion 1.5 + Xcode 3.1.1 and replacing /usr/lib/lib{apr, svn}*.dylib
  • Next by Date: Re: debugger array view
  • Previous by thread: Re: Subversion 1.5 + Xcode 3.1.1 and replacing /usr/lib/lib{apr, svn}*.dylib
  • Next by thread: How can I quickly collapse all parent nodes in search results?
  • Index(es):
    • Date
    • Thread