Re: Wine Status Page

2008-04-17 Thread Zachary Goldberg
On Thu, Apr 17, 2008 at 7:07 PM, Joel Holdsworth <[EMAIL PROTECTED]> wrote: > Hi All, > > Are there any plans to update the percentages on the Wine status page > any time soon? I'm curious to know how much progress has been made in > the past 10 months. > > Regards > Joel Holdsworth > > > > >

new Valgrind errors in oleaut32

2008-04-17 Thread Dan Kegel
James just barely touched the oleaut32 tests, and as a side effect, we now have several more warnings of the sort + Conditional jump or move depends on uninitialised value(s) +at VARIANT_DI_tostringW (vartype.c:4852) +by VarBstrFromCy (vartype.c:6519) +by VariantChangeTypeEx (varian

Re: Towards pure wine: a step by step approach

2008-04-17 Thread Dan Kegel
On Thu, Apr 17, 2008 at 5:03 PM, Scott Ritchie <[EMAIL PROTECTED]> wrote: > > Such an attempt should probably > > start at the bottom, cleaning up modules in the order > > wineserver, ntdll, kernel32, gdi32, user32, ... > > Is this also the order of the most mature modules? It seems to make

Re: Towards pure wine: a step by step approach

2008-04-17 Thread Scott Ritchie
Dan Kegel wrote: > Errors reported by valgrind, coverity, and our conformance test suite > are all worth fixing... but fixing them *all* is like shovelling out > the dung from an infinitely large barn. Various people have tried > fixing one kind of error or the other, but maybe a combined attack,

Re: installing wine into linux ubuntu

2008-04-17 Thread Hin-Tak Leung
--- On Thu, 17/4/08, stephen cooper <[EMAIL PROTECTED]> wrote: > /usr/bin/ld: crt1.o: No such file: No such file or directory > collect2: ld returned 1 exit Your specific problem is that you are missing crt1.o - that's part of the glibc-dev package, I think. Install that the usual way under ubun

Wine Status Page

2008-04-17 Thread Joel Holdsworth
Hi All, Are there any plans to update the percentages on the Wine status page any time soon? I'm curious to know how much progress has been made in the past 10 months. Regards Joel Holdsworth

Re: wininet: correct the case where Content-Length is set as well as Transer-Encoding = chunked

2008-04-17 Thread Hans Leidekker
On Thursday 17 April 2008 21:28:57 Aric Stewart wrote: > This patch is for the receiving direction, unless I misread the code. Well, we're in a loop here, possibly sending and receiving multiple times because of redirects. > The issue is that after a sent request the response is coming back with

Re: msxml3: Implement transformNode (try 3)

2008-04-17 Thread Lei Zhang
On Thu, Apr 17, 2008 at 9:56 AM, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Hello Alistair, > > 2008/4/16, Alistair Leslie-Hughes <[EMAIL PROTECTED]>: > > > "Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > > > Hi, > > > Corrected issue with tests

Re: wininet: correct the case where Content-Length is set as well as Transer-Encoding = chunked

2008-04-17 Thread Aric Stewart
This patch is for the receiving direction, unless I misread the code. The issue is that after a sent request the response is coming back with both Transfer-Encoding=chunked and a Content-Length. -aric Hans Leidekker wrote: > On Thursday 17 April 2008 20:05:41 Aric Stewart wrote: > >> +

Re: wininet: correct the case where Content-Length is set as well as Transer-Encoding = chunked

2008-04-17 Thread Hans Leidekker
On Thursday 17 April 2008 20:05:41 Aric Stewart wrote: > +/* Correct the case where both a Content-Length and > Transfer-encoding = chuncked are set */ > + > +dwBufferSize = sizeof(encoding); > +if (HTTP_HttpQueryInfoW(lpwhr, HTTP_QUERY_TRANSFER_ENCODING, > en

Re: shell32: Allow ShellExecute to accept file extensions for lpClass.

2008-04-17 Thread Alexandre Julliard
Michael Moss <[EMAIL PROTECTED]> writes: > [originally a Picasa patch by Aric Stewart] In general if these patches have not been merged there was a good reason. The first step would be to write test cases for them. -- Alexandre Julliard [EMAIL PROTECTED]

Re: installing wine into linux ubuntu

2008-04-17 Thread Susan Cragin
Another way to do it, is run the following commands in a terminal before beginning: sudo apt-get build-dep wine wine-dev sudo apt-get install msttcorefonts fontforge You need a lot of things, ideally. This gets you all of them. Some places say you can get by with bison and flex and the C compi

Re: Trouble in compiling Wine 0.9.57 and 0.9.58 on Solaris 10 08/07

2008-04-17 Thread Alexandre Julliard
Petr Sumbera <[EMAIL PROTECTED]> writes: > Well, we have only one isinf call in Wine so I think it isn't worst of > creating Wine special isinf implementation. Instead I propose emulate > isinf via finite() and isnand() (both coming from ieeefp.h). You should still put that in libwine_port, it ke

New winetricks 20080417: new verb wmp9

2008-04-17 Thread Dan Kegel
Another day, another Winetricks. Changes: r34 Add Windows Media Player 9 (not really usable yet; this is for the guys implementing Quartz etc.) r33 Fixed typo that disabled curl. As always, get it at http://kegel.com/wine/winetricks or http://code.google.com/p/winezeug - Dan

Re: installing wine into linux ubuntu

2008-04-17 Thread Lei Zhang
On Thu, Apr 17, 2008 at 6:46 AM, stephen cooper <[EMAIL PROTECTED]> wrote: > > ref. Linux Format DVD 104 April 2008 > From: stephen cooper ([EMAIL PROTECTED]) > I am new to Linux. > I have just installed Linux UBUNTU 7.1 (gutsy) onto my computer with no > problems. > > I want to install wine. >

Re: msxml3: Implement transformNode (try 3)

2008-04-17 Thread Maarten Lankhorst
Hello Alistair, 2008/4/16, Alistair Leslie-Hughes <[EMAIL PROTECTED]>: > "Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi, > > Corrected issue with tests > > > > Changelog: > > msxml3: Implement transformNode > > > > Best Regards > > Alistair

Re: installing wine into linux ubuntu

2008-04-17 Thread Alex Villací­s Lasso
stephen cooper escribió: > ref. Linux Format DVD 104 April 2008From: stephen cooper ([EMAIL PROTECTED]) > I am new to Linux.I have just installed Linux UBUNTU 7.1 (gutsy) onto my > computer with no problems. I want to install wine.I have written the source > code onto my hard disc. (using tar )

installing wine into linux ubuntu

2008-04-17 Thread stephen cooper
ref. Linux Format DVD 104 April 2008From: stephen cooper ([EMAIL PROTECTED]) I am new to Linux.I have just installed Linux UBUNTU 7.1 (gutsy) onto my computer with no problems. I want to install wine.I have written the source code onto my hard disc. (using tar ) When I run ./configure (.tools

Towards pure wine: a step by step approach

2008-04-17 Thread Dan Kegel
Errors reported by valgrind, coverity, and our conformance test suite are all worth fixing... but fixing them *all* is like shovelling out the dung from an infinitely large barn. Various people have tried fixing one kind of error or the other, but maybe a combined attack, where we went module by m

Re: [1/3] [try 2] setupapi: Add a test for SetupDiGetDeviceRegistryProperty and SetupDiSetDeviceRegistryProperty

2008-04-17 Thread Alexandre Julliard
Alexander Morozov <[EMAIL PROTECTED]> writes: > Changelog: > Add a test for SetupDiGetDeviceRegistryProperty and > SetupDiSetDeviceRegistryProperty This doesn't apply because there have been other changes in that area, when resending a patch you need to first resync to the current tree. -- Ale