tags 425888 + patch thanks A quick search indicate that the symbol in question belong to the ming package (libming0 and libming-dev), and there is no header file for it. Looking in the ming source, I find the symbol in the movie.h file:
void SWFMovie_writeExports(SWFMovie movie); Perhaps the movie.h file should be included in libming-dev? Until that happen, I believe the gnash source need to define the prototype on its own. I believe this patch will solve the problem. I picked the ming_utils.h file because it was included in all three test suite files using the SWFMovie_writeExports symbol. Does it solve your problem? --- ./testsuite/misc-ming.all/ming_utils.h.orig 2007-05-25 09:38:04.000000000 +0200 +++ ./testsuite/misc-ming.all/ming_utils.h 2007-05-25 09:37:41.000000000 +0200 @@ -27,6 +27,12 @@ #endif /* + * Add symbol from ming src/movie.h as that header file is missing + * from the ming -dev package. + */ +void SWFMovie_writeExports(SWFMovie movie); + +/* * This is to avoid the annoying warnings * coming from Ming when using the deprecated * compileSWFActionCode interface. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]