JOAL for MAC arm64

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

JOAL for MAC arm64

mahesh
Are JOAL native binaries available for MAC M1?
I tried jar files from https://github.com/jzy3d/jogl-maven-deployer#getting-jogl-24-rc-4-for-macos-bigsur-20211116
. Opengl library is working fine but openAL doesn't, it fails lo load native library

java.lang.RuntimeException: Couln't load native AL/JNI glue library
        at jogamp.openal.ALImpl$1.run(ALImpl.java:1618)
        at jogamp.openal.ALImpl$1.run(ALImpl.java:1608)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at jogamp.openal.ALImpl.<clinit>(ALImpl.java:1608)

I have already added joal-natives-macosx-universal.jar to classpath, even tried adding corresponding "dylibs" to path but nothing works in case of OpenAL.

Am I doining something wrong, or JOAL is still isn't available for Mac arm64?
Reply | Threaded
Open this post in threaded view
|

Re: JOAL for MAC arm64

mahesh
Following guide at https://github.com/jzy3d/jogl I managed to build native jars for JOAL on mac arm64.

Those who are looking for joal builds for mac arm64 may find them at https://github.com/maheshkurmi/jogl-macarm64-builds
Reply | Threaded
Open this post in threaded view
|

Re: JOAL for MAC arm64

gouessej
Administrator
Thank you for your contribution.
Julien Gouesse | Personal blog | Website