Changes between Initial Version and Version 5 of Ticket #869


Ignore:
Timestamp:
Jan 13, 2010, 3:07:06 PM (14 years ago)
Author:
neteler
Comment:

Replying to rblazek:

I know, I want probably too much. Would it be possible to compile GRASS libraries (at least core libs gis, vect, ...) with -fexception by default?

I have recompiled with -fexceptions (note the s)

# using something like this:
CFLAGS="-fexceptions" ./configure ...

and did not encounter any problems in GRASS 6.4.

Radim, where do you want to see -fexceptions be used?

Markus

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #869

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #869 – Description

    initial v5  
    1 I know, I want probably too much. Would it be possible to compile GRASS libraries (at least core libs gis, vect, ...) with -fexception by default?
     1I know, I want probably too much. Would it be possible to compile GRASS libraries (at least core libs gis, vect, ...) with -fexception by default?
     2
     3
    24
    35The problem is, that for example QGIS, sets error routine which throws an exception, everything works (even on Windows) but only if GRASS libs are compiled with -fexception. If -fexception flag is not used, the exception is thrown, but cannot be caught in QGIS and program is terminated.