help

Kuba Ober kuba at mareimbrium.org
Mon Dec 27 23:26:24 UTC 2004


>  /usr/local/include/ginac/container.h:708: exception handling disabled, use
>  -fexceptions to enable

I believe that points to the source of your problem.

Kdevelop, probably via autotools, is disabling exception handling. Simply 
enable it, rebuilt the project and you should be fine.

Look in project settings.

That's what I make of it at least.

Kdevelop is not invoking the compiler directly. It invokes make. Simply type 
make from the command line and you will see what happens. It's make that 
actually invokes the compiler, as per the makefile. And the makefile is 
generated by automake/autoconf working in unison.

Kuba




More information about the KDevelop-devel mailing list