Re: [QUARTZ] Add FFMpeg video wrapper filter

2005-06-09 Thread Robert Shearman
Christian Costa wrote: Index: dlls/quartz/quartz_private.h === RCS file: /home/wine/wine/dlls/quartz/quartz_private.h,v retrieving revision 1.24 diff -u -r1.24 quartz_private.h --- dlls/quartz/quartz_private.h6 May 2005 14:3

re: Another day, another compile error.

2005-06-09 Thread Dan Kegel
Hans wrote: dialog.c:516: internal compiler error: in gimple_add_tmp_var, at gimplify.c:532 I am running Fedora Core 4 Test3 with gcc-4.0.0-11 ... The preprocessed source is an 1MB file, so I will send it to anyone that request it via direct email. You might try seeing whether gcc-4.0.1-rc1 s

Re: Wine does not build [ wined3d ]

2005-06-09 Thread Ivan Gyurdiev
> The thing is that Wine actually compiled for me (and apparently for > Alexandre as he doesn't commit the patches that doesn't compile) without > any warning or an error. A reason it didn't compile for you is a more > recent gcc version you are using. If you could take that into consideration > b

Re: Wine does not build [ wined3d ]

2005-06-09 Thread Dmitry Timoshkov
"Ivan Gyurdiev" <[EMAIL PROTECTED]> wrote: > > I agree with Mike, how hard would it be to send an one-liner patch > > instead of complaining? > > Probably about as hard as checking that code submissions to > CVS actually compile, before merging them? > > Just hard enough to make me complain, as

Re: Wine does not build [ msi, dialog.c: internal compiler error ]

2005-06-09 Thread Mike McCormack
Ivan Gyurdiev wrote: dialog.c: In function ‘msi_dialog_scrolltext_control’: dialog.c:516: internal compiler error: in gimple_add_tmp_var, at gimplify.c:532 Please submit a full bug report, with preprocessed source if appropriate. See http://bugzilla.redhat.com/bugzilla> for instructions. Prepro

Re: Wine does not build [ msi, dialog.c: internal compiler error ]

2005-06-09 Thread Ivan Gyurdiev
> Next problem: I guess this is a gcc bug - I'm sorry - will report where appropriate. -- Ivan Gyurdiev <[EMAIL PROTECTED]> Cornell University

Re: Wine does not build [ msi, dialog.c: internal compiler error ]

2005-06-09 Thread Ivan Gyurdiev
On Sun, 2005-06-05 at 20:42 +0200, Marcus Meissner wrote: > On Sat, Jun 04, 2005 at 03:16:26PM -0400, Ivan Gyurdiev wrote: > > What about this? > > > > ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole > > encode.o protectdata.o testlist.o -o crypt32_test.exe.so > > -L../../../l

Re: Wine 20050310 redraw problems (specifically with Paint Shop Pro 7)

2005-06-09 Thread MediaHost (TM)
That's good news! Keep up the good work! Jules Richardson wrote: Just to say that I've just tried Wine 20050524 and all the problems are *almost* fixed (20050419 was still broken, so the fixes have crept in since then) A new image in PSP correctly draws/clears itself. Tooltips *almost*

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-02b.diff]

2005-06-09 Thread Gregory M. Turner
On Wednesday 08 June 2005 18:16, Dimi Paun wrote: > Also, I know you're modifying existing code, but if it's not > too much to ask, 2-space indent is hard to read, and the vast > majority of developers do prefer 4-space indent. So if you > don't mind, and we can find a solution, would be great if w

Re: Re[11]: Wine 20050310 redraw problems (specifically with Paint Shop Pro 7)

2005-06-09 Thread Jules Richardson
Just to say that I've just tried Wine 20050524 and all the problems are *almost* fixed (20050419 was still broken, so the fixes have crept in since then) A new image in PSP correctly draws/clears itself. Tooltips *almost* clean up after themselves, except when the tooltip's right edge goes ove

Re: Soliciting suggestions for AppDB

