On Sat, Feb 10, 2007 at 06:38:36PM +0100, Udo Giacomozzi wrote: > Hello Markus, > > Friday, February 9, 2007, 11:30:37 PM, you wrote: > MG> This is due to the boost-configure... > MG> Been there, done that. > > You mean, that should be solved now? Nope.. same problem with current > CVS... > > configure says: > > BOOST flags are: -I/usr/include > BOOST libs are: -lboost_thread > > but that should probably be like this: > > BOOST flags are: -I/usr/include -pthread > BOOST libs are: -lboost_thread > > > Manually editing the resulting Makefiles let's me compile the thing,
Does pkg-config return correct CFLAGS for BOOST ? > but since 1 or 2 hours (cvs) I get this error too: > > g++ -DHAVE_CONFIG_H -I. -I. -I.. > -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -I.. -I. -I.. -I../server > -I/usr/include/libxml2 -I/usr/include -pthread -I../libltdl -g -O2 > -march=athlon-xp -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith > -Wreturn-type -MT libgnashbase_la-tu_file.lo -MD -MP -MF > .deps/libgnashbase_la-tu_file.Tpo -c tu_file.cpp -fPIC -DPIC -o > .libs/libgnashbase_la-tu_file.o > tu_file.cpp: In function `int mem_read_func(void*, int, void*)': > tu_file.cpp:176: error: use of `filebuf' is ambiguous This should be fixed in CVS. --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

