From kde-core-devel Wed Oct 01 10:22:05 2008 From: Fred Emmott Date: Wed, 01 Oct 2008 10:22:05 +0000 To: kde-core-devel Subject: ./configure -no-exceptions recommended in qt-copy Message-Id: <200810011122.05827.mail () fredemmott ! co ! uk> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=122302314704041 Hi, How much of an effect does this have on modern compilers? I'd like to suggest removing it from the recommended configure line in README.qt-copy because: - I don't believe the overhead will be significant - It blocks the build of QtXmlPatterns (-no-exceptions -xmlpatterns makes configure complain, and -no-exceptions just doesn't build xmlpatterns). There's two problems with this: - In my opinion, this should stop KDE applications from using QtXmlPatterns - they should be buildable with a Qt built following the recommendations in README.qt-copy; I don't think any do at the moment, but it is a very useful module. - If distributions (such as slackware and slamd64's current/testing does now) ships qt4 built following those recommendations, it stops non-KDE apps that use QtXmlPatterns being built with distribution Qt packages. Regards, -- Fred Emmott (http://www.fredemmott.co.uk)