fenv.h not used, some systems don't have fenv.h
Bug #383246 reported by
reed
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Undecided
|
Krzysztof Kosinski |
Bug Description
Using inkscape-21256 and 21470 snapshots
src/display/
#include <fenv.h>
But I don't see any use of floating-point definitions,
FE* macros, or fe*() functions.
I commented that line out and inkscape built fine. (Also some platforms
don't have any fenv.h.)
tags: | added: build |
tags: | added: build-compile-code-design |
tags: |
added: code-design removed: build-compile-code-design |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This problem is still in the 22440 snapshot.