On Fri, 29 May 2015 01:03:41 +0200, Friedrich W. H. Kossebau wrote:
Am Donnerstag, 28. Mai 2015, 22:44:04 schrieb Friedrich W. H.
Kossebau:
Okay. Now that I understand completely why it is needed, no
objections from
my side (in version which keeps the #if QT_VERSION < 0x040800
branches):
#incl
Am Donnerstag, 28. Mai 2015, 22:44:04 schrieb Friedrich W. H. Kossebau:
> Okay. Now that I understand completely why it is needed, no objections from
> my side (in version which keeps the #if QT_VERSION < 0x040800 branches):
> #include
> #include
> #include
> +#include
> +#include
>
> #
Am Donnerstag, 28. Mai 2015, 21:17:02 schrieb Treeve Jelbert:
> On Thu, 28 May 2015 21:00:17 +0200 (CEST), Boudewijn Rempt wrote:
> > On Thu, 28 May 2015, Friedrich W. H. Kossebau wrote:
> >> Hi Treeve,
> >>
> >> thanks for reporting the error and working on a patch :)
> >>
> >> Am Donnerstag, 28
On Thu, 28 May 2015 21:00:17 +0200 (CEST), Boudewijn Rempt wrote:
On Thu, 28 May 2015, Friedrich W. H. Kossebau wrote:
Hi Treeve,
thanks for reporting the error and working on a patch :)
Am Donnerstag, 28. Mai 2015, 13:31:29 schrieb Treeve Jelbert:
thanks, the following diff fixes it
diff --
Am Donnerstag, 28. Mai 2015, 21:00:17 schrieb Boudewijn Rempt:
> On Thu, 28 May 2015, Friedrich W. H. Kossebau wrote:
> > Hi Treeve,
> >
> > thanks for reporting the error and working on a patch :)
> >
> > Am Donnerstag, 28. Mai 2015, 13:31:29 schrieb Treeve Jelbert:
> >> thanks, the following di
On Thu, 28 May 2015, Friedrich W. H. Kossebau wrote:
Hi Treeve,
thanks for reporting the error and working on a patch :)
Am Donnerstag, 28. Mai 2015, 13:31:29 schrieb Treeve Jelbert:
thanks, the following diff fixes it
diff --git a/devtools/rng2cpp/rng2cpp.cpp
b/devtools/rng2cpp/rng2cpp.cpp
Hi Treeve,
thanks for reporting the error and working on a patch :)
Am Donnerstag, 28. Mai 2015, 13:31:29 schrieb Treeve Jelbert:
> thanks, the following diff fixes it
>
> diff --git a/devtools/rng2cpp/rng2cpp.cpp
> b/devtools/rng2cpp/rng2cpp.cpp
> index 3dc3214..de65ac4 100644
> --- a/devtools/
On Thu, 28 May 2015 11:33:38 +0200 (CEST), Boudewijn Rempt wrote:
I bet that's caused by this:
#if QT_VERSION < 0x040800
# define assert(cond, what) (Q_ASSERT_X(cond, "",
qPrintable(QString(what
#else
# define assert(cond, what) (Q_ASSERT_X(cond, "",
qPrintable(what)))
#endif
thanks
I bet that's caused by this:
#if QT_VERSION < 0x040800
# define assert(cond, what) (Q_ASSERT_X(cond, "",
qPrintable(QString(what
#else
# define assert(cond, what) (Q_ASSERT_X(cond, "", qPrintable(what)))
#endif
Boud
On Thu, 28 May 2015, Treeve Jelbert wrote:
fails with qt-5.5.0 + gc
fails with qt-5.5.0 + gcc-5.1.0
ok with qt-5.4.2 + gcc-5.1.0
cmake-3.2.2
FAILED: /var/lib/sorcery/build/c++ -DBOOST_ALL_NO_LIB
-DCAN_USE_QTWEBKIT -DHAVE_X11 -DQT_CORE_LIB
-DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_NO_DEBUG
-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_
PLUS -DQT_XML_LIB -DS
10 matches
Mail list logo