Hello, When compiling libsigrok, I'm having difficulty with bindings / Java dependencies.
The soureces are cloned by Github. After git clone git: //sigrok.org/libsigrok cd libsigrok / ./autogen.sh and ./configure ####Result######### Enabled language bindings: - C ++ ............................. yes - Python .......................... yes - Ruby ............................ no (missing: SWIG> = 3.0.8) - Java ............................ yes and the error after make GEN bindings / java / org / sigrok / core / classes / doc.i GEN bindings / java / org / sigrok / core / classes / classes_wrap.cxx GEN bindings / java / sigrok-core.jar bindings / java / org / sigrok / core / classes / ConfigKey.java: 742: error: int can not be dereferenced return new Variant (classesJNI.ConfigKey_parse_string__SWIG_0 (value, dt.swigValue ()), true); ^ 1 error Makefile: 4185: recipe for target 'bindings / java / sigrok-core.jar' failed make [1]: *** [bindings / java / sigrok-core.jar] Error 1 Makefile: 1616: recipe for target 'all' failed make: *** [all] Error 2 My solution without bindings / Java ./configure --enable-java = no greetings Jörg ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

