Hi list, I've pass the configuration on win32 with mingw. However, when building it, it get an error like below: $ make make all-recursive make[1]: Entering directory `/e/code/flash/gnash/gnash-0.8.0' Making all in libbase make[2]: Entering directory `/e/code/flash/gnash/gnash-0.8.0/libbase' /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -I.. -I. -I.. -I../libamf -I../server -I../server/swf -mthreads /mingw/include -I/mingw/include/libxml2 -I/usr/local/include -I/mingw/include -I../libltdl -g -O2 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -c -o libgnashbase_la-config.lo `test -f 'config.cpp' || echo './'`config.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -DPLUGINSDIR=\"/usr/local/lib/gnash/plugins\" -I.. -I. -I.. -I../libamf -I../server -I../server/swf -mthreads /mingw/include -I/mingw/include/libxml2 -I/usr/local/include -I/mingw/include -I../libltdl -g -O2 -W -Wall -Wcast-align -Wcast-qual -Wpointer-arith -Wreturn-type -c config.cpp -DDLL_EXPORT -DPIC -o .libs/libgnashbase_la-config.o cc1plus.exe: f:/MinGW/include: No such file or directory cc1plus.exe: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.mingw.org/bugs.shtml> for instructions. g++.exe: f:/MinGW/include: linker input file unused because linking not done make[2]: *** [libgnashbase_la-config.lo] Error 1 make[2]: Leaving directory `/e/code/flash/gnash/gnash-0.8.0/libbase' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/e/code/flash/gnash/gnash-0.8.0' make: *** [all] Error 2
how to fix it ? Thx, Jeremy _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

