Hi, On Tue, Jan 27, 2015 at 01:33:31PM -0400, Iván Veloz wrote: > For me, it's all up to you and Uwe. > It seems to me that I better stick to that previous release you mention, > because the Raspberry Pi (the hardware I'm running on) is stuck with wheezy > for the time being. Specifically, what version is that previous release you > mention?
It's strange, I can't reproduce these issues on Debian stable. Both the current raspbian as well as a "normal" i386 Debian wheezy install builds fine for me using the sigrok-cross-linux script from here: http://sigrok.org/gitweb/?p=sigrok-util.git;a=blob;f=cross-compile/linux/sigrok-cross-linux The test-suites of libsigrok, libsigrokdecode, and PulseView also run fine. There are some minor quirks that are required: - autoconf-archive is too old, hence an .m4 macro needs to be manually downloaded/used, see FAQ: http://sigrok.org/wiki/Building#Warning:_AX_CXX_COMPILE_STDCXX_11_macro_not_found - libusb-1.0 is too old, librevisa is not available; both can easily be built from source (both are optional as well, though; so you don't necessarily need to do that if it's not required for the device you use). Other than that all sigrok projects (including all libs, firmware projects, PulseView, and so on) build fine for me with the Debian packages of e.g. glib 2.32.4, glibmm 2.32.1, boost 1.49.0, qt 4.8.2. On Raspberry Pi: glib 2.40.0, glibmm 2.32.1, boost 1.49.0, qt 4.8.2. Build logs: - Debian: http://pastebin.com/7VcPGGKb - Raspbian 2014-12-24: http://pastebin.com/TzFXgm1j 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

