gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Re: pre-release candidate


From: Brad
Subject: Re: [Gnash-dev] Re: pre-release candidate
Date: Wed, 09 Feb 2011 17:18:15 -0500
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]