Re: [sigrok-devel] Config errors on building sigrok pulse view on Ubuntu 16.04

2018-10-14 Thread Uwe Hermann
Hi, On Tue, Oct 02, 2018 at 11:31:00AM -0400, paulcrawfordgm wrote: > I looked on the Bugzilla list and found that this problem is already being > looked at by Uwe under bug #1284. Quick update, bug #1284 is now fixed via a warkaround, you shouldn't see any crashes due to that anymore. Uwe. -

Re: [sigrok-devel] Config errors on building sigrok pulse view on Ubuntu 16.04

2018-10-02 Thread paulcrawfordgm
Hello Soeren, Thank you so much for your valuable insight into this issue. I have downloaded the image for MacOS, the nightly build from 2018-09-29. It does work but there is an issue with it crashing on launching and also if the run period is long (say more than 15 seconds about but I have not

Re: [sigrok-devel] Config errors on building sigrok pulse view on Ubuntu 16.04

2018-10-02 Thread Soeren Apel
Hello Paul, The error you encounter is neither pkg-config nor CMake-related. You cannot build PulseView by itself, you must always build a suitable libsigrok beforehand. The error message tries to tell you that the libsigrok available on your system is not suitable and you should have a look at it

Re: [sigrok-devel] Config errors on building sigrok pulse view on Ubuntu 16.04

2018-10-02 Thread paulcrawfordgm
Hello Soeren, I just looked at /usr/bin/pkg-config but it seems to be mostly a binary file although there is some plain text in it. This is line 84-88 in CMakeLists.txt: pkg_check_modules(LIBSRCXX QUIET ${LIBSR_CXX_BINDING}) if(NOT LIBSRCXX_FOUND OR NOT LIBSRCXX_VERSION) message(FATAL_E

Re: [sigrok-devel] Config errors on building sigrok pulse view on Ubuntu 16.04

2018-10-02 Thread Soeren Apel
Hello Paul, > -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") > CMake Error at CMakeLists.txt:86 (message): > libsigrok C++ bindings missing, check libsigrok's 'configure' > output > (missing dependencies?) Did you see this? Did you check? Regards, -Soeren On Tue, 2018-1

[sigrok-devel] Config errors on building sigrok pulse view on Ubuntu 16.04

2018-10-02 Thread paulcrawfordgm
Hi, I just tried to build Pulseview on a new installation of Ubuntu 16.04. I followed the wiki exactly from here: https://sigrok.org/wiki/Linux#PulseView to install the requirements and build. All went well until "cmake .” and then I got the following error: -- The C compiler identification i