Hello again,

digging a little bit further i found that the python-3.x-embed.pc was not 
installed by brew but can be installed with port, also the needet glib2 was 
only recognized from configure when installed with port.

So I added:

sudo port install python38 cython38
sudo port select --set python python38
sudo port select --set python3 python38
sudo port install glib2

and had to link:
cd /opt/local/lib/pkgconfig
sudo ln -svf python3.pc python-3.8.pc
sudo ln -svf python3-embed.pc python-3.8-embed.pc

and then 

./configure
make 
make install 

completed successful!!!

But hard to discover for me, as the recommendet Homebrew method did not install 
the embed.pc package…
maybe someone has a clearification for this?


After that pulseview found the libirmp.dylib and decoder works.

Thank you for this nice piece of software!

Kind regards
Klaus



> Am 04.01.2022 um 13:47 schrieb kllei <kl...@arcor.de>:
> 
> Hello and a happy new year.
> 
> I am new to this list and try to use the IRMP library with Pulseview.
> The last nightly build of pulseview does not contain the libirmp.dylib file, 
> (seems to be adressed here: 
> https://sigrok.org/gitweb/?p=sigrok-util.git;a=commit;h=daa83fdabbdfd13c12510be7c08b02b5f5708bbe
>  )
> 
> so I tried to build sigrokdecode manually.
> 
> I have to say that I have no knowledge to python, only reacting to error 
> messages ...
> 
> ./autogen.sh works OK
> ./configure says: Cannot find Python 3 development headers
> 
> configure.log says:
> …

> No Idea how to install the missing Headers, tried to find some solution with 
> google but no success. 
> 
> Any hints what I am missing? Could not find python-3.9-embed packages.
> 
> Thanks in advance for your help
> Klaus
> 
> 
> 
> 
> _______________________________________________
> 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

Reply via email to