gio-standalone fails to build 'G_GNUC_PRETTY_FUNCTION'



Hi

I'm trying to build the svn version of gio-standalone (Rev 761) on a
Ubuntu Hardy machine.

I receive following error message:

make[3]: Entering directory
`/home/comic/zzz_unindexed/gio-standalone/trunk/gio'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -DGIO_MODULE_DIR=
\"/usr/local/lib/gio/modules\" -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -DG_LOG_DOMAIN=\"GIO\"
-DG_DISABLE_DEPRECATED -DDBUS_API_SUBJECT_TO_CHANGE    -Wall
	-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes
	-Wnested-externs -Wpointer-arith 	-Wcast-align -Wsign-compare 	-g -O2
-Wno-strict-aliasing -Wno-sign-compare -MT test-streams.o -MD -MP
-MF .deps/test-streams.Tpo -c -o test-streams.o test-streams.c
test-streams.c: In function 'test_memory_input_stream':
test-streams.c:74: error: 'G_GNUC_PRETTY_FUNCTION' undeclared (first use
in this function)
test-streams.c:74: error: (Each undeclared identifier is reported only
once
test-streams.c:74: error: for each function it appears in.)
test-streams.c: In function 'test_memory_output_stream':
test-streams.c:164: error: 'G_GNUC_PRETTY_FUNCTION' undeclared (first
use in this function)
test-streams.c: In function 'test_buffered_input_stream':
test-streams.c:263: error: 'G_GNUC_PRETTY_FUNCTION' undeclared (first
use in this function)
test-streams.c: In function 'test_buffered_output_stream':
test-streams.c:304: error: 'G_GNUC_PRETTY_FUNCTION' undeclared (first
use in this function)
test-streams.c: In function 'get_newline_stream':
test-streams.c:364: error: 'G_GNUC_PRETTY_FUNCTION' undeclared (first
use in this function)
test-streams.c: In function 'verify_lines':
test-streams.c:391: error: 'G_GNUC_PRETTY_FUNCTION' undeclared (first
use in this function)
make[3]: *** [test-streams.o] Error 1
make[3]: Leaving directory
`/home/comic/zzz_unindexed/gio-standalone/trunk/gio'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/comic/zzz_unindexed/gio-standalone/trunk/gio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/comic/zzz_unindexed/gio-standalone/trunk'
make: *** [all] Error 2

What's wrong?

Regards



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]