Hi, On Tue, Jan 06, 2015 at 08:10:57PM +0100, Francois Lorrain wrote: > That was the first issue, and I had to get an additional package > (autoconf-archive) from the debian repository for the CXX issue and
Yep, as per README. > get the C bindings to build > (unless the pygobject missiing is the issue ?) No, that's not needed for the C++ bindings. > Enabled language bindings: > - C++............................. yes That looks good. If you do "make && make install" and it builds and installs fine, PulseView's cmake should also be able to find the C++ bindings correctly. If you have a non-standard directory you install into, you might need to use PKG_CONFIG_PATH. Example: PKG_CONFIG_PATH=/usr/local/lib/pkgconfig cmake . If there are still issues with that please try a full, clean rebuild of all libs and programs from fresh git clones (remove all sigrok stuff from /usr/local and elsewhere you might have installed into) and post the full build logs at pastebin.com or similar for diagnosis. Thanks, 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

