On 04-Nov-2016 17:04, mathog wrote:
This may be related to my other thread about "bzr update", where it complained about
Turns out this is a separate problem. The two unresolved issues were resolved , then:
cmake .. make clean make
and it blew up exactly as described in the first post in this thread.
[ 57%] Building CXX object src/CMakeFiles/inkscape_base.dir/ui/widget/dock-item.cpp.o [ 57%] Building CXX object src/CMakeFiles/inkscape_base.dir/ui/widget/dock.cpp.o In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:23, from /usr/include/glibmm-2.4/glibmm/class.h:25, from /usr/include/glibmm-2.4/glibmm/objectbase.h:23, from /usr/include/glibmm-2.4/glibmm/object.h:29, from /usr/include/pangomm-1.4/pangomm/context.h:32, from /usr/include/gtkmm-3.0/gtkmm/widget.h:32, from /usr/include/gtkmm-3.0/gtkmm/container.h:29, from /usr/include/gtkmm-3.0/gtkmm/box.h:28, from /usr/local/src/inkscape_trunk/src/ui/widget/dock.h:15, from /usr/local/src/inkscape_trunk/src/ui/widget/dock.cpp:13: /usr/local/src/inkscape_trunk/src/ui/widget/dock.cpp: In constructor ‘Inkscape::UI::Widget::Dock::Dock(Gtk::Orientation)’: /usr/local/src/inkscape_trunk/src/ui/widget/dock.cpp:55:70: error: cannot convert ‘GdlDock* {aka _GdlDock*}’ to ‘GObject* {aka _GObject*}’ for argument ‘1’ to ‘GtkWidget* gdl_dock_bar_new(GObject*)’
_gdl_dock_bar(GDL_DOCK_BAR(gdl_dock_bar_new(GDL_DOCK(_gdl_dock)))),
^ /usr/local/src/inkscape_trunk/src/ui/widget/dock.cpp:64:5: warning: ‘void gdl_dock_bar_set_orientation(GdlDockBar*, GtkOrientation)’ is deprecated (declared at /usr/include/libgdl-3.0/gdl/gdl-dock-bar.h:86): Use gtk_orientable_set_orientation instead [-Wdeprecated-declarations] gdl_dock_bar_set_orientation(_gdl_dock_bar, ^ /usr/local/src/inkscape_trunk/src/ui/widget/dock.cpp:65:74: warning: ‘void gdl_dock_bar_set_orientation(GdlDockBar*, GtkOrientation)’ is deprecated (declared at /usr/include/libgdl-3.0/gdl/gdl-dock-bar.h:86): Use gtk_orientable_set_orientation instead [-Wdeprecated-declarations]
static_cast<GtkOrientation>(orientation));
Is this section of code for revno 15222 really building on other peoples' systems? If so, please post the version number for gcc and libgdl you are using.
Thanks,
David Mathog mathog@...1176... Manager, Sequence Analysis Facility, Biology Division, Caltech