compilation with Clang 3.4 fails due to improper definition of bisector_end_set in live_effects/lpe-perp_bisector.h
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
New
|
Undecided
|
Unassigned |
Bug Description
Error:
In file included from live_effects/
./live_
friend void PB::bisector_
./live_
void bisector_
^
1 error generated.
Solution:
Set default value on first declaration.
Thus, line 30 should be
void bisector_
and line 49 should be
friend void PB::bisector_
See bazaar. launchpad. net/~inkscape. dev/inkscape/ RELEASE_ 0_48_BRANCH/ revision/ 10019#src/ live_effects/ lpe-perp_ bisector. h>
<http://
Since lp:inkscape/0.48.x r10019 was part of the changes to fix bug #1293169, proposing to mark this as duplicate.
[ Please always provide information about the affected inkscape version, thx. AFAICT this change is not needed in trunk ]