Ok, NOW is it time to delete wineinstall?

2007-05-26 Thread Scott Ritchie
A couple of years back we had a discussion about this. Does anyone still use Wineinstall? What advantage does it have over ./configure && make && make install ? I'm asking because today I found a user who managed to somehow accidentally compile Wine from source: http://ubuntuforums.org/showthrea

Re: some doubts about sendind patches - is text/plain way good?

2007-05-26 Thread Kirill K. Smirnov
>You might want to try the following: Select the patch from >http://thread.gmane.org/gmane.comp.emulators.wine.patches/ , >select the link after "Direct link" on the bottom, append "/raw" >without quotation marks after the URL. Now you can save the file >at that URL as is and use it with patch, it

RE: [PATCH 3/6] CMD.EXE: Handle command line as Unicode

2007-05-26 Thread Ann & Jason Edmeades
>> Does wine support this? I initially did it this way copying from >> programs/msiexec >Have a look at programs/uninstaller/main.c. Most likely you need to >add -municode to APPMODE switches in Makefile.in. Thanks Dmitry - 100% accurate, ie it was the -municode option. I'll submit it as a patch

Re: some doubts about sendind patches - is text/plain way good?

2007-05-26 Thread Jan Zerebecki
On Sat, May 26, 2007 at 10:58:51PM +0400, Kirill K. Smirnov wrote: > I do not receive mail from wine-patches mail list. Thus, to get the patch > sent with MIME text/plain I use select/copy/paste/save technique. If patch is > not text/plain, I just use "save link target" option in browser. You

RE: CMD.EXE patchset 1->6

2007-05-26 Thread Ann & Jason Edmeades
>> With git commit, you can use the --author switch >> for example: >> $ git commit -a --author "Jesse Allen <[EMAIL PROTECTED]>" >Set "user.email" and "user.name" once with: >git repo-config Thanks! I found I'd already done it when installing git (must have made a mistake and actually read the

RE: [PATCH 4/6] CMD.EXE: Convert cmd into unicode

2007-05-26 Thread Ann & Jason Edmeades
>> Apologies for the size of this patch - I tried 3 or 4 ways of converting >> chunks to unicode and always ended up duplicating huge bits of code and >> having problems keeping track of duplicated variables that in the end I >> did the lot in one go. >You need TCHAR and friends to reduce the Patc

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-26 Thread Detlef Riekenberg
On Sa, 2007-05-26 at 23:37 +1000, Jeff L wrote: > When adding a directory into the local repository I have found need to > add the Makefiles and configure, etc, in addition the the configure.ac 1) git must know the new dll: git update-index --add dlls//Makefile.in 2) run tools/make_makefiles

Re: [AppDB] Add apidb_footer to browse downloadable page

2007-05-26 Thread Alexander Nicolaysen Sørnes
Lørdag 26 mai 2007 19:02, skrev Chris Morgan: > On 5/26/07, Alexander Nicolaysen Sørnes <[EMAIL PROTECTED]> wrote: > > Lørdag 26 mai 2007 18:53, skrev Chris Morgan: > > > We should move that page to a class and integrate it in with the > > > objectManager stuff. Its a pretty simple page. > > > > >

Re: CMD.EXE patchset 1->6

2007-05-26 Thread Detlef Riekenberg
On Fr, 2007-05-25 at 12:35 -0700, Jesse Allen wrote: > With git commit, you can use the --author switch > for example: > $ git commit -a --author "Jesse Allen <[EMAIL PROTECTED]>" Set "user.email" and "user.name" once with: git repo-config -- By by ... Detlef

Re: some doubts about sendind patches - is text/plain way good?

2007-05-26 Thread Kirill K. Smirnov
В сообщении от 26 мая 2007 21:24 вы написали: > I'll double check later, but are you sure? > > When I said I hadn't changed the patches, I meant the contents, but I had > done a git fetch, git rebase origin on the branch (and resolved the german > resource conflict) before resubmitting I got the f

Re: 64-bit compilation broken today

