Changes between Initial Version and Version 5 of Ticket #869
- Timestamp:
- 01/13/10 15:07:06 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #869
- Property Resolution → worksforme
- Property Status new → closed
-
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? 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? 2 3 2 4 3 5 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.