Bug report #18696
libdxfrw doesn’t honor the "DEBUG" flag
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Jürgen Fischer | ||
Category: | DWG/DXF import | ||
Affected QGIS version: | 3.1(master) | Regression?: | No |
Operating System: | MacOS | Easy fix?: | Yes |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26584 |
Description
Libdxfrw uses DEBUG as a symbolic name for an enum, which causes a conflict when doing a DEBUG type build of Qgis.
That DEBUG value should be replaced by anything else, e.g. DBG or DEBUG1, w/e
Related issues
History
#1 Updated by Jürgen Fischer over 6 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
#2 Updated by Jürgen Fischer over 6 years ago
- Duplicated by Bug report #18698: qgsgml.cpp and gdal 2.4.4 incompatibility? (DEBUG build) added