PulseView v0.1 doesn't support signal decoding. It can link libsigrokdecode, but it doesn't do anything with it.
Since the release of v0.1, this feature has been substantially developed, but is still disabled by default. If you wish to trial this unfinished feature, you should build the whole sigrok suite from source using Git HEAD. Best Regards Joel On 13/01/14 10:00, Jerome Breheret wrote: > Hi all > > I try to compile pulseview from release 0.1.0 to get suuport for > decoder in it but I cant get it has python include dir seem not > set in the makefile. > > what I do and what I get: > > $ cd pulseview-0.1.0 pulseview-0.1.0$ cmake . > -DENABLE_SIGROKDECODE=TRUE -- Configuring done -- Generating done > -- Build files have been written to: > /home/jerome/sigrok_from_package/pulseview-0.1.0 > > pulseview-0.1.0$ make [ 1%] Generating qrc_pulseview.cxx [ 3%] > Generating pv/moc_mainwindow.cxx ...... Scanning dependencies of > target pulseview [ 26%] Building CXX object > CMakeFiles/pulseview.dir/main.cpp.o > > In file included from > /home/jerome/sigrok_from_package/pulseview-0.1.0/main.cpp:22:0: > /usr/local/include/libsigrokdecode/libsigrokdecode.h:25:72: erreur > fatale: Python.h : Aucun fichier ou dossier de ce type compilation > terminée. make[2]: *** [CMakeFiles/pulseview.dir/main.cpp.o] Erreur > 1 make[1]: *** [CMakeFiles/pulseview.dir/all] Erreur 2 make: *** > [all] Erreur 2 > > > if I do $ make VERBOSE=1 I can see that were is no mention of > python include dir > > it is a bug, or do I misoperate to compile pulview to get support > of decoders ? > > @+ Jerome > > > ------------------------------------------------------------------------------ > > 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 > ------------------------------------------------------------------------------ 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

