From kdevelop Mon Nov 19 11:15:55 2001 From: "W. Tasin" Date: Mon, 19 Nov 2001 11:15:55 +0000 To: kdevelop Subject: Re: exceptions and kdev X-MARC-Message: https://marc.info/?l=kdevelop&m=100619140331122 Israel Fernandez Cabrera wrote: >Hi >how can I turn enable exception handling in kdevelop?? >reg@rds >Israel > Hi, #if there is an admin directory in the project directory add the following line to configure.in.in: #else add the following line to configure.in: #endif ------- CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" ------- If you found a AC_CHECK_COMPILERS call inside this file then place this line after it. If you didn't (in case of #MIN_CONFIG usage) then add the line at the end of the file. Then invoke "Build --> Automake/Autoconf" and "Build --> Configure" and "Build --> Rebuild all". Ciao Walter PS: For setting the -fexceptions only for a certain part of your project (i.e. shared or static lib) patch the respective Makefile.am: ----------- ..... ..... ####### kdevelop will overwrite this part!!! (end)############ KDE_CXXFLAGS = $(USE_EXCEPTIONS) ...... ----------- -- oohhh sveglia.... il mondo e' ammalato, ma x colpa di chi......... (Zucchero) :-------W. Tasin, FB 04, FHM-------------------PGP-KeyID:0x7961A645----------: - to unsubscribe from this list send an email to kdevelop-request@kdevelop.org with the following body: unsubscribe »your-email-address«