Re: Yesterday's (6/28) Git (gdi32) updates break 64-bit compilation.

2006-09-29 Thread Dmitry Timoshkov
"Evil Jay" <[EMAIL PROTECTED]> wrote: ld: Relocatable linking with relocations from format elf64-x86-64 (/usr/lib/libsicuuc.a(ubidi.ao)) to format elf32-i386 (gdi32.n0hnjc.o) is not supported winebuild: ld -m elf_i386 -r failed with status 256 That's quite strange since apparently nothing has

Re: [D3D9] Remove const qualifier on state_test data.

2006-09-29 Thread Ivan Gyurdiev
Michael Stefaniuc wrote: Ivan Gyurdiev wrote: Type: Cleanup Why: The const qualifier is unnecessarily restrictive. I intend to allocate and free such data on the heap in a future patch. Instead, const should be primarily used on function parameters. Question: do you realy have to use v

Re: [Bug 4995] Check for fontforge >= 20060406 as earlier versions fail to build our fonts with catastrophic results.

2006-09-29 Thread Jesse Allen
On 9/29/06, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: Also your patch is not correct. It's been discussed on wine-devel that we should not restrict any one particular version of FontForge. Many distros come with old but good versions and this will add extra noise for no good reason. And it wil

Vista applications that work & those that don't

2006-09-29 Thread Nick Law
I thought this may be of interest... applications that work and those that don't in Vista RC1 It would be interesting on how this same list compares with wine 0.9.22 http://www.iexbeta.com/wiki/index.php/Windows_Vista_Software_Compatibility_List and the hardware compatibility list .. http://

Re: [Bug 4995] Check for fontforge >= 20060406 as earlier versions fail to build our fonts with catastrophic results.

2006-09-29 Thread Vitaliy Margolen
Sam Dennis wrote: > aclocal.m4 | 16 > configure.ac |6 +- > 2 files changed, 21 insertions(+), 1 deletions(-) > You missing change log. Please don't forget to include it in the email body not just subject. Also your patch is not correct. It's been discussed on wine-d

Re: shdocvw(2/2): ignore VT_ERROR arguments to WebBrowser_Navigate2

2006-09-29 Thread Michael Stefaniuc
Juan Lang wrote: >>Ignoring VT_ERROR just masks a previous error. > > > Hm.. are you sure? These are input arguments, not results. This isn't You can never be sure with this OLE stuff. My only experience with VT_ERROR stems from variant arithmetics and those functions didn't like VT_ERROR as in

Re: shdocvw(2/2): ignore VT_ERROR arguments to WebBrowser_Navigate2

2006-09-29 Thread Jacek Caban
Hi, Juan Lang wrote: >> Ignoring VT_ERROR just masks a previous error. >> > > Hm.. are you sure? These are input arguments, not results. This isn't > the only app that gets further with this patch. See also bug 6166. > > I guess a test case is the only answer. > I've tested it and we re

Re: [PATCH 0/4] Janitorial: Win64 printf format warning fixes

2006-09-29 Thread Michael Stefaniuc
Michael Stefaniuc wrote: > For all the people wanting to help out with this janitorial task please > wait until Alexandre commits this patch series. After that i'll create a > page for this task on the Wine wiki and link it from > http://wiki.winehq.org/JanitorialProjects Ok, this janitorial task h

Re: Can't open DLL's without sudo

2006-09-29 Thread Tom Spear
On 9/29/06, James Hawkins <[EMAIL PROTECTED]> wrote: On 9/28/06, Paul Wilkinson <[EMAIL PROTECTED]> wrote:> What's the point of giving new people attitude? Of course I read the error> messages.>> Are you okay? >I just read his post, and there was nothing rude about it.--James HawkinsFor once, I agr

crypt32/sip: new test failures

