
Hello all,
I've had this question about a compilation error with inkscape trunk on inkscape-users for a few weeks now, and I'm moving it here to inkscape-dev to see if I can get it in front of the right eyes. I'm really missing the fun of running inkscape trunk.
I expect this is something specific to my platform (multiple machines running Gentoo ~x86), and not a general problem with the codebase, since I haven't seen other reports of this particular compilation error. There are no relevant Gentoo bugs filed for this issue.
If anyone had suggestions on possible problems with or missing dependencies, please let me know.
The ebuild I'm using to build /trunk is nearly identical to the working inkscape-0.45.1.ebuild. Maybe I'm missing a recently added dependency.
Alternatively, if there's a .configure option that can suppress compilation of this pdfinput extension, I'd be more than happy to use that as a workaround.
Thanks,
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/freetype2 -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/poppler -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -DPOTRACE="potrace" -pthread -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I/usr/include/gtkspell-2.0 -I../cxxtest -Wall -Wformat-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -D_FORTIFY_SOURCE=2 -Wno-unused-parameter -O2 -march=i686 -pipe -MT extension/internal/bitmap/imagemagick.o -MD -MP -MF "extension/internal/bitmap/.deps/imagemagick.Tpo" \ -c -o extension/internal/bitmap/imagemagick.o `test -f 'extension/internal/bitmap/imagemagick.cpp' || echo './'`extension/internal/bitmap/imagemagick.cpp; \ then mv -f "extension/internal/bitmap/.deps/imagemagick.Tpo" "extension/internal/bitmap/.deps/imagemagick.Po"; \ else rm -f "extension/internal/bitmap/.deps/imagemagick.Tpo"; exit 1; \ fi In file included from extension/internal/pdfinput/pdf-input.cpp:26: extension/internal/pdfinput/pdf-input.h:40:28: error: CairoOutputDev.h: No such file or directory In file included from extension/internal/pdfinput/pdf-input.cpp:26: extension/internal/pdfinput/pdf-input.h:107: error: ISO C++ forbids declaration of 'CairoOutputDev' with no type extension/internal/pdfinput/pdf-input.h:107: error: expected ';' before '*' token extension/internal/pdfinput/pdf-input.cpp: In constructor 'Inkscape::Extension::Internal::PdfImportDialog::PdfImportDialog(PDFDoc*)': extension/internal/pdfinput/pdf-input.cpp:279: error: '_preview_output_dev' was not declared in this scope extension/internal/pdfinput/pdf-input.cpp:279: error: expected type-specifier before 'CairoOutputDev' extension/internal/pdfinput/pdf-input.cpp:279: error: expected `;' before 'CairoOutputDev' extension/internal/pdfinput/pdf-input.cpp: In destructor 'virtual Inkscape::Extension::Internal::PdfImportDialog::~PdfImportDialog()': extension/internal/pdfinput/pdf-input.cpp:301: error: '_preview_output_dev' was not declared in this scope extension/internal/pdfinput/pdf-input.cpp:302: error: type '<type error>' argument given to 'delete', expected pointer extension/internal/pdfinput/pdf-input.cpp: In member function 'void Inkscape::Extension::Internal::PdfImportDialog::_setPreviewPage(int)': extension/internal/pdfinput/pdf-input.cpp:544: error: '_preview_output_dev' was not declared in this scope make[2]: *** [extension/internal/pdfinput/pdf-input.o] Error 1 make[2]: *** Waiting for unfinished jobs.... extension/internal/bitmap/imagemagick.cpp: In member function 'virtual void Inkscape::Extension::Internal::Bitmap::ImageMagick::effect(Inkscape::Extension::Effect*, Inkscape::UI::View::View*)': extension/internal/bitmap/imagemagick.cpp:107: warning: deprecated conversion from string constant to 'char*' ./util/glib-list-iterators.h: In member function 'T* const& Inkscape::Util::GSListConstIterator<T*>::operator*() const [with T = SPItem]': extension/internal/bitmap/imagemagick.cpp:188: instantiated from here ./util/glib-list-iterators.h:47: warning: dereferencing type-punned pointer will break strict-aliasing rules make[2]: Leaving directory `/var/tmp/portage/media-gfx/inkscape-0.45.2/work/inkscape-0.45.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/media-gfx/inkscape-0.45.2/work/inkscape-0.45.2' make: *** [all] Error 2
-----
# cat /usr/local/portage/media-gfx/inkscape/inkscape-0.45.2.ebuild # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.45.1.ebuild,v 1.7 2007/04/09 19:47:47 cryos Exp $
inherit gnome2
DESCRIPTION="A SVG based generic vector-drawing program" HOMEPAGE="http://www.inkscape.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SLOT="0" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="amd64 hppa ppc ppc64 sparc x86" IUSE="dia gnome mmx inkjar lcms doc postscript spell wmf" RESTRICT="test"
COMMON_DEPEND=">=x11-libs/gtk+-2.10.7 dev-cpp/glibmm >=dev-cpp/gtkmm-2.4 >=dev-libs/boehm-gc-6.4 >=dev-libs/glib-2.6.5 >=dev-libs/libsigc++-2.0.12 dev-libs/popt media-libs/fontconfig >=media-libs/freetype-2 media-libs/libpng >=x11-libs/pango-1.4.0 >=dev-libs/libxml2-2.6.20 dev-perl/XML-Parser dev-perl/XML-XQL dev-python/pyxml dev-libs/boost virtual/xft gnome? ( >=gnome-base/gnome-vfs-2.0 gnome-base/libgnomeprint gnome-base/libgnomeprintui ) lcms? ( >=media-libs/lcms-1.14 ) spell? ( app-text/gtkspell )"
# These only use executables provided by these packages # See share/extensions for more details. inkscape can tell you to # install these so we could of course just not depend on those and rely # on that. RDEPEND=" ${COMMON_DEPEND} dia? ( app-office/dia ) postscript? ( >=media-gfx/pstoedit-3.44 media-gfx/skencil ) wmf? ( media-libs/libwmf )"
DEPEND="${COMMON_DEPEND} sys-devel/gettext dev-util/pkgconfig x11-libs/libX11 >=dev-util/intltool-0.29"
src_unpack() { unpack ${A}
cd ${S}
./autogen.sh autoconf || die libtoolize --copy --force || die }
pkg_setup() { G2CONF="${G2CONF} --with-xft" G2CONF="${G2CONF} $(use_with spell gtkspell)" #G2CONF="${G2CONF} $(use_with jabber inkboard)" G2CONF="${G2CONF} $(use_enable mmx)" G2CONF="${G2CONF} $(use_with inkjar)" G2CONF="${G2CONF} $(use_with gnome gnome-vfs)" G2CONF="${G2CONF} $(use_with gnome gnome-print)" G2CONF="${G2CONF} $(use_enable lcms)" }
DOCS="AUTHORS COPYING ChangeLog NEWS README"
-----
# emerge inkscape -pv [ebuild U ] media-gfx/inkscape-0.45.2 [0.45.1] USE="dia gnome inkjar lcms mmx spell wmf -debug -doc -postscript"
I don't turn on postscript because I don't want tcl (via skencil), but there are other dependencies pulled in that could be necessary to avoid the compilation error in pdfinput:
# USE="postscript" emerge inkscape -pv [ebuild N ] media-libs/libemf-1.0.3 746 kB [ebuild N ] media-gfx/xv-3.10a-r14 USE="jpeg png tiff" 3,539 kB [ebuild N ] dev-lang/tcl-8.4.15 USE="-debug -threads" 3,550 kB [ebuild N ] media-fonts/ttf-bitstream-vera-1.10-r3 USE="X" 259 kB [ebuild N ] dev-python/imaging-1.1.6 USE="X scanner -doc -examples -tk" 426 kB [ebuild N ] media-gfx/pstoedit-3.44 USE="emf imagemagick plotutils" 818 kB [ebuild N ] dev-lang/tk-8.4.15-r1 USE="-debug -threads" 3,263 kB [ebuild N ] dev-python/reportlab-2.1 USE="-doc -examples" 3,227 kB [ebuild N ] media-gfx/skencil-0.6.18_pre20070421 USE="nls" 1,363 kB [ebuild U ] media-gfx/inkscape-0.45.2 [0.45.1] USE="dia gnome inkjar lcms mmx postscript* spell wmf -debug -doc" 0 kB
This is with a pseudonym tarball inkscape-0.45.2,tar.gz created from trunk r16262. The behavior has been the same since late september.
Thanks again.