Hi all,
There appears to be just a single make check error (at least, on my box):
g++ -Wall -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-pa svg/libspsvg.a(css-ostringstream.o): In function `CSSOStringStream': /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/bits/ios_base.h:629: undefined reference to `prefs_' /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/bits/ios_base.h:629: undefined reference to `prefs_' svg/libspsvg.a(stringstream.o): In function `SVGOStringStream': /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/bits/ios_base.h:629: undefined reference to `prefs_' /usr/lib/gcc/i686-pc-linux-gnu/3.4.6/include/g++-v3/bits/ios_base.h:629: undefined reference to `prefs_' svg/libspsvg.a(svg-color.o): In function `sp_svg_write_color(char*, unsigned int, unsigned int)': svg/svg-color.cpp:429: undefined reference to `prefs_get_int_attribute(char const*, char const*, long l' collect2: ld returned 1 exit status make[2]: *** [svg/test-svg] Error 1
I've doublechecked the header file that defines prefs_get_int_attribute, and it has to gchar* args and a long long. I experimented with casting the args for this call of that routine, but always got the same error. Anyone else got a better idea?
Bryce
participants (1)
-
Bryce Harrington