2006-09-29 Thread Marcus Meissner
Hi, ../../../tools/runtest -q -P wine -M crypt32.dll -T ../../.. -p crypt32_test.exe.so sip.c && touch sip.ok sip.c:176: Test failed: Expected CryptSIPRetrieveSubjectGuid to succeed sip.c:177: Test failed: Expected ERROR_SUCCESS, got 0x0002 sip.c:179: Test failed: Expected ({c689aab8-8e78-11d

Re: Can't open DLL's without sudo

2006-09-29 Thread James Hawkins
On 9/28/06, Paul Wilkinson <[EMAIL PROTECTED]> wrote: What's the point of giving new people attitude? Of course I read the error messages. Are you okay? I just read his post, and there was nothing rude about it. -- James Hawkins

[rsaenh-test]: import&export of a plaintext public key + algID check

2006-09-29 Thread Karsten Elfenbein
* test for importing a PlainPublicKey * test for the correct ALG_ID after the import * test for the correct PlainPublicKey after exporting the key again Karsten rsa1.diff Description: Binary data

RE: Can't open DLL's without sudo

2006-09-29 Thread Paul Wilkinson
What's the point of giving new people attitude? Of course I read the error messages. Are you okay? -Original Message- From: Vitaliy Margolen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 5:47 AM To: Paul Wilkinson Cc: wine-devel@winehq.org Subject: Re: Can't open DLL's wi

Re: Patchwork (was Re: Governance revisited)

2006-09-29 Thread Jakob Eriksson
Mike McCormack wrote: Ge van Geldorp wrote: My objective is to improve Wine by maximizing the number of patches of acceptable quality. In my opinion, this can be done by: 1) assuring no patches get lost 2) assuring an author gets informed about why his patch is not acceptable in its current

Yesterday's (6/28) Git (gdi32) updates break 64-bit compilation.

2006-09-29 Thread Evil Jay
The updates in yesterday's Git tree have broken compilation under 64-bit. Previously, it was working. I entered a bugzilla entry for it (http://bugs.winehq.org/show_bug.cgi?id=6304), but thought I would mention it here too - since I think it's a pretty big deal and it doesn't seem that many of th

Re: Patchwork (was Re: Governance revisited)

2006-09-29 Thread Jakob Eriksson
Ge van Geldorp wrote: Actually, that's not how I intended things to work. The automatic removal from the queue would only happen if the patch had a RFC status, i.e. if action is expected from the patch submitter. If the patch is unopposed and just waiting in the queue, it should stay there. It's

Award for solving bug 6183

2006-09-29 Thread Mirek
There is bug in wine, which prevents me to play NFS MW with sound (and even Call of Duty). I would like to offer some money for solving this bug. I dont know how much will be good and i can give you all info from my system to solve this (debug, system info). If you are interested in just reply

RFC: dlls/user/tests/win.c fix

2006-09-29 Thread Juan Lang
The attached patch (sorry, crappy mailer) fixes the win.c failure I was seeing. Is it correct? --Juan __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Index: dlls/user/tests/win.c

Re: make test failure #6

2006-09-29 Thread James Hawkins
On 9/29/06, Juan Lang <[EMAIL PROTECTED]> wrote: Hi James, > make[2]: Entering directory `/usr/local/src/wine/dlls/user/tests' > ../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p > user32_test.exe.so sysparams.c && touch sysparams.ok > sysparams.c:1471: Test failed: wrong value in r

make test failure (#7?)

2006-09-29 Thread Juan Lang
After I run make test a bunch of times to get other failures to disappear, I get this: make[2]: Entering directory `/home/juan/src/wine-20050725/dlls/user/tests' ../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so win.c && touch win.ok fixme:win:WIN_CreateWindowEx Par

Re: make test failure #6

