Hello Rob, Thursday, October 5, 2006, 7:16:18 PM, you wrote: RS> Really, at 100Mhz. It's still encouraging that it works at all! :-)
It worked out of the box. We used GTK on the same CPU for other (very simple!) projects and it was way too slow. It has only 100 MIPS, but hey.. RS> There is an --enable-renderer=agg switch now. Yes, I noticed it. However I can't compile Gnash anymore: [EMAIL PROTECTED]:~/gnash$ make make all-recursive make[1]: Entering directory `/home/indunet/gnash' Making all in libbase make[2]: Entering directory `/home/indunet/gnash/libbase' if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I.. -I../server -I/usr/include/SDL -DQT_THREAD_SUPPORT -D_REENTRANT -I.. -I. -I.. -I../server -I/usr/include/SDL -g -O2 -march=pentium3 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT container.lo -MD -MP -MF ".deps/container.Tpo" -c -o container.lo container.cpp; \ then mv -f ".deps/container.Tpo" ".deps/container.Plo"; else rm -f ".deps/container.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I.. -I../server -I/usr/include/SDL -DQT_THREAD_SUPPORT -D_REENTRANT -I.. -I. -I.. -I../server -I/usr/include/SDL -g -O2 -march=pentium3 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -MT container.lo -MD -MP -MF .deps/container.Tpo -c container.cpp -fPIC -DPIC -o .libs/container.o container.cpp: In static member function `static int tu_string::stricmp(const char*, const char*)': container.cpp:177: error: `_stricmp' undeclared (first use this function) container.cpp:177: error: (Each undeclared identifier is reported only once for each function it appears in.) This does *not* seem related to the BOOST thread, correct? I did automake and configure before calling make. Any suggestions? Udo _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

