Re: Qt5 switching qreal from float to double on arm*

2013-11-09 Thread Steven Chamberlain
for call to 'qMin(double, qreal)' /build/buildd-mcrl2_201210.1-1-armel-Kvmlhc/mcrl2-201210.1/tools/diagraphica/diagrameditor.cpp:528:51: note: candidate is: /usr/include/qt4/QtCore/qglobal.h:1196:34: note: templateclass T const T qMin(const T, const T) Regards, -- Steven Chamberlain ste

Re: Bug#760727: qtwebkit: FTBFS on kfreebsd-*: libQtWebKit.so: undefined reference to `void WTF::freeOwnedGPtr_GError(_GError*)'

2014-09-08 Thread Steven Chamberlain
On 07/09/14 22:22, Steven Chamberlain wrote: I wonder if there's some significance that it was templated for _GError whereas I think that should be a typedef to GError (without underscore)? My test build finished - the change I tried didn't help - but looking for _GError (with underscore

Re: Bug#760727: qtwebkit: FTBFS on kfreebsd-*: libQtWebKit.so: undefined reference to `void WTF::freeOwnedGPtr_GError(_GError*)'

2014-09-09 Thread Steven Chamberlain
Hi! On 09/09/14 18:30, Lisandro Damián Nicanor Pérez Meyer wrote: On Monday 08 September 2014 12:16:21 Steven Chamberlain wrote: [snip] I'm trying another test build now with this change applied: http://trac.webkit.org/changeset/160716 I Steven! How did the build go? That didn't work