Moo hoo ha ha ha!
Now that AJ fixed http://bugs.winehq.org/show_bug.cgi?id=19783, the firefox build procedure runs all the way through to the end (at least in release mode; debug builds still fail). Here's a log showing the whole build: http://kegel.com/wine/log.txt
And, if AJ likes my hidden attribute patch, 'cc' will start working on Cygwin, making it easier to just try building random Unix apps on cygwin on wine.
We're getting closer and closer to a world in which we can use random application http://wiki.winehq.org/UnitTestSuites as regression tests for wine.
(It'd be cool if we could get buildbot working *on wine*; see http://bugs.winehq.org/show_bug.cgi?id=13844 Then we could make wine-powered buildbots for a bunch of open source projects without having to fiddle around porting their buildbot configs to invoke wine. - Dan
On Thu, Sep 24, 2009 at 9:46 PM, Dan Kegel dank@kegel.com wrote:
Now that AJ fixed http://bugs.winehq.org/show_bug.cgi?id=19783, the firefox build procedure runs all the way through to the end (at least in release mode; debug builds still fail).
And the resulting firefox works in wine, too! I'm using it to post this message in gmail.
It does hang on exit, and it does seem to output these two lines entirely too often:
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented fixme:advapi:SetNamedSecurityInfoW L"C:\users\dank\Application Data\Mozilla\Firefox\Profiles\v80k2mcj.default\sessionstore.js" 1 536870916 (nil) (nil) 0x17569c (nil)
and it renders < as [unicode char 003C], but other than that it seems fine. Even plays youtube ok. - Dan
Dan Kegel schrieb:
On Thu, Sep 24, 2009 at 9:46 PM, Dan Kegel dank@kegel.com wrote:
Now that AJ fixed http://bugs.winehq.org/show_bug.cgi?id=19783, the firefox build procedure runs all the way through to the end (at least in release mode; debug builds still fail).
And the resulting firefox works in wine, too! I'm using it to post this message in gmail.
It does hang on exit, and it does seem to output these two lines entirely too often:
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented fixme:advapi:SetNamedSecurityInfoW L"C:\users\dank\Application Data\Mozilla\Firefox\Profiles\v80k2mcj.default\sessionstore.js" 1 536870916 (nil) (nil) 0x17569c (nil)
and it renders < as [unicode char 003C], but other than that it seems fine. Even plays youtube ok.
- Dan
Woot! Thats really cool. Of course it would be even more cool if it would be a winelib port, but that seems to be impossible atm. Great Effort!