Re: [sigrok-devel] PulseView build error, Boost and serialization related

2016-10-19 Thread Uwe Hermann
Hi, On Mon, Oct 17, 2016 at 07:41:06PM +0200, Gerhard Sittig wrote: > Subject: [PATCH v2] cmake, INSTALL: Bump the Boost requirement to >= 1.55. Merged, thanks a lot! Uwe. -- http://hermann-uwe.de | http://randomprojects.org | http://sigrok.org ---

Re: [sigrok-devel] PulseView build error, Boost and serialization related

2016-10-17 Thread Gerhard Sittig
On Mon, Oct 17, 2016 at 01:50 +0200, Uwe Hermann wrote: > > Thanks! Can you please update the check in CMakeLists.txt as well in > this patch? See the attached v2 patch. It was tested with and without tests enabled. But not with unmet dependencies (older libs), since I switched to 1.55 to fix t

Re: [sigrok-devel] PulseView build error, Boost and serialization related

2016-10-16 Thread Uwe Hermann
Hi, On Thu, Oct 13, 2016 at 04:36:16PM +0200, Gerhard Sittig wrote: > A doc update patch for INSTALL is attached. Thanks! Can you please update the check in CMakeLists.txt as well in this patch? Also, please don't use double-spaces between sentences for sigrok commits (neither commit messages n

Re: [sigrok-devel] PulseView build error, Boost and serialization related

2016-10-13 Thread Gerhard Sittig
On Thu, Oct 13, 2016 at 08:02 -0400, soe...@apelpie.net wrote: > > Hi Gerhard, > > the requirement is wrong, boost 1.55 is needed. > From http://www.boost.org/users/history/version_1_55_0.html : > > "Multiprecision: > Added support for Boost.Serialization." > > Multiprecision serializatio

Re: [sigrok-devel] PulseView build error, Boost and serialization related

2016-10-13 Thread soeren
Hi Gerhard, the requirement is wrong, boost 1.55 is needed. From http://www.boost.org/users/history/version_1_55_0.html : "Multiprecision: Added support for Boost.Serialization." Multiprecision serialization is what we use in the view as the offset member is a time stamp and the time stamp

[sigrok-devel] PulseView build error, Boost and serialization related

2016-10-13 Thread Gerhard Sittig
Hi all, especially GUI persons! PulseView won't build for me from HEAD. git bisect points to commit 3a21afa as of 2016-08-31, the compile error is related to Boost and serialization. Build output is attached (because of the excessive line length). The innermost message is boost/serialization