Re: [sigrok-devel] help needet: building sigrok from source on Mac OS X

2022-01-30 Thread Andreas Sandberg
Hi Klaus, Sorry for chiming in late here. Homebrew already has a formula for sigrok, so you can actually just install the bottled binary or build it using the formula. All of the formulas should use the latest release version and they support building from source with the latest version from git.

Re: [sigrok-devel] help needet: building sigrok from source on Mac OS X

2022-01-08 Thread kllei
Hi Christian, Thanks for your hint! Strange for me but I am not very much experianced… I found the Path correction in the sigrok-native-macosx script and added libzip with success at least for now. Will go further down the part. Seems to be differences in actual versions of packages. # PKG_CONF

Re: [sigrok-devel] help needet: building sigrok from source on Mac OS X

2022-01-07 Thread Christian Eisendle
Hi Klaus, I guess the issue is that the package config file (libzip.pc) is located in the libzip installation folder. > iMac-LAN:macosx klaus$ brew list libzip > /usr/local/Cellar/libzip/1.8.0_1/bin/zipcmp > /usr/local/Cellar/libzip/1.8.0_1/bin/zipmerge > /usr/local/Cellar/libzip/1.8.0_1/bin/zi

[sigrok-devel] help needet: building sigrok from source on Mac OS X

2022-01-07 Thread kllei
Hello together, trying to build the whole sigrok path from source on my MAC (Mojave) Had success building libsigrokdecode for test but want to try the whole thing… here my experiance from this: https://sourceforge.net/p/sigrok/mailman/message/37411467/ I Followed Instructions here: https://sigr