2006-09-29 Thread Juan Lang
Hi James, > make[2]: Entering directory `/usr/local/src/wine/dlls/user/tests' > ../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p > user32_test.exe.so sysparams.c && touch sysparams.ok > sysparams.c:1471: Test failed: wrong value in registry -1, expected 154 > sysparams.c:1474: Test f

Re: shdocvw: Make sure BSTR is allocated before calling sink

2006-09-29 Thread Jacek Caban
Hi Cihan, Cihan Altinay wrote: > This fixes bug 6054 and let's MSN Messenger 7 start up. > http://bugs.winehq.org/show_bug.cgi?id=6054 > > --- > dlls/shdocvw/dochost.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/dlls/shdocvw/dochost.c b/dlls/shdocvw/dochost.c >

Re: make test failure

2006-09-29 Thread James Hawkins
On 9/29/06, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: Michael Stefaniuc wrote: > James Hawkins wrote: >> On 9/28/06, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: >> >>> James Hawkins wrote: On 9/28/06, Paul Vriens <[EMAIL PROTECTED]> wrote: > On Thu, 2006-09-28 at 11:27 -0700, James Haw

Re: USER32: Stub implementation of BlockInput

2006-09-29 Thread Juan Lang
You forgot the patch.. --Juan __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: shdocvw(2/2): ignore VT_ERROR arguments to WebBrowser_Navigate2

2006-09-29 Thread Juan Lang
> Ignoring VT_ERROR just masks a previous error. Hm.. are you sure? These are input arguments, not results. This isn't the only app that gets further with this patch. See also bug 6166. I guess a test case is the only answer. --Juan __ Do You Y

Re: make test failure

2006-09-29 Thread Vitaliy Margolen
Michael Stefaniuc wrote: > James Hawkins wrote: >> On 9/28/06, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: >> >>> James Hawkins wrote: On 9/28/06, Paul Vriens <[EMAIL PROTECTED]> wrote: > On Thu, 2006-09-28 at 11:27 -0700, James Hawkins wrote: >> Hi, >> >> Running make test fai

compiling wine for amd64 on ubuntu dapper 6.06

2006-09-29 Thread Gerald Britton
Hi -- I'm trying to get wine going on my ubuntu dapper installation on an amd 64 box. I have followed the wiki instructions in http://wiki.winehq.org/WineOn64bit for ubuntu and rechecked my work. Two things go wrong: 1. /configure can't find opengl, and produces these messages: configure: WARNIN

Re: [D3D9] Remove const qualifier on state_test data.

2006-09-29 Thread Michael Stefaniuc
Ivan Gyurdiev wrote: > Type: Cleanup > > Why: > The const qualifier is unnecessarily restrictive. > I intend to allocate and free such data on the heap in a future patch. > Instead, const should be primarily used on function parameters. Question: do you realy have to use void pointers? Void pointe

Re: make test failure

2006-09-29 Thread Michael Stefaniuc
James Hawkins wrote: > On 9/28/06, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > >> James Hawkins wrote: >> > On 9/28/06, Paul Vriens <[EMAIL PROTECTED]> wrote: >> >> On Thu, 2006-09-28 at 11:27 -0700, James Hawkins wrote: >> >> > Hi, >> >> > >> >> > Running make test fails with: >> >> > >> >> > m

Re: shdocvw(2/2): ignore VT_ERROR arguments to WebBrowser_Navigate2

2006-09-29 Thread Michael Stefaniuc
Juan Lang wrote: > Combined with the first patch, I'm able to log in with Skype 2.6 beta. > > ChangeLog: ignore VT_ERROR arguments to WebBrowser_Navigate2 Ignoring VT_ERROR just masks a previous error. bye michael > Index: dlls/shdocvw/webbrowser.c > =

Re: Governance Ideas

2006-09-29 Thread Mike McCormack
Robert Lunnon wrote: "Community Focused Process" means what it says, develop a process which is centred on the community the project serves. This requires the project to answer some introspective questions 1. Who "owns" Wine, does wine belong to A.) Alexandre, or B) the community it serve

Re: make test failure #3

2006-09-29 Thread Kai Blin
On Thursday 28 September 2006 20:55, James Hawkins wrote: > Hi, > > make[2]: Entering directory `/usr/local/src/wine/dlls/shell32/tests' > ../../../tools/runtest -q -P wine -M shell32.dll -T ../../.. -p > shell32_test.exe.so shlfileop.c && touch shlfileop.ok > shlfileop.c:168: Test failed: The requ