potracelib.cpp breaking svn since r20512(?)

Hi Folks, I'm trying to build inkscape on debian(sid) from the svn trunk - it fails with the error detailed below[1]:
The last time that potracelib.cpp was touched was r20512: Revision: 20512 http://inkscape.svn.sourceforge.net/inkscape/?rev=20512&view=rev Author: tweenk Date: 2009-01-13 02:27:04 +0000 (Tue, 13 Jan 2009)
Log Message: ----------- Improved version reporting. Add SVN revision and custom status to version string on Linux. ... inkscape/trunk/src/trace/potrace/potracelib.cpp ...
That was over 2 days ago now, so I'm assuming others will be having the same issue - Am I missing something obvious wrong with my build process or is it broken?
Regards, Bernie (cleary)
[1]: 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 -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 -fopenmp -MT trace/potrace/greymap.o -MD -MP -MF $depbase.Tpo -c -o trace/potrace/greymap.o trace/potrace/greymap.cpp &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo trace/potrace/potracelib.o | sed 's|[^/]*$|.deps/&|;s|.o$||'`;\ g++ -DHAVE_CONFIG_H -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 -DRELAYTOOL_CRYPTO='static const int libcrypto_is_present = 1; static int __attribute__((unused)) libcrypto_symbol_is_present(char *m) { return 1; }' -DRELAYTOOL_SSL='static const int libssl_is_present = 1; static int __attribute__((unused)) libssl_symbol_is_present(char *m) { return 1; }' -DHAVE_SSL -I/usr/include/libwpg-0.1 -I/usr/include/libwpd-0.8 -I/usr/include/poppler -D_REENTRANT -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/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -DPOTRACE="potrace" -D_REENTRANT -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/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1 -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 -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 -fopenmp -MT trace/potrace/potracelib.o -MD -MP -MF $depbase.Tpo -c -o trace/potrace/potracelib.o trace/potrace/potracelib.cpp &&\ mv -f $depbase.Tpo $depbase.Po trace/potrace/potracelib.cpp: In function 'char* potrace_version()': trace/potrace/potracelib.cpp:114: error: 'g_strdup_printf' was not declared in this scope make[2]: *** [trace/potrace/potracelib.o] Error 1 make[2]: Leaving directory `/media/store/tmp/inkscape-0.46+svn20090115-cle.2/src'

On 1/15/09, Bernard Gray <bernard.gray@...400...> wrote:
trace/potrace/potracelib.cpp: In function 'char* potrace_version()': trace/potrace/potracelib.cpp:114: error: 'g_strdup_printf' was not declared in this scope
I just fixed this in SVN

On Thu, Jan 15, 2009 at 4:23 PM, bulia byak <buliabyak@...400...> wrote:
On 1/15/09, Bernard Gray <bernard.gray@...400...> wrote:
trace/potrace/potracelib.cpp: In function 'char* potrace_version()': trace/potrace/potracelib.cpp:114: error: 'g_strdup_printf' was not declared in this scope
I just fixed this in SVN
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
Hi bulia, Thanks for the quick response (and fix of course!) :)
Regards, Bernie
participants (2)
-
Bernard Gray
-
bulia byak