18 Feb
2012
18 Feb
'12
2:43 p.m.
De : Jon Cruz <jon@...18...>
On Feb 17, 2012, at 4:26 PM, Josh Andler wrote:
It also suffers from not being able to build on win32.
Trunk and 0.48.x branch now build correctly with devlibs r29.
We could use this: PKG_CHECK_MODULES(NEW_GLIBMM, glibmm-2.4 >= 2.28, new_glibmm=yes, new_glibmm=no) if test "x$new_glibmm" = "xyes"; then CPPFLAGS="-DG_DISABLE_SINGLE_INCLUDES $CPPFLAGS" fi
Tested successfully on Debian Squeeze+backports, Inkscape 0.48.x branch revision 9884.
The trunk still has a compilation error: ui/dialog/text-edit.cpp: In member function 'SPCSSAttr* Inkscape::UI::Dialog::TextEdit::getTextStyle()': ui/dialog/text-edit.cpp:502: error: 'combo' was not declared in this scope
Regards, -- Nicolas