README.kde-qt

Michael Jansen kde at michael-jansen.biz
Mon Nov 16 23:59:54 CET 2009


On Monday 16 November 2009 23:17:33 Matthew Woehlke wrote:
> (Please configure your mailer to use line breaks.)
> 
> Michael Jansen wrote:
> > -no-exception:
> > --------------
> > Disables this XmlPattern thing and makes compiling koffice and i
> > think some plasma stuff impossible. qtscriptgenerator unconditionally
> > assumes it to be set so you have to patch it to compile it. Is this
> > still recommended?
> 
> How does -no-exceptions relate to XmlPattern and koffice? Koffice /used/ 
> to build with -no-exceptions at least; recently it doesn't build, but 
> that seems to be related to OpenGL...
> 
> 

From qt "configure --help" text

    -no-xmlpatterns .... Do not build the QtXmlPatterns module.
 +  -xmlpatterns ....... Build the QtXmlPatterns module.
                         QtXmlPatterns is built if a decent C++ compiler
                         is used and exceptions are enabled.


So if you compile qt with -no-exception you get no QXmlPatterns.

It's possible that koffice itself compiles with -no-exception. But iirc not with a
qt build with -no-exceptions because something in there uses QXmlPattern. At
least that's what i remember.

The email is about compiling qt. Nothing else. And how it affects compiling
kde.

Mike


More information about the Kde-buildsystem mailing list