Installed 'libpython3.6-dev' - thanks Jorg - and that got me all the way. I did run into some other issues (not able to find the shared object files) but I could find the answers online.
I have just fixed some last issues and the wavedrom exported now exports a valid wavedrom json file. Note however, that wavedrom (itself) does not work well with very large data sets - it takes very very long. So long I didn't wait for it. I have tested the wavedrom exporter with a downloaded (Z80 - yeah! 😉 ) dump and this command line: sigrok-cli --input-format srzip --input-file z80_kc85_kc85-cpuclk.sr --output-format wavedrom --output-file z80_kc85_kc85-cpuclk.json So please do a code review and see if this can be merged into master. https://github.com/obiwanjacobi/libsigrok/blob/master/src/output/wavedrom.c (note - I did also change other files) In the meantime I will try out some other dumps and compare them against PulseView. Marc ________________________________ From: Jörg <jalp...@gmx.net> Sent: Wednesday, October 9, 2019 9:39 AM To: sigrok-devel@lists.sourceforge.net <sigrok-devel@lists.sourceforge.net> Subject: Re: [sigrok-devel] Where/how to contribute an exporter Am Wed, 9 Oct 2019 17:31:02 +1000 schrieb Stuart Longland <stua...@longlandclan.id.au>: > On 9/10/19 5:06 pm, Marc Jacobi wrote: > > > > So I set out to build the libsigrokdecode and sigrok-cli projects. > > However, when building the decode library I get an error in the > > 'configure' step: > > "Cannot find Python 3 development headers." > > I did install python3.6 (sudo apt-get install python3.6). > > > > Q => How do I get these development headers? > > Usually if you're running a Debian derivative (Ubuntu is) the package > you want is `python3-dev` (or possibly `libpython3-dev`). or libpython3.6-dev I use Synaptic: search 'python' and install the part 'libpyth*-dev' from your python-version. _______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel
_______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel