On 09/02/11 12:36 PM, Rob Savoye wrote:
On 02/08/11 19:11, Brad wrote:
Under OpenBSD 4.9 "current", Firefox fails to build...
Use the packages or even if you must build it yourself for
some reason, ports.
> I'll keep at it, but here's the block of code in curl_adapter.cpp that
> was changed to fix one of the problems that gives you the "error"
> message with YouTube. It might be worth adding a print statement
> or enabling GNASH_CURL_VERBOSE to see this is still the problem. Note
> that this problem is not related to cookies.
// As of libcurl 7.21.x, the DNS resolving appears to be going
// on in the background, so curl_multi_fdset fails to return
// anything useful. So we use the user timeout value to
// give DNS enough time to resolve the lookup.
if (userTimeout&& lastProgress.elapsed()> userTimeout) {
log_error(_("FIXME: Timeout (%u milliseconds) while loading "
"from url %s"), userTimeout, _url);
// TODO: should we set _error here ?
return;
} else {
continue;
}
To get debug output from Gnash, increase the value of
GNASH_PLUGIN_DEBUG in plugin.cpp, then then when running Firefox from a
terminal, you'll get all the debug output. Don't forget to 'tee' it to a
file, cause it'll be huge.
Ok. I'll take a look at this.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev