Comment 40 for bug 992124

Revision history for this message
su_v (suv-lp) wrote :

Alex Valavanis wrote:
> I've cleaned up the remaining forward declaration tag issues
> in lp:inkscape r12208.

r12206 breaks compiling GTK3 builds, tested on OS X 10.7 with
- GTK+/X11 3.4.4 (gtkmm 3.4.0, poppler 0.18.4)
- GTK+/Quartz 3.6.2 (gtkmm 3.6.0, poppler 0.22.1)
using Apple's llvm-gcc-4.2 and Apple's clang 3.1 (Xcode 4.3.2)

Error messages from 'src/extension/internal/pdfinput/pdf-input.cpp':
 error: invalid use of incomplete type ‘struct Gtk::CheckButton’
 error: no matching function for call to ‘Gtk::HBox::pack_start(Gtk::CheckButton&, Gtk::PackOptions, int)’

Attached logfile is from build on OS X 10.7 using
llvm-gcc-4.2, GTK+/Quartz 3.6.2, gtkmm 3.6.0, poppler 0.22.1