Bug 9624 - Не обращает внимания на указания -fexception
Summary: Не обращает внимания на указания -fexception
Status: CLOSED WONTFIX
Alias: None
Product: Sisyphus
Classification: Development
Component: kdevelop (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-27 03:49 MSD by Александр Гвоздев
Modified: 2012-04-23 08:37 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Александр Гвоздев 2006-05-27 03:49:34 MSD
Видимо скрипт configure работает неправильно. В протоколе компиляции gcc
вызывается с флагами -fno-exception и -fexception
Comment 1 Александр Гвоздев 2006-05-27 16:02:58 MSD
На "Simple C++ Hello World" всё работает как надо.
На "KDE Application ..." не работает. Видимо где-то жёстко забито, что для KDE
только -fno-exception.
Comment 2 Andriy Stepanov (stanv) 2007-06-19 17:20:53 MSD
Это опять задумано разработчиками:
http://www.kdevelop.org/mediawiki/index.php/FAQ#I_am_developing_an_application_which_needs_exception_handling._How_can_I_make_it.3F

Q: I am developing an application which needs exception handling. How can I make it?

A: Edit the file configure.in(.in) in your toplevel source directory. Here, you
have to enter after the AC_CHECK_COMPILERS() macro:
CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS"
and after that you have to recreate your new "configure" by invoking
make -f Makefile.dist
at the toplevel source directory and then restart the configure script.


Вот еще пару ссылок по теме: (чтоб не потерялось)
http://www.kdevelop.org/phorum5/read.php?2,23079,23090#msg-23090
http://lists.kde.org/?l=kdevelop-devel&m=109235143604342&w=2
http://lists.kde.org/?l=kdevelop&m=108512996508853&w=2
http://lists.debian.org/debian-kde/2002/01/msg00051.html
http://lists.kde.org/?l=kdevelop-devel&m=109309703014043&w=2

Как тут быть даже не знаю.
Comment 3 Mikhail Gusarov 2008-06-13 13:00:39 MSD

    
Comment 4 Alexey Morozov 2012-04-23 08:37:05 MSK
Насколько я понимаю, это всё уже неактуально в связи с неподдержкой в KDevelop-4 autotools :)