Open
Description
@kunstmusik I'm getting a build error when using the Ant method to build the examples on macOS Monterey (M1 silicon)
[javac] /Users/boonier/GIT/csoundAPI_examples/java/src/csoundapiexamples/Example1.java:18: error: package csnd6 does not exist
[javac] import csnd6.Csound;
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 and lib_jcsound6.jnilib
Any ideas?
many thanks
Metadata
Metadata
Assignees
Labels
No labels