Hello, I have been trying to compile pulseview on a fairly standard debian jessie machine but I have had some "challenges". I am trying to do embedded development, not debugging cmake issue ...
It looks to me and my limited understanding of cmake that the CMakeLists.txt is missing a line with find_package(Glibmm REQUIRED) Otherwise the compilation fails with cannot fing #include "glibmmconfig.h" (I have glibmm-2.4-dev installed) I was able to find some helper files for cmake at https://github.com/performous/performous/tree/master/cmake/Modules. You need - at least : FindGlibmm.cmake FindGlib.cmake FindSigC++.cmake LibFindMacros.cmake copied into /usr/share/cmake-3.0/Modules/ I did not find a relevant cmake debian package containing these files . (may not have looked hard enough though ) After that, the cmake . / make incantation works without errors. If it can help somebody or if you can suggest a better solution - I am open to suggestions ... I'll test the result later. Not sure why I did not get the issue some time ago when I compiled pulseview Regards and thanks for the Sigrok project - really useful when you need it ... but may be I should not try the bleeding edge :-) Regards Francois ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

