Opened 15 years ago
Last modified 15 years ago
#869 closed defect
Compile libs with -fexception — at Initial Version
Reported by: | rblazek | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.5.0 |
Component: | Compiling | Version: | unspecified |
Keywords: | Cc: | rblazek | |
CPU: | All | Platform: | Unspecified |
Description
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?
The 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.
QGIS ticket http://trac.osgeo.org/qgis/ticket/1878
Note:
See TracTickets
for help on using tickets.