
On Fri, Aug 06, 2004 at 11:47:00PM -0400, MenTaLguY wrote:
On Fri, 2004-08-06 at 20:00, Peter Moulder wrote:
Build-Depends: [...], libart-2.0-dev (>= 2.3.10), [...]
Hmm, that list looks a bit out of date. We don't still have a libart dependency in there someplace, do we?
Apparently not. At least, dpkg --purge libart-2.0-dev followed by make clean and make all check succeeds. Also, ldd on the built inkscape binary doesn't list libart.
Makefile.mingw* still copies libart.dll as well as -I, -l flags. *edit* Until now that is.
Similarly, src/**/makefile.msc uses LIBART_CFLAGS, LIBART_LIBS. *edit* Until now.
extension/internal/gnome.cpp contains a function ArtBpath *nr_artpath_to_art_bpath(NArtBpath *s). That file is compiled only if USE_GNOME_PRINT is true.
Was I premature in these edits?
inkscape wouldn't compile with --enable-gnome-print last time I tried (many months ago). mental says he thinks gnome-print doesn't compile for windows anyway.
Let me know if I should reverse any of these changes.
pjrm.