The problem has been solved by rebuilding libsigrok, and libsigrokdecode:
https://bbs.archlinux.org/viewtopic.php?id=285767

Thank you for all the help, I now have a working pulseview from within Qt creator.

On 5/13/23 08:56, Joshua Boyd via sigrok-devel wrote:
On 5/13/2023 1:10 AM, Cedric de Wijs via sigrok-devel wrote:
[cedric@cedric pulseview]$ cmake .
This line says you aren't cranking up the verbosity of the build. The problem is very definitely path configuration related.  Either pkg-config can't find glibmm correctly, pkg-config returns the wrong thing for glibmm or you manually need to affect the include (and then likely ld) search paths.  You can't really do that correctly without knowing exactly what command(s) are being run behind the line below:
[  7%] Building CXX object CMakeFiles/pulseview.dir/pulseview_autogen/mocs_compilation.cpp.o
In file included from /usr/include/libsigrokcxx/libsigrokcxx.hpp:73,
                 from /home/cedric/sigrok-qt/pulseview/pulseview_autogen/PLNN4COFE5/../../pv/application.hpp:29,                  from /home/cedric/sigrok-qt/pulseview/pulseview_autogen/PLNN4COFE5/moc_application.cpp:10,                  from /home/cedric/sigrok-qt/pulseview/pulseview_autogen/mocs_compilation.cpp:2: /usr/include/libsigrok/libsigrok.h:27:10: fatal error: glib.h: No such file or directory
   27 | #include <glib.h>
      |          ^~~~~~~~
compilation terminated.


_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel


_________________________________________________________________
________________________________________________________
Your E-Mail. Your Cloud. Your Office. eclipso Mail & Cloud. 
https://www.eclipso.de
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to