From: Hazen B. <hba...@ma...> - 2016-11-18 13:12:21
|
On 11/18/2016 02:34 AM, Alan W. Irwin wrote: > On 2016-11-17 20:43-0500 Hazen Babcock wrote: > >> Sorry, it appears that I was missing the qttools5-dev package. > > Glad that "how to build" issue is sorted out. > >> As an aside it looks like x02c works fine with Qt5 even in -fam mode. > > Does that mean valgrind reports no memory management issues? That is > a pretty reliable measurement of the probability of encountering > segfaults with Qt5, and would be an important improvement compared to > my Qt5 version 5.3.2 from Debian Jessie. I just meant that it ran without segfaulting. However it does also seem to have fewer invalid reads than the Qt4 equivalent. $ qmake --version QMake version 3.0 Using Qt version 5.5.1 in /usr/lib/x86_64-linux-gnu -Hazen |