Martin Fahrendorf wrote: > Am Samstag, 10. M=E4rz 2001 00:41 schrieben Sie: >=20 >> i opened up the kdevelop project file and edited some source, then whe= n i >> tried to compile it gives g++ -fno-exceptions. how do i turn this off= ? >> thanks for the help, >> christopher >=20 >=20 > Hi christoper, >=20 > the easyest way is to edit the file aclocal.m4, acinclude.m4.in and rer= un=20 > automake/autoconf from your KDevelop build menu. somewhere in the *.m4 = files=20 > you can find the line "KDE_CHECK_COMPILER_FLAG(fno-exceptions...". comm= ent=20 > this and the folowing two lines out (dnl in m4) and everything will wor= k=20 > correctly. >=20 > Martin Hi Martin, and this would be one of the wrongest ways (considering the portability=20 to other architectures and newer admin/-frameworks)... Please consider acinclude.m4.in as read-only. This is the interface for KDE to implement the building of your binary=20 to newer platforms. If you would distribute your project as a tarball and you have patched=20 acinclude.m4.in the user doesn't have the possibility to update the=20 framework to a newer one, without doing the needed patches. One of the targets of this automake/autoconf stuff is to make your=20 project compilable on the most distributions w/o changing your sources co= de. To support this the KDE guys (especially Stephan Coolow) need a defined=20 interface and this is acinclude.m4.in. That's what the IMPORTANT NOTE inside acinclude.m4.in tries to say: ----------------snip------------- dnl IMPORTANT NOTE: dnl Please do not modify this file unless you expect your modifications=20 to be dnl carried into every other module in the repository. If you decide=20 that you dnl really want to modify it, contact coolo@kde.org mentioning that you h= ave dnl and that the modified file should be committed to every module. dnl dnl Single-module modifications are best placed in configure.in for kdeli= bs dnl and kdebase or configure.in.in if present. -----------------snap-------------- Ciao Walter --=20 The KDevelop project: tasin@kdevelop.de [www.kdevelop.org] -- oohhh sveglia.... il mondo e' ammalato, ma x colpa di chi......... (Zucchero) :-------W. Tasin, FB=20 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«