2007-05-26 Thread Ben Hodgetts
Clinton Stimpson wrote: > >>> The confusing thing to me is that I *do* have the libxml2-dev package >>> installed, and see no errors about a missing header... >>> >>> If it didn't recognize the xmlNodePtr type, shouldn't it have choked on >>> line 52 first? >>> >>> -J >>> >>> >>> Bryan DeGrendel wr

Re: 64-bit compilation broken today

2007-05-26 Thread Clinton Stimpson
The confusing thing to me is that I *do* have the libxml2-dev package installed, and see no errors about a missing header... If it didn't recognize the xmlNodePtr type, shouldn't it have choked on line 52 first? -J Bryan DeGrendel wrote: A couple of libxml2 externs were recently added

Re: [PATCH 4/6] CMD.EXE: Convert cmd into unicode

2007-05-26 Thread Detlef Riekenberg
On Di, 2007-05-08 at 00:11 +0100, Jason Edmeades wrote: > Apologies for the size of this patch - I tried 3 or 4 ways of converting > chunks to unicode and always ended up duplicating huge bits of code and > having problems keeping track of duplicated variables that in the end I > did the lot in one

RE: [PATCH 1/6] CMD.EXE: Move english constants into NLS files

2007-05-26 Thread Ann & Jason Edmeades
I'll double check later, but are you sure? When I said I hadn't changed the patches, I meant the contents, but I had done a git fetch, git rebase origin on the branch (and resolved the german resource conflict) before resubmitting Jason

Re: 64-bit compilation broken today

2007-05-26 Thread Bryan DeGrendel
On 5/26/07, Evil Jay <[EMAIL PROTECTED]> wrote: The confusing thing to me is that I *do* have the libxml2-dev package installed, and see no errors about a missing header... If it didn't recognize the xmlNodePtr type, shouldn't it have choked on line 52 first? -J Bryan DeGrendel wrote: > A co

Re: hnetcfg: [resend 3] 1/5 add spec file for hnetcfg

2007-05-26 Thread Detlef Riekenberg
On Sa, 2007-05-26 at 19:37 +1000, Jeff Latimer wrote: > --- > dlls/hnetcfg/hnetcfg.spec | 44 > I suggest, that you read and follow this Hints: http://wiki.winehq.org/Developers-Hints#head-30a7f7f51ce0e42b4141749c9832bae9f7957260 Thanks --

[EMAIL PROTECTED]: Re: database full for "Wine" project?]

2007-05-26 Thread Marcus Meissner
Hi, If you have a Coverity Wine account... This is for our information. Ciao, Marcus - Forwarded message from David Maxwell <[EMAIL PROTECTED]> - Date: Sat, 26 May 2007 08:31:13 -0400 From: David Maxwell <[EMAIL PROTECTED]> To: Marcus Meissner <[EMAIL PROTECTED]> Subject: Re: database fu

Re: 64-bit compilation broken today

2007-05-26 Thread Evil Jay
The confusing thing to me is that I *do* have the libxml2-dev package installed, and see no errors about a missing header... If it didn't recognize the xmlNodePtr type, shouldn't it have choked on line 52 first? -J Bryan DeGrendel wrote: > A couple of libxml2 externs were recently added to > dl

Re: gdiplus: added stub implementation of gdiplus.dll

2007-05-26 Thread Jeff L
James Hawkins wrote: On 5/25/07, Andrey Turkin <[EMAIL PROTECTED]> wrote: James Hawkins wrote: > On 5/25/07, Mounir IDRASSI <[EMAIL PROTECTED]> wrote: >> Hi, >> You also have to modify other files in order to integrate your stub >> implementation to the wine build chain: Makefile.in, configure a

[PATCH 1/6] CMD.EXE: Move english constants into NLS files

2007-05-26 Thread Kirill K. Smirnov
Hi Jason, Since German and Korean resource have been updated, this patch is a little outdated and cannot be applied. Please, rediff. Other patches may be outdated too. -- Kirill

Re: c++ code

2007-05-26 Thread Alexandre Julliard
"Evan Stade" <[EMAIL PROTECTED]> writes: > I want to write conformance tests for gdiplus and that requires the use of > c++. Even if I were to focus on the gdi+ flat api, the windows SDK headers > for that have c++ code in them, also eventually when the gdi+ c++ wrappers > are written on top of t