pdf-input.cpp:544: error: '_preview_output_dev' was not declared in this scope

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.

Update: I installed the dependencies that weren't tcl, tk or skencil, and rebuilt. Their presence doesn't change the pdfinput compilation error.
I also included the config info, since it says to do so when reporting SVN build errors:
Thanks.
# emerge =media-libs/libemf-1.0.3 =media-gfx/xv-3.10a-r14 =media-fonts/ttf-bitstream-vera-1.10-r3 =dev-python/imaging-1.1.6 =media-gfx/pstoedit-3.44 =dev-python/reportlab-2.1
No change in compilation error.
Excerpt of config output below:
Emerging (1 of 1) media-gfx/inkscape-0.45.2 to /
When you report a trouble about building SVN version of inkscape, Please report following information about distro and tools version, too.
--1. distribution------------------------------------------------------------ Gentoo Base System release 1.12.10
--2. tools------------------------------------------------------------------- /usr/bin/m4: m4 (GNU M4) 1.4.10 /usr/bin/autoconf: autoconf (GNU Autoconf) 2.61 /usr/bin/autoheader: autoheader (GNU Autoconf) 2.61 /usr/bin/automake: automake (GNU automake) 1.10 /usr/bin/automake-1.7: automake (GNU automake) 1.7.9 /usr/bin/automake-1.8: automake (GNU automake) 1.8.5 /usr/bin/automake-1.9: automake (GNU automake) 1.9.6 /usr/bin/aclocal: aclocal (GNU automake) 1.10 /usr/bin/aclocal-1.7: aclocal (GNU automake) 1.7.9 /usr/bin/aclocal-1.8: aclocal (GNU automake) 1.8.5 /usr/bin/aclocal-1.9: aclocal (GNU automake) 1.9.6 /usr/bin/intltoolize: intltoolize (GNU intltool) 0.35.5 /usr/bin/gettextize: /usr/bin/gettextize (GNU gettext-tools) 0.16.1
--3. environment variables--------------------------------------------------- MANPATH=/man:/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.18/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2/man:/etc/java-config/system-vm/man/ PORTAGE_PYM_PATH=/usr/lib/portage/pym PRELINK_PATH_MASK=/usr/lib/gstreamer-0.10:/usr/lib/klibc PORTAGE_BIN_PATH=/usr/lib/portage/bin PROFILE_PATHS=/usr/portage/profiles/base CXXFLAGS=-O2 -march=i686 -pipe PATH=/usr/lib/ccache/bin:/usr/local/sbin:/sbin:/usr/sbin:/usr/lib/portage/bin:/usr/local/bin:/bin:/usr/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.2.2 CFLAGS=-O2 -march=i686 -pipe PYTHONPATH=/usr/lib/portage/pym CLASSPATH=. ROOTPATH=/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.2.2 INFOPATH=/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.18/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.2.2/info:/usr/share/info/emacs-22 USB_DEVFS_PATH=/dev/bus/usb
=============================================================================
I am testing that you have the required versions of autoconf, automake, glib-gettextize and intltoolize. This test is not foolproof and if anything goes wrong, there may be guidance in the file HACKING.txt
checking for autoconf >= 2.52 ... yes (version 2.61) checking for automake >= 1.7 ... yes (version 1.7.9) checking for glib-gettextize >= 2.0.0 ... yes (version 2.14.2) checking for intltool >= 0.17 ... yes (version 0.35.5)
Running aclocal-1.7 ... Running autoheader ... Running automake-1.7 --copy --force --add-missing ... configure.ac: installing `./install-sh' configure.ac: installing `./missing' configure.ac:10: installing `./config.guess' configure.ac:10: installing `./config.sub' src/Makefile.am: installing `./compile' src/Makefile.am: installing `./depcomp' Running autoconf ... Running glib-gettextize --copy --force ... Copying file mkinstalldirs Copying file po/Makefile.in.in Running intltoolize --copy --force --automake ...
Done! Please run './configure' now. Remember to add `AC_PROG_LIBTOOL' to `configure.ac'. Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL' You should update your `aclocal.m4' by running aclocal.
Source unpacked. Compiling source in /var/tmp/portage/media-gfx/inkscape-0.45.2/work/inkscape-0.45.2 ...
* econf: updating inkscape-0.45.2/config.guess with /usr/share/gnuconfig/config.guess * econf: updating inkscape-0.45.2/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-xft --with-gtkspell --enable-mmx --with-inkjar --with-gnome-vfs --with-gnome-print --enable-lcms --disable-gtk-doc --build=i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for intltool >= 0.22... 0.35.5 found checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/bin/iconv checking for msgfmt... /usr/bin/msgfmt checking for msgmerge... /usr/bin/msgmerge checking for xgettext... /usr/bin/xgettext checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking dependency style of i686-pc-linux-gnu-g++... gcc3 checking for library containing strerror... none required checking whether we are using the GNU C++ compiler... (cached) yes checking whether i686-pc-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of i686-pc-linux-gnu-g++... (cached) gcc3 checking for i686-pc-linux-gnu-gcc option to accept ANSI C... no checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3 checking whether i686-pc-linux-gnu-gcc and cc understand -c and -o together... yes configure: Testing -Wno-pointer-sign configure: compiler supports -Wno-pointer-sign checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking GNU compiler version... 4.2.2 checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... checking for pkg-config... /usr/bin/pkg-config checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/gmsgfmt checking for png_read_info in -lpng... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking gc.h usability... no checking gc.h presence... no checking for gc.h... no checking gc/gc.h usability... yes checking gc/gc.h presence... yes checking for gc/gc.h... yes checking for GC_init in -lgc... yes checking libgc version 6.4+... 7.0.255 yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for mallinfo... yes checking for struct mallinfo.usmblks... yes checking for struct mallinfo.fsmblks... yes checking for struct mallinfo.uordblks... yes checking for struct mallinfo.fordblks... yes checking for struct mallinfo.hblkhd... yes checking for freetype-config... /usr/bin/freetype-config checking for Win32 platform... no checking for Solaris 2.8 platform... no checking for i686-pc-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for XFT... yes checking for PANGOFT2... yes checking for GNOME_VFS... yes checking whether byte ordering is bigendian... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for Perl development environment... skipped checking for Python development environment... skipped checking for LCMS... yes checking for POPPLER... yes checking for POPPLER_GLIB... yes checking for CAIRO_SVG... yes checking for POPPLER_CAIRO... yes checking for CAIRO_FT... yes checking for InitializeMagick in -lMagick++... yes checking Magick++.h usability... yes checking Magick++.h presence... yes checking for Magick++.h... yes checking for Magick++-config... yes checking for INKSCAPE... yes checking boost/concept_check.hpp usability... yes checking boost/concept_check.hpp presence... yes checking for boost/concept_check.hpp... yes checking for CAIRO_PDF... yes checking for GTK_UNIX_PRINT... yes checking popt.h usability... yes checking popt.h presence... yes checking for popt.h... yes checking for bind_textdomain_codeset... (cached) yes checking for gtk_window_set_default_icon_from_file... yes checking for gtk_window_fullscreen... yes checking whether binary relocation support should be enabled... no checking for pow... yes checking for sqrt... yes checking for floor... yes checking for gettimeofday... yes checking for memmove... yes checking for memset... checking for mkdir... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for strtoul... yes checking for fpsetmask... no checking for ecvt... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for libintl.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for strftime... yes checking for working strtod... yes checking whether stat file-mode macros are broken... no checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for mode_t... yes checking return type of signal handlers... void checking for x86 platform... yes checking compiler support for MMX... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/check-header-compile config.status: creating src/algorithms/makefile config.status: creating src/application/makefile config.status: creating src/debug/makefile config.status: creating src/dialogs/makefile config.status: creating src/display/makefile config.status: creating src/dom/makefile config.status: creating src/extension/implementation/makefile config.status: creating src/extension/internal/makefile config.status: creating src/extension/makefile config.status: creating src/extension/script/makefile config.status: creating src/helper/makefile config.status: creating src/inkjar/makefile config.status: creating src/io/makefile config.status: creating src/libcroco/makefile config.status: creating src/libgdl/makefile config.status: creating src/libnr/makefile config.status: creating src/libnrtype/makefile config.status: creating src/libavoid/makefile config.status: creating src/livarot/makefile config.status: creating src/live_effects/makefile config.status: creating src/live_effects/parameter/makefile config.status: creating src/pedro/makefile config.status: creating src/jabber_whiteboard/makefile config.status: creating src/removeoverlap/makefile config.status: creating src/svg/makefile config.status: creating src/trace/makefile config.status: creating src/traits/makefile config.status: creating src/ui/cache/makefile config.status: creating src/ui/dialog/makefile config.status: creating src/ui/makefile config.status: creating src/ui/view/makefile config.status: creating src/ui/widget/makefile config.status: creating src/utest/makefile config.status: creating src/util/makefile config.status: creating src/widgets/makefile config.status: creating src/xml/makefile config.status: creating src/2geom/makefile config.status: creating doc/Makefile config.status: creating po/Makefile.in config.status: creating share/Makefile config.status: creating share/clipart/Makefile config.status: creating share/examples/Makefile config.status: creating share/extensions/Makefile config.status: creating share/extensions/Barcode/Makefile config.status: creating share/extensions/xaml2svg/Makefile config.status: creating share/fonts/Makefile config.status: creating share/gradients/Makefile config.status: creating share/icons/Makefile config.status: creating share/keys/Makefile config.status: creating share/markers/Makefile config.status: creating share/palettes/Makefile config.status: creating share/patterns/Makefile config.status: creating share/screens/Makefile config.status: creating share/templates/Makefile config.status: creating share/tutorials/Makefile config.status: creating share/ui/Makefile config.status: creating packaging/autopackage/default.apspec config.status: creating inkscape.spec config.status: creating Info.plist config.status: creating inkview.1 config.status: creating config.h config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands
Configuration:
Source code location: . Destination path prefix: /usr Compiler: i686-pc-linux-gnu-g++ CPPFLAGS: CXXFLAGS: -Wall -Wformat-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -D_FORTIFY_SOURCE=2 -Wno-unused-parameter -O2 -march=i686 -pipe CFLAGS: -Wall -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wno-pointer-sign -O2 -march=i686 -pipe LDFLAGS:
Use Xft font database: yes Use gnome-vfs: yes Use openoffice files: yes Use MMX optimizations: yes Use relocation support: no Internal Python: skipped Internal Perl: skipped Enable LittleCms: yes Enable Inkboard: no Enable SSL in Inkboard: no ImageMagick Magick++: yes
make all-recursive make[1]: Entering directory `/var/tmp/portage/media-gfx/inkscape-0.45.2/work/inkscape-0.45.2' Making all in src make[2]: Entering directory `/var/tmp/portage/media-gfx/inkscape-0.45.2/work/inkscape-0.45.2/src' Makefile:21725: warning: overriding commands for target `2geom/basic-intersection.o' (...)
And just for completeness, here is emerge --info, which may only be meaningful to other Gentoo users:
# emerge --info Portage 2.1.3.14 (default-linux/x86/2007.0, gcc-4.2.2, glibc-2.6.1-r0, 2.6.23-gentoo i686) ================================================================= System uname: 2.6.23-gentoo i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz Timestamp of tree: Tue, 16 Oct 2007 14:00:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p17-r1 dev-java/java-config: 1.3.7, 2.1.1 dev-lang/python: 2.4.3-r4, 2.5.1-r2 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.10-r5 sys-apps/sandbox: 1.2.18.1 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.23 ACCEPT_KEYWORDS="x86 ~x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--nospinner" FEATURES="ccache distlocks metadata-transfer parallel-fetch sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LINGUAS="en" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/emacs /usr/portage/local/layman/lila-theme /usr/portage/local/layman/pythonhead /usr/portage/local/layman/sunrise /usr/portage/local/layman/xen /usr/portage/local/layman/xeffects /usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl acpi aiglx aim alsa apache2 avahi bash-completion beagle berkdb bitmap-fonts bonobo bzip2 cairo cddb cdr chroot cli cracklib crypt cups dbus djvu dri dv dvd dvdr dvi emacs emf encode exif expat ffmpeg firefox flac flash fortran freetds freetype fuse galago gcj gd gdbm geoip gif gimp glib gmp gnome gnutls gphoto2 gpm gps graphviz gstreamer gtk hal iconv icq idn ieee1394 imagemagick imap imlib2 innodb ipv6 isdnlog jabber jack jpeg jpeg2k lcms ldap libclamav libg++ libnotify logrotate lua madwifi maildir maildrop mailwrapper mbox md5sum mdb midi mikmod mmx mng mono mp3 mp4 mpeg mpeg4 msn mudflap mysql ncurses newspr nls nptl nptlonly nsplugin numeric oav ogg openexr opengl openmp oscar pam pango pch pcmcia pcre pdf pdflib perl plotutils png postgis postgres ppds pppd psyco python qt4 readline reflection ruby samba sasl scanner sdl session speex spell spl sqlite sqlite3 sse ssl svg tcpd tetex theora tiff transcode truetype truetype-fonts type1-fonts udev unicode usb v4l v4l2 vda vhosts virus-scan vorbis webdav wmf wnck x264 x86 xcomposite xine xml xorg xv xvid xvmc yahoo zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" CAMERAS="casio" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nvidia vesa fbdev" Unset: CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

On 10/16/07, Jeff Kowalczyk wrote:
Update: I installed the dependencies that weren't tcl, tk or skencil, and rebuilt. Their presence doesn't change the pdfinput compilation error.
poppler is 0.5.4 or newer in your system and _all_ of its headers (that's optional) are installed, right?
Alexandre

Alexandre Prokoudine wrote:
poppler is 0.5.4 or newer in your system and _all_ of its headers (that's optional) are installed, right?
I think so. Unless these headers are not all of the available ones:
# emerge poppler -pv
[ebuild R ] app-text/poppler-0.6.1 USE="jpeg zlib -cjk" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
# equery files poppler | grep \.h
/usr/include/poppler/Annot.h /usr/include/poppler/Array.h /usr/include/poppler/BaseFile.h /usr/include/poppler/BuiltinFont.h /usr/include/poppler/BuiltinFontTables.h /usr/include/poppler/CMap.h /usr/include/poppler/Catalog.h /usr/include/poppler/CharCodeToUnicode.h /usr/include/poppler/CharTypes.h /usr/include/poppler/CompactFontTables.h /usr/include/poppler/Decrypt.h /usr/include/poppler/Dict.h /usr/include/poppler/Error.h /usr/include/poppler/ErrorCodes.h /usr/include/poppler/FontEncodingTables.h /usr/include/poppler/FontInfo.h /usr/include/poppler/Form.h /usr/include/poppler/Function.h /usr/include/poppler/Gfx.h /usr/include/poppler/GfxFont.h /usr/include/poppler/GfxState.h /usr/include/poppler/GlobalParams.h /usr/include/poppler/JArithmeticDecoder.h /usr/include/poppler/JBIG2Stream.h /usr/include/poppler/JPXStream.h /usr/include/poppler/Lexer.h /usr/include/poppler/Link.h /usr/include/poppler/NameToCharCode.h /usr/include/poppler/NameToUnicodeTable.h /usr/include/poppler/Object.h /usr/include/poppler/Outline.h /usr/include/poppler/OutputDev.h /usr/include/poppler/PDFDoc.h /usr/include/poppler/PDFDocEncoding.h /usr/include/poppler/PSOutputDev.h /usr/include/poppler/PSTokenizer.h /usr/include/poppler/Page.h /usr/include/poppler/PageTransition.h /usr/include/poppler/Parser.h /usr/include/poppler/PreScanOutputDev.h /usr/include/poppler/ProfileData.h /usr/include/poppler/SecurityHandler.h /usr/include/poppler/Sound.h /usr/include/poppler/SplashOutputDev.h /usr/include/poppler/Stream-CCITT.h /usr/include/poppler/Stream.h /usr/include/poppler/TextOutputDev.h /usr/include/poppler/UTF8.h /usr/include/poppler/UnicodeCClassTables.h /usr/include/poppler/UnicodeCompTables.h /usr/include/poppler/UnicodeDecompTables.h /usr/include/poppler/UnicodeMap.h /usr/include/poppler/UnicodeMapTables.h /usr/include/poppler/UnicodeTypeTable.h /usr/include/poppler/XRef.h /usr/include/poppler/XpdfPluginAPI.h /usr/include/poppler/goo/FixedPoint.h /usr/include/poppler/goo/GooHash.h /usr/include/poppler/goo/GooList.h /usr/include/poppler/goo/GooMutex.h /usr/include/poppler/goo/GooString.h /usr/include/poppler/goo/GooTimer.h /usr/include/poppler/goo/GooVector.h /usr/include/poppler/goo/gfile.h /usr/include/poppler/goo/gmem.h /usr/include/poppler/goo/gtypes.h /usr/include/poppler/poppler-config.h /usr/include/poppler/splash/Splash.h /usr/include/poppler/splash/SplashBitmap.h /usr/include/poppler/splash/SplashClip.h /usr/include/poppler/splash/SplashErrorCodes.h /usr/include/poppler/splash/SplashFTFont.h /usr/include/poppler/splash/SplashFTFontEngine.h /usr/include/poppler/splash/SplashFTFontFile.h /usr/include/poppler/splash/SplashFont.h /usr/include/poppler/splash/SplashFontEngine.h /usr/include/poppler/splash/SplashFontFile.h /usr/include/poppler/splash/SplashFontFileID.h /usr/include/poppler/splash/SplashGlyphBitmap.h /usr/include/poppler/splash/SplashMath.h /usr/include/poppler/splash/SplashPath.h /usr/include/poppler/splash/SplashPattern.h /usr/include/poppler/splash/SplashScreen.h /usr/include/poppler/splash/SplashState.h /usr/include/poppler/splash/SplashT1Font.h /usr/include/poppler/splash/SplashT1FontEngine.h /usr/include/poppler/splash/SplashT1FontFile.h /usr/include/poppler/splash/SplashTypes.h /usr/include/poppler/splash/SplashXPath.h /usr/include/poppler/splash/SplashXPathScanner.h

Two suggestions (don't know much, but I run Gentoo on AMD64):
Did you try rebuilding cairo-pango? Did you try not using the ebuild? (It's how I build, works like a charm for me and usually easier, since I don't know how to update ebuilds)
JF
Jeff Kowalczyk wrote:
Alexandre Prokoudine wrote:
poppler is 0.5.4 or newer in your system and _all_ of its headers (that's optional) are installed, right?
I think so. Unless these headers are not all of the available ones:
# emerge poppler -pv
[ebuild R ] app-text/poppler-0.6.1 USE="jpeg zlib -cjk" 0 kB
Total: 1 package (1 reinstall), Size of downloads: 0 kB
# equery files poppler | grep \.h
/usr/include/poppler/Annot.h /usr/include/poppler/Array.h /usr/include/poppler/BaseFile.h /usr/include/poppler/BuiltinFont.h /usr/include/poppler/BuiltinFontTables.h /usr/include/poppler/CMap.h /usr/include/poppler/Catalog.h /usr/include/poppler/CharCodeToUnicode.h /usr/include/poppler/CharTypes.h /usr/include/poppler/CompactFontTables.h /usr/include/poppler/Decrypt.h /usr/include/poppler/Dict.h /usr/include/poppler/Error.h /usr/include/poppler/ErrorCodes.h /usr/include/poppler/FontEncodingTables.h /usr/include/poppler/FontInfo.h /usr/include/poppler/Form.h /usr/include/poppler/Function.h /usr/include/poppler/Gfx.h /usr/include/poppler/GfxFont.h /usr/include/poppler/GfxState.h /usr/include/poppler/GlobalParams.h /usr/include/poppler/JArithmeticDecoder.h /usr/include/poppler/JBIG2Stream.h /usr/include/poppler/JPXStream.h /usr/include/poppler/Lexer.h /usr/include/poppler/Link.h /usr/include/poppler/NameToCharCode.h /usr/include/poppler/NameToUnicodeTable.h /usr/include/poppler/Object.h /usr/include/poppler/Outline.h /usr/include/poppler/OutputDev.h /usr/include/poppler/PDFDoc.h /usr/include/poppler/PDFDocEncoding.h /usr/include/poppler/PSOutputDev.h /usr/include/poppler/PSTokenizer.h /usr/include/poppler/Page.h /usr/include/poppler/PageTransition.h /usr/include/poppler/Parser.h /usr/include/poppler/PreScanOutputDev.h /usr/include/poppler/ProfileData.h /usr/include/poppler/SecurityHandler.h /usr/include/poppler/Sound.h /usr/include/poppler/SplashOutputDev.h /usr/include/poppler/Stream-CCITT.h /usr/include/poppler/Stream.h /usr/include/poppler/TextOutputDev.h /usr/include/poppler/UTF8.h /usr/include/poppler/UnicodeCClassTables.h /usr/include/poppler/UnicodeCompTables.h /usr/include/poppler/UnicodeDecompTables.h /usr/include/poppler/UnicodeMap.h /usr/include/poppler/UnicodeMapTables.h /usr/include/poppler/UnicodeTypeTable.h /usr/include/poppler/XRef.h /usr/include/poppler/XpdfPluginAPI.h /usr/include/poppler/goo/FixedPoint.h /usr/include/poppler/goo/GooHash.h /usr/include/poppler/goo/GooList.h /usr/include/poppler/goo/GooMutex.h /usr/include/poppler/goo/GooString.h /usr/include/poppler/goo/GooTimer.h /usr/include/poppler/goo/GooVector.h /usr/include/poppler/goo/gfile.h /usr/include/poppler/goo/gmem.h /usr/include/poppler/goo/gtypes.h /usr/include/poppler/poppler-config.h /usr/include/poppler/splash/Splash.h /usr/include/poppler/splash/SplashBitmap.h /usr/include/poppler/splash/SplashClip.h /usr/include/poppler/splash/SplashErrorCodes.h /usr/include/poppler/splash/SplashFTFont.h /usr/include/poppler/splash/SplashFTFontEngine.h /usr/include/poppler/splash/SplashFTFontFile.h /usr/include/poppler/splash/SplashFont.h /usr/include/poppler/splash/SplashFontEngine.h /usr/include/poppler/splash/SplashFontFile.h /usr/include/poppler/splash/SplashFontFileID.h /usr/include/poppler/splash/SplashGlyphBitmap.h /usr/include/poppler/splash/SplashMath.h /usr/include/poppler/splash/SplashPath.h /usr/include/poppler/splash/SplashPattern.h /usr/include/poppler/splash/SplashScreen.h /usr/include/poppler/splash/SplashState.h /usr/include/poppler/splash/SplashT1Font.h /usr/include/poppler/splash/SplashT1FontEngine.h /usr/include/poppler/splash/SplashT1FontFile.h /usr/include/poppler/splash/SplashTypes.h /usr/include/poppler/splash/SplashXPath.h /usr/include/poppler/splash/SplashXPathScanner.h
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel

On Tue, 16 Oct 2007 20:40:06 -0500, Joshua Facemyer / Impressus Art wrote:
Two suggestions (don't know much, but I run Gentoo on AMD64):
Did you try rebuilding cairo-pango?
I presume you mean the cairo and the pango packages. I just rebuilt those for this reply, and inkscape via the ebuild - No effect, unfortunately. The build problem started manifesting on my old laptop, and continues on my new one (all new install mid september), so it's appeared on at least two systems.
Did you try not using the ebuild? (It's how I build, works like a charm for me and usually easier, since I don't know how to update ebuilds)
I haven't tried that recently, mostly because I try to never run the 'make install' step on unpackaged software. If it's a program without desktop integration, I'm happy to run it from the build directory. In Inkscape's case, though. I don't have a good way to track what files and file association settings inkscape would copy for its GNOME integration.
Thanks.

Jeff Kowalczyk wrote:
On Tue, 16 Oct 2007 20:40:06 -0500, Joshua Facemyer / Impressus Art wrote:
Two suggestions (don't know much, but I run Gentoo on AMD64):
Did you try rebuilding cairo-pango?
I presume you mean the cairo and the pango packages. I just rebuilt those for this reply, and inkscape via the ebuild - No effect, unfortunately. The build problem started manifesting on my old laptop, and continues on my new one (all new install mid september), so it's appeared on at least two systems.
That's interesting. I've got two amd64 boxes that build just fine, one new install (August) and one just newly rebuilt. Do you have extravagant cflags? Can't think of why else, except the ebuild possibly.
Did you try not using the ebuild? (It's how I build, works like a charm for me and usually easier, since I don't know how to update ebuilds)
I haven't tried that recently, mostly because I try to never run the 'make install' step on unpackaged software. If it's a program without desktop integration, I'm happy to run it from the build directory. In Inkscape's case, though. I don't have a good way to track what files and file association settings inkscape would copy for its GNOME integration.
Hmm...I've not had any trouble. I use both the stable and svn versions (I prefix it to $HOME/.local).
If you're worried about clogging up your home dir, maybe you could make a test user and try it that way. You could then at least see if it builds without the ebuild.
JF

Update on this:
I'm getting the same error now, but I've been able to build several times in the last couple of weeks with no trouble:
-DPOTRACE="potrace" -pthread -I/usr/include/gdkmm-2.4 -I/usr/lib64/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib64/glibmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/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/lib64/gtkmm-2.4/include -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 -g -O2 -MT extension/internal/pdfinput/pdf-input.o -MD -MP -MF "extension/internal/pdfinput/.deps/pdf-input.Tpo" \ -c -o extension/internal/pdfinput/pdf-input.o `test -f 'extension/internal/pdfinput/pdf-input.cpp' || echo './'`extension/internal/pdfinput/pdf-input.cpp; \ then mv -f "extension/internal/pdfinput/.deps/pdf-input.Tpo" "extension/internal/pdfinput/.deps/pdf-input.Po"; \ else rm -f "extension/internal/pdfinput/.deps/pdf-input.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
But it looks like it's at a different point that it breaks...
Any ideas?
JF
Joshua Facemyer / Impressus Art wrote:
Jeff Kowalczyk wrote:
On Tue, 16 Oct 2007 20:40:06 -0500, Joshua Facemyer / Impressus Art wrote:
Two suggestions (don't know much, but I run Gentoo on AMD64):
Did you try rebuilding cairo-pango?
I presume you mean the cairo and the pango packages. I just rebuilt those for this reply, and inkscape via the ebuild - No effect, unfortunately. The build problem started manifesting on my old laptop, and continues on my new one (all new install mid september), so it's appeared on at least two systems.
That's interesting. I've got two amd64 boxes that build just fine, one new install (August) and one just newly rebuilt. Do you have extravagant cflags? Can't think of why else, except the ebuild possibly.
Did you try not using the ebuild? (It's how I build, works like a charm for me and usually easier, since I don't know how to update ebuilds)
I haven't tried that recently, mostly because I try to never run the 'make install' step on unpackaged software. If it's a program without desktop integration, I'm happy to run it from the build directory. In Inkscape's case, though. I don't have a good way to track what files and file association settings inkscape would copy for its GNOME integration.
Hmm...I've not had any trouble. I use both the stable and svn versions (I prefix it to $HOME/.local).
If you're worried about clogging up your home dir, maybe you could make a test user and try it that way. You could then at least see if it builds without the ebuild.
JF

On Oct 18, 2007, at 9:38 PM, Joshua Facemyer / Impressus Art wrote:
Update on this:
I'm getting the same error now, but I've been able to build several times in the last couple of weeks with no trouble:
I just got this
In file included from extension/init.cpp:44: extension/internal/pdfinput/pdf-input.h:40:28: error: CairoOutputDev.h: No such file or directory ... 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
The last time I updated at top level was sometime between Oct 10 and Oct 17.
That at least gives us a bit more to focus on.

On Oct 19, 2007, at 12:10 AM, Jon A. Cruz wrote:
In file included from extension/init.cpp:44: extension/internal/pdfinput/pdf-input.h:40:28: error: CairoOutputDev.h: No such file or directory ... 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
It appears the problem is that I have poppler and poppler-data, along with libpoppler and libpoppler-glib, but no libpoppler-cairo.
It might be that the .h file in question is not one that is supposed to be visible. Whichever the main cause, I've added an option to configure.ac that will allow things to be explicitly avoided.
Just reconfigure and include
--enable-poppler-cairo=no
Then things should work for you.

I had this same problem yesterday with poppler 0.6.1, while rebuilding the entire WIN32 lib bundle from scratch. It looks like "make install" is not copying most of the .h's to the /include dir. Not just the poppler-cairo files, but also a lot of the core files. I manually copied them over to the install dir, and things are working fine now.
I should have the new bundle finished Monday (it's on a computer at work), and uploaded along with a new Mingw cross-compiler. Since (a) people want a couple of updates to the bundle, and (b) I haven't updated the C++ libs for over a year, I thought that it was a good time to do it.
But the big thing with this bundle is moving from setjump/longjump (sjlj) exceptions to Dwarf2 exception handling. Hopefully we will get better debugging on win32, and get the same backtraces that people get on Linux. People using the new bundle will need the Dwarf2 version of gcc/g++ to match it, else the build will not link.
bob
Jon A. Cruz wrote:
On Oct 19, 2007, at 12:10 AM, Jon A. Cruz wrote:
In file included from extension/init.cpp:44: extension/internal/pdfinput/pdf-input.h:40:28: error: CairoOutputDev.h: No such file or directory ... 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
It appears the problem is that I have poppler and poppler-data, along with libpoppler and libpoppler-glib, but no libpoppler-cairo.
It might be that the .h file in question is not one that is supposed to be visible. Whichever the main cause, I've added an option to configure.ac that will allow things to be explicitly avoided.
Just reconfigure and include
--enable-poppler-cairo=no
Then things should work for you.
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (5)
-
Alexandre Prokoudine
-
Bob Jamison
-
Jeff Kowalczyk
-
Jon A. Cruz
-
Joshua Facemyer / Impressus Art