Bug 1527 - libsigrok Java bindings fail to build
Summary: libsigrok Java bindings fail to build
Status: RESOLVED FIXED
Alias: None
Product: libsigrok
Classification: Unclassified
Component: Bindings: Java (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
: 1468 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-03-20 17:12 CET by Uwe Hermann
Modified: 2020-05-09 19:33 CEST (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Hermann 2020-03-20 17:12:58 CET
Build log:

  GEN      bindings/java/sigrok-core.jar
bindings/java/org/sigrok/core/classes/Driver.java:67: error: cannot find symbol
      tempoptions.set(entry.getKey(), entry.getValue());
                 ^
  symbol:   method set(ConfigKey,Variant)
  location: variable tempoptions of type ConfigMap
1 error
make[1]: *** [Makefile:5314: bindings/java/sigrok-core.jar] Error 1


I haven't investigated what is causing this, probably a recent change in libsigrok or possibly some upstream JDK/swig changes (?)
Comment 1 Uwe Hermann 2020-04-04 22:47:56 CEST
Fixed in e803574173bdac8a7f33085a648c29eaf248a394, thanks!
Comment 2 Uwe Hermann 2020-04-05 15:07:05 CEST
*** Bug 1468 has been marked as a duplicate of this bug. ***
Comment 3 Anatol 2020-05-09 19:33:56 CEST
Thank you Uwe.

Do you plan to make a new release of libsigrok in the near future to bring this and other bugfixes to the users?