![](https://secure.gravatar.com/avatar/630f0c3783a499f1c858121ca3e2a840.jpg?s=120&d=mm&r=g)
Hi, I merge a branch and compiling have problems with LPEPerpBisector the error said:
CXXLD inkscape libinkscape.a(effect.o): In function `Inkscape::LivePathEffect::Effect::New(Inkscape::LivePathEffect::EffectType, LivePathEffectObject*)': /home/jtx/Development/inkscape/BSpline/src/live_effects/effect.cpp:196: undefined reference to `Inkscape::LivePathEffect::LPEPerpBisector::LPEPerpBisector(LivePathEffectObject*)' collect2: error: ld returned 1 exit status make[3]: *** [inkscape] Error 1
I coment this line to compile.
Hi, Jabier.
![](https://secure.gravatar.com/avatar/63453c8b45c819c09599328f046818cf.jpg?s=120&d=mm&r=g)
On 21-12-2012 14:24, Jabier Arraiza wrote:
Hi, I merge a branch and compiling have problems with LPEPerpBisector the error said:
CXXLD inkscape libinkscape.a(effect.o): In function `Inkscape::LivePathEffect::Effect::New(Inkscape::LivePathEffect::EffectType, LivePathEffectObject*)': /home/jtx/Development/inkscape/BSpline/src/live_effects/effect.cpp:196: undefined reference to `Inkscape::LivePathEffect::LPEPerpBisector::LPEPerpBisector(LivePathEffectObject*)' collect2: error: ld returned 1 exit status make[3]: *** [inkscape] Error 1
I coment this line to compile.
Tried a build clean?
Perhaps you had experimental LPEs enabled for the branch and now it no longer is. Just the recompile of effect.cpp should have fixed that. So try again with the line uncommented.
-Johan
participants (2)
-
Jabier Arraiza
-
Johan Engelen