Hi, On Tue, Jan 06, 2015 at 04:52:13PM +0100, Francois Lorrain wrote: > 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)
That's somewhat correct, but the wrong place to look. What you need is a successfully built libsigrokxx library (i.e. the libsigrok C++ bindings). Check your "./configure" output in libsigrok, it'll likely tell you that you're missing some dependency (e.g. glibmm) and that it cannot build the C++ bindings. Please also check the README for all requirements and/or the wiki pages: http://sigrok.org/wiki/Building http://sigrok.org/wiki/Linux > Not sure why I did not get the issue some time ago when I compiled pulseview Because the C++ bindings are new and PulseView didn't use them back then. Cheers, Uwe. -- http://hermann-uwe.de | http://randomprojects.org | http://sigrok.org ------------------------------------------------------------------------------ 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

