You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add, I tried this on an intel based mac and got the same issues too, so my suspicions that it might be an incompatible build of Csound were quashed.
I think this is a Netbeans issue. The project is configured to use a global Library configured in Netbeans. If you open project properties you might see:
If so, then hit the + button to add Library, then create one called csnd6 and set it to point to the csnd6.jar on your system.
Afterwards, hit the Remove button for the older library entry:
At that point, you might get java.lang.UnsatisfiedLinkError (at least, that happened here). Perhaps it'd be best to update the examples to use maven or gradle and to use my csoundJNI library which is a bit easier to setup.
Thanks @kunstmusik, I'm a little out of the picture in regard to the Java ecosphere, so not too sure about how to go about the setup of this toolchain. When I get some time I'll dig in and have a look!
Your csoundJNI lib is what you use for Blue, right?
@kunstmusik I'm getting a build error when using the Ant method to build the examples on macOS Monterey (M1 silicon)
Is the build config not finding the required Csound6 libs? The build.xml references the netbeans build config:
<import file="nbproject/build-impl.xml"/>
in which I assume the class path is:javac.classpath=\ ${libs.csnd6.classpath}
I assume this means the config though Netbeans, which I am not using.
I've got the usual symlinks in
/Library/Java/Extensions
for csnd6.jar andlib_jcsound6.jnilib
Any ideas?
many thanks
The text was updated successfully, but these errors were encountered: