Bugger!
Actually there's another problem now. is it with intltool ?
make[2]: Leaving directory `/home/afitzsim/Build/inkscape/po' make[2]: Entering directory `/home/afitzsim/Build/inkscape' set -e; \ d=`sed -n 's,/,-,g;s,.*$[D]ate: (..........).*,\1,p' inkscape.pod`; \ pod2man inkscape.pod \ | sed 's/^.TH .*/.TH INKSCAPE 1 "'"$d"'" "Inkscape-0.46+devel" "Inkscape"/' \ | perl -pe 'if (/^[% .*INCLUDE.*AUTHORS.* %]/) { open(FOO, "./AUTHORS");$_ = join(",\n", map { chomp; $_ } <FOO>) . "\n"; }' \ | perl ./fix-roff-punct \ | perl -CI ./utf8-to-roff \ > tmp.$$ \ && mv -f tmp.$$ inkscape.1 LC_ALL=C ./intltool-merge -d -u -c ./po/.intltool-merge-cache ./po inkscape.desktop.in inkscape.desktop Generating and caching the translation database Merging translations into inkscape.desktop. make[2]: Leaving directory `/home/afitzsim/Build/inkscape' make[1]: Leaving directory `/home/afitzsim/Build/inkscape'
On Thu, Aug 7, 2008 at 2:00 PM, Josh Andler <scislac@...400...> wrote:
Are you using GTK 2.13?
If so, in src/widgets/sp-xmlview-attr-list.h
Toward the top of the file in the includes change
#include <gtk/gtkclist.h> to #include <gtk/gtk.h>
This will get you compiling again.
-Josh
Andy Fitzsimon wrote:
hey guys I've just come into this. what's up with GTK ?
widgets/sp-widget.cpp: In function 'GtkType sp_widget_get_type()': widgets/sp-widget.cpp:58: warning: deprecated conversion from string constant to 'gchar*' depbase=`echo widgets/sp-xmlview-attr-list.o | sed 's|[^/]*$|.deps/&|;s|.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/freetype2 -pthread -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -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/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/freetype2 -I/usr/include/libxml2 -I/usr/include/libpng12 -I../cxxtest -Werror=format-security -Wall -Wformat -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter -g -O2 -MT widgets/sp-xmlview-attr-list.o -MD -MP -MF $depbase.Tpo -c -o widgets/sp-xmlview-attr-list.o widgets/sp-xmlview-attr-list.cpp &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/gtk-2.0/gtk/gtk.h:222, from /usr/include/gtk-2.0/gtk/gtksignal.h:33, from /usr/include/gtk-2.0/gtk/gtkclist.h:35, from widgets/sp-xmlview-attr-list.h:17, from widgets/sp-xmlview-attr-list.cpp:22: /usr/include/gtk-2.0/gtk/gtkctree.h:110: error: 'GtkCList' does not name a type /usr/include/gtk-2.0/gtk/gtkctree.h:127: error: 'GtkCListClass' does not name a type /usr/include/gtk-2.0/gtk/gtkctree.h:149: error: 'GtkCListRow' does not name a type /usr/include/gtk-2.0/gtk/gtkctree.h:342: error: 'GtkCellType' does not name a type make[2]: *** [widgets/sp-xmlview-attr-list.o] Error 1 make[2]: Leaving directory `/home/afitzsim/Build/inkscape/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/afitzsim/Build/inkscape' make: *** [all] Error 2
whats happening with
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel