Guys -- This looks like a unicode problem. Here's the gcc spew when building libgeda/src/s_encoding:
../scripts/notangle_guile --rootname='s_encoding.c : *' ../noweb/s_encoding.nw > ../src/s_encoding.c /usr/bin/indent -kr -i2 ../src/s_encoding.c rm -f ../src/s_encoding.c~ if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT s_encoding.lo -MD -MP -MF ".deps/s_encoding.Tpo" -c -o s_encoding.lo s_encoding.c; \ then mv -f ".deps/s_encoding.Tpo" ".deps/s_encoding.Plo"; else rm -f ".deps/s_encoding.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT s_encoding.lo -MD -MP -MF .deps/s_encoding.Tpo -c s_encoding.c -fPIC -DPIC -o .libs/s_encoding.o s_encoding.c: In function `s_encoding_base64_encode': s_encoding.c:125: error: syntax error at '@' token s_encoding.c:125: error: syntax error at '@' token s_encoding.c:126: error: syntax error at '@' token s_encoding.c:126: error: syntax error at '@' token s_encoding.c:150: error: syntax error at '@' token s_encoding.c:150: error: syntax error at '@' token s_encoding.c:151: error: syntax error at '@' token s_encoding.c:151: error: syntax error at '@' token make[3]: *** [s_encoding.lo] Error 1 make[3]: Leaving directory `/usr/local/src/geda/devel/libgeda/src' make[2]: *** [install] Error 2 make[2]: Leaving directory `/usr/local/src/geda/devel/libgeda/src' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/geda/devel/libgeda' make: *** [libgeda_install] Error 2 Any ideas what's going on? Perhaps notangle is failing to translate all the noweb stuff? This happens on my FC2 box with a fresh version checked out of CVS. Stuart