ANNOUNCE: KDevelop 1.3 released
Werner Modenbach
werner at werner.alc.de
Thu Dec 14 14:12:27 GMT 2000
Am Mit, 13 Dez 2000 schrieben Sie:
> Werner Modenbach wrote:
>
> > Here is what I did:
> [...]
> > After that my compiler output still shows the following messages:
> >
> > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > /usr/lib/qt-1.45/include/qregion.h:73:182: "defined" without an identifier
> [...]
> ARGH!
> so do it the hard way round:
> Edit /usr/lib/qt-1.45/include/qregion.h and simply remove lines
> 60 - 75, this is:
> ------------------------
> // Work around clash with the ANSI C++ keyword "xor".
> //
> // Use of QRegion::xor() is deprecated - you should use QRegion::eor().
> // Calls to QRegion::xor() will work for now, but give a warning.
> //
> // If possible, compile the Qt library without this ANSI C++ feature enabled,
> // thus including both the old xor() and new eor() in the library, so old
> // binaries will continue to work (with the warning).
> //
> // We also hide the xor() function if there is a #define for xor, in
> // case someone is using #define xor ^ to work around deficiencies in
> // their compiler that cause problems with some other header files.
> //
> #if !(defined(__STRICT_ANSI__) && defined(_CC_GNU_)) && !defined(_CC_EDG_) && !defined(_CC_HP_) && !defined(_CC_HP_ACC_) && !defined(_CC_USLC_) && !defined(_CC_MWERKS_) && !defined(xor)
> QRegion xor( const QRegion & ) const;
> #endif
> ------------------------
>
> and compilation should work.
>
It does !!! Thanks.
- Werner -
--
--------------------------------------------------------------
ALC Computertechnik GmbH
\_ \_ \_\_\_ Kaiserstr. 100
\_\_ \_ \_ D-52134 Herzogenrath
\_ \_ \_ \_ Germany
\_\_\_\_ \_ \_ Fon +49 2407 95810
\_ \_ \_ \_ Fax +49 2407 958139
\_ \_ \_\_\_\_ \_\_\_ http://www.alc.de
===========================================================
Werner Modenbach modenbach at alc.de
--------------------------------------------------------------
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list