2005-06-09 Thread Juan Lang
--- Mitchell Mebane <[EMAIL PROTECTED]> wrote: > How does that work? Just run the shell script, then parse the text it > spits out? Nah, it just needs a place to store a script associated with the app, and give someone (the maintainer, maybe others, dunno) the ability to edit it. The maintainer

Re: Some economic analysis of Apple's move to x86

2005-06-09 Thread Holly Bostick
Scott Ritchie schreef: And this would "explain" why Wine suddenly showed up on MS's radar so publically-- a move like Apple's doesn't happen overnight, nor secretly within the industry. MS may not be the brightest bulb in the box, but even they would see the necessity to start building a framewor

Some economic analysis of Apple's move to x86

2005-06-09 Thread Scott Ritchie
Hey team, After thinking about it a lot and discussing it extensively in IRC and with a few other knowledgeable people, I think it's time to share my economic analysis of the impact of Apple's decision to move to x86 as it relates to us. In short, Apple's move is nothing short of a tremendous pot

cannot build tests on windows

2005-06-09 Thread Saulius Krasuckas
As I have updated my wine tree from cvs and recompiled it, now I load the "shell32_test.dsw" into MSVC 6.0, press F7 and get linking errors: | Deleting intermediate files and output files for project 'shell32_test - Win32 MSVC Headers'. | Configuration: shell32_test - Win32 MSV

Re: Soliciting suggestions for AppDB

2005-06-09 Thread Scott Ritchie
On Wed, 2005-06-08 at 19:32 -0500, Mitchell Mebane wrote: > Hi all, > > I'm putting together a Summer of Code proposal for working on the > AppDB. I've been talking with Chris Morgan, and he has a few > suggestions, but I was looking for more. Does anybody have any > features they'd like added to

notes651 error with viewing some mail with attachments

2005-06-09 Thread Grant Williamson
Hi, seen this problem with current wine-cvs-20050609 When I try and view some internet mail, notes hangs with the folllowing error. err:heap:HEAP_ValidateInUseArena Heap 77c2: in-use arena 77d1cb98 next block has PREV_FREE flag err:seh:setup_exception stack overflow 176 bytes in thread

Re: Another day, another compile error.

2005-06-09 Thread Juan Lang
Hi Hans, > dialog.c:516: internal compiler error: in gimple_add_tmp_var, at > gimplify.c:532 > Please submit a full bug report, > with preprocessed source if appropriate. As the error implies, this is a bug in gcc, not in Wine. Please report to the gcc folks. --Juan __

Re: Soliciting suggestions for AppDB

2005-06-09 Thread Juan Lang
Hi Mitchell, > Does anybody have any features they'd like added to the AppDB? I do: I'd like to see it integrated with CXtest. I think it'd be really cool to be able to maintain a regression test for an app, so maintainers might be able to catch regressions more quickly and easily. A CXtest tes

Re: config check for videodev.h

2005-06-09 Thread Juan Lang
Hi Adrian, > Do I need to do anything special for a configure.ac patch - > does Alexandre re-run autoconf on commit, or do I need to do that > and include the patch to configure too? I've seen patches both ways. Try it and see :) __ Discover Ya

Re: Another day, another compile error.

2005-06-09 Thread Mike McCormack
Hans Kristian Rosbach wrote: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o dialog.o dialog.c dialog.c: In function ‘msi_dialog_scrolltext_control’: dialog.c:516: i

Another day, another compile error.

2005-06-09 Thread Hans Kristian Rosbach
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o dialog.o dialog.c dialog.c: In function ‘msi_dialog_scrolltext_control’: dialog.c:516: internal compiler error: in gimpl

Soliciting suggestions for AppDB

2005-06-09 Thread Mitchell Mebane
Hi all, I'm putting together a Summer of Code proposal for working on the AppDB. I've been talking with Chris Morgan, and he has a few suggestions, but I was looking for more. Does anybody have any features they'd like added to the AppDB, quirks they'd like worked out, or things of that nature

avifil32, msvfw32 and friends

2005-06-09 Thread Jan Jezabek
Hi, What is the current state of VfW support? I have tried a few applications, and they seem to fail sooner or later: - virtualdub runs fine, but it's only possible to use RGB, cvid or ms video. I installed the xvid and divx vfw dll's to wine's c:\windows\system, updated the Drivers32 and driv

Re: Problems in bitblt (in x11drv)

2005-06-09 Thread David Albrecht
This code only does RealisePalette once when it creates the device context but it updates the color table whenever the calculator contrast gets updated in the latest code, followed by a SetDIBColorTable. Maybe the problem is there or maybe there is some condition for going to the color map rather

dlls/shell32/shv_item_cmenu.c regression

2005-06-09 Thread Gerald Pfeifer
After last night's updates, I'm no seeing the following warning in dlls/shell32/shv_item_cmenu.c shv_item_cmenu.c:203: warning: assignment discards qualifiers from pointer target type The last two changes to this file were revision 1.32 date: 2005/06/07 20:30:30; author: julliard; sta

Google Summer of code - rc files translator proposition

2005-06-09 Thread Piotr Caban
Hello. I'm interested in Google Summer of code. My cousin, Jacek, has wrote here about it. I'm going to write a translator to rc files. I was thinking about how should it look like. In my opinion it has to have its own rc parser (I can integrate the wrc parser). I think this tool should have: - L

Re: WININET: declare some missing functions

2005-06-09 Thread Jonathan Wilson
+BOOLAPI FtpCommandA(HINTERNET, BOOL, DWORD, LPCSTR, DWORD_PTR, HINTERNET *); +BOOLAPI FtpCommandW(HINTERNET, BOOL, DWORD, LPCWSTR, DWORD_PTR, HINTERNET *); Was it intentional that FtpCommand doesnt have a WINELIB_NAME_AW #define?

Re: msvcmaker has stopped working

2005-06-09 Thread Alexandre Julliard
Saulius Krasuckas <[EMAIL PROTECTED]> writes: > $ tools/winapi/msvcmaker > dlls/ntdll/ntdll.dsp (file 119 of 213)Can't open file > './misc/ntdll_misc.dsp.tmp' at tools/winapi/util.pm line 114. > $ mkdir misc > $ tools/winapi/msvcmaker > wine.dswUse of uninitialized value in pattern match (m//) a

Re: config check for videodev.h

2005-06-09 Thread Adrian Harvey
On Wed, 2005-06-08 at 07:34 -0700, Juan Lang wrote: > Replying to you both.. > > Adrian wrote: > > The following patch fixes it for me, but I have little knowledge of > > autoconf, so I'm not sure if I've done the right thing? > > That looks correct to me.. > > Dustin wrote: > > I don't think th

Re: ntdll: Implement and test RtlAnsiCharToUnicodeChar

2005-06-09 Thread Alexandre Julliard
James Hawkins <[EMAIL PROTECTED]> writes: > +/** > + * RtlAnsiCharToUnicodeChar (NTDLL.@) > + * > + * Converts an ansi character to a unicode character. > + * > + * PARAMS > + * ansi [I/O] Pointer to the ansi string. >

Re: Add a couple of CloseHandle calls

2005-06-09 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > (is this file supposed to have 2002 as a copyright year?) Yes, that's when I wrote it. It only took me 3 years to get around to making the code pass the tests ;-) -- Alexandre Julliard [EMAIL PROTECTED]

msvcmaker has stopped working

2005-06-09 Thread Saulius Krasuckas
Any quick ideas? $ tools/winapi/msvcmaker dlls/ntdll/ntdll.dsp (file 119 of 213)Can't open file './misc/ntdll_misc.dsp.tmp' at tools/winapi/util.pm line 114. $ mkdir misc $ tools/winapi/msvcmaker wine.dswUse of uninitialized value in pattern match (m//) at tools/winapi/msvcmaker line 1047. Use o