fmin/fmax not defined
Bug #383247 reported by
reed
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
src/live_
Some platforms don't have that. So I added to
src/live_
#define fmin(a,b) ((a)<(b)?(a):(b))
#define fmax(a,b) ((a)>(b)?(a):(b))
Also work/inkscape-
is commented out.
tags: | added: build |
tags: | added: build-compile-code-design |
tags: |
added: code-design removed: build-compile-code-design |
To post a comment you must log in.
This problem continues in snapshot 22440.