Should be fixed in lp:inkscape r11510.
On 21 June 2012 09:41, Jon Cruz <jon@...18...> wrote:
On Jun 20, 2012, at 8:40 AM, LucaDC wrote:
I'm having this error when compiling under Windows XP:
Make error line 289: problem compiling: src/live_effects/lpe-skeleton.cpp: In constructor 'Inkscape::LivePathEffect::LPESkeleton::LPESkeleton(LivePathEffectObject*)': src/live_effects/lpe-skeleton.cpp:35:31: error: '_' was not declared in this scope
It came out in rev.11502 (rev.11501 compiles correctly, rev.11502 doesn't).
That comes from the .cpp file not including <glibmm/i18n.h>
Try just adding that to files that have the '_' symbol problem.
In general we want to get accidental side-effects out of our headers and trim them down. Aside from other things, it improves compilation times and makes our usage a little more explicit.
Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel