Package: g-wrap Severity: normal When building 'g-wrap' on amd64 with gcc-4.0, I get the following error:
if /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g -Wall -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-standard.lo -MD -MP -MF ".deps/gw-test-standard.Tpo" -c -o gw-test-standard.lo gw-test-standard.c; \ then mv -f ".deps/gw-test-standard.Tpo" ".deps/gw-test-standard.Plo"; else rm -f ".deps/gw-test-standard.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g -Wall -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-standard.lo -MD -MP -MF .deps/gw-test-standard.Tpo -c gw-test-standard.c -fPIC -DPIC -o .libs/gw-test-standard.o cc1: warnings being treated as errors gw-test-standard.c: In function 'gw__tmp198_gw_test_out_args_wrapper': gw-test-standard.c:97: warning: 'gw__scm_out_arg0' may be used uninitialized in this function gw-test-standard.c:98: warning: 'gw__scm_out_arg1' may be used uninitialized in this function make[4]: *** [gw-test-standard.lo] Error 1 make[4]: Leaving directory `/g-wrap-1.9.3/guile/test' I could not find a fix for this yet. Regards Andreas Jochens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

