Jerome Breheret wrote: > Ok thanks for all Joel > I will stay with my release version has I can't compile libsigrok from git > HEAD on my ubuntu 12.04 box to be used with my FX2 board (ubuntu 12.04 > libusb-1.0 is 1.0.9 and libsigrok need 1.0.16)
I'm the libusb.org maintainer. You could try simply reverting the commit which bumps the requirement in libsigrok/configure.ac - I'm not sure if libsigrok actually uses any functionality beyond what is in 1.0.9. Try it out: git checkout -b revert_libusb_1016 origin/master git revert 17e9317b247844ac09539a20e76e9e2548d64b13 ./autogen.sh && ./configure ... //Peter ------------------------------------------------------------------------------ CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments & Everything In Between. Get a Quote or Start a Free Trial Today. http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

