]> sigrok.org Git - libsigrok.git/commit - configure.ac
configure.ac: Temporarily disable Java bindings.
authorUwe Hermann <redacted>
Thu, 13 Nov 2014 17:40:44 +0000 (18:40 +0100)
committerUwe Hermann <redacted>
Thu, 13 Nov 2014 17:51:33 +0000 (18:51 +0100)
commit57621c6d60b1eb31d0a3071fc362547c88c5d395
tree419e8e35e07aa937922e239765053daa2c0bdb1a
parent304be4a77186f4524e3894af8279690f28ffd98f
configure.ac: Temporarily disable Java bindings.

Those need a bugfix to make them build again:

  bindings/java/org/sigrok/core/classes/Context.java:92: error: method Context_create_analog_packet in class classesJNI cannot be applied to given types;
        long cPtr = classesJNI.Context_create_analog_packet(swigCPtr, this, ChannelVector.getCPtr(tempchannels), SWIGTYPE_p_float.getCPtr(data_pointer), num_samples, Quantity.getCPtr(mq), mq, Unit.getCPtr(unit), unit, QuantityFlagVector.getCPtr(mqflags), mqflags);
                              ^
    required: long,Context,Vector<Channel>,long,long,long,Quantity,long,Unit,long,QuantityFlagVector
    found: long,Context,long,long,long,long,Quantity,long,Unit,long,QuantityFlagVector
    reason: actual argument long cannot be converted to Vector<Channel> by method invocation conversion
  1 error
  Makefile:3352: recipe for target 'bindings/java/sigrok-core.jar' failed
configure.ac