
On Sat, Feb 18, 2012 at 6:43 AM, Nicolas Dufour <nicoduf@...48...> wrote:
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.
I was referring to the existing 0.48.3 tarball as being unable to compile on win32 (there were a couple commits after it was cut that since fixed this).
> 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.
Awesome, any chance you'd be willing to commit?
Cheers, Josh