Re: wisotool: a script to automate multi-cd installs

2010-03-26 Thread Dan Kegel
On Fri, Mar 26, 2010 at 9:16 PM, Dan Kegel wrote: > But you can kind of fake it by mounting .iso files, > at least for some games, so I tried doing it for > Diablo II.  And it seems to work!  I wrapped > it up in an extensible script, with a menu and some > functions stolen from winetricks.  It's

wisotool: a script to automate multi-cd installs

2010-03-26 Thread Dan Kegel
I was looking at the bookshelf full of old games I've collected over the years, and was annoyed that there wasn't any sort of unattended regression test for their installers... 'course, that's hard, since you'd have to somehow insert the cd-roms automatically. But you can kind of fake it by mountin

Re: Verbose explanation about the cygwin issue

2010-03-26 Thread GOUJON Alexandre
Sorry for the delay, First of all, I would like to explain why I tried to compile wine on cygwin. My first goal was to help wine as some of you improve wine on different systems (native 64 bits. WOW...). I knew that wine compiled well on MinGW but I'm not using it. Cygwin is, on my mind, simpl

Re: Latest Git Fails tools/install

2010-03-26 Thread Juan Lang
> If you run configure again it is gone at least. You're right, that fixed it for me too. Thanks. --Juan

Re: Latest Git Fails tools/install

2010-03-26 Thread Andrew Eikum
chris ahrendt wrote: Compiling Wine. Grab a lunch or two, rent a video, or whatever, in the meantime... config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1 config.status: executing Makefi

Re: Latest Git Fails tools/install

2010-03-26 Thread Nikolay Sivov
On 3/26/2010 22:55, Juan Lang wrote: As usual, run ./configure. Doesn't help, same problem here with ./configure. Make distclean also fails. --Juan Don't know then, I'm building right now, on m* modules already.

Re: Latest Git Fails tools/install

2010-03-26 Thread Marcus Meissner
On Fri, Mar 26, 2010 at 12:48:06PM -0700, chris ahrendt wrote: > > > Compiling Wine. Grab a lunch or two, rent a video, or whatever, > > in the meantime... > > > > config.status: executing Makefile commands > > cat: Make.tmp: No such file or directory > > config.status: error: could not create Mak

Re: Latest Git Fails tools/install

2010-03-26 Thread Juan Lang
> As usual, run ./configure. Doesn't help, same problem here with ./configure. Make distclean also fails. --Juan

Re: Latest Git Fails tools/install

2010-03-26 Thread Nikolay Sivov
On 3/26/2010 22:48, chris ahrendt wrote: Compiling Wine. Grab a lunch or two, rent a video, or whatever, in the meantime... config.status: executing Makefile commands cat: Make.tmp: No such file or directory config.status: error: could not create Makefile make: *** [Makefile] Error 1 config.

Latest Git Fails tools/install

2010-03-26 Thread chris ahrendt
> Compiling Wine. Grab a lunch or two, rent a video, or whatever, > in the meantime... > > config.status: executing Makefile commands > cat: Make.tmp: No such file or directory > config.status: error: could not create Makefile > make: *** [Makefile] Error 1 > config.status: executing Makefile comm

Re: [PATCH 4/4] mshtml: Added IHTMLElement:removeAttribute tests.

2010-03-26 Thread Jacek Caban
Hi Paul, On 03/26/10 10:40, Paul Vriens wrote: > Hi Jacek, > > On 03/24/2010 08:01 PM, Jacek Caban wrote: >> +function test_removeAttribute(e) { >> +ok(e.removeAttribute('nonexisting') === false, >> "removeAttribute('nonexisting') didn't return false"); >> + >> +e.title = "title"; >> +

Re: 3/4 wined3d: add color_fill to blit_shader [try 2]

2010-03-26 Thread Henri Verbeet
That's more reasonable, but you still have a NULL function pointer in arbfp_blit for color_fill(), and blit_operation is unused.

Re: [PATCH 4/4] mshtml: Added IHTMLElement:removeAttribute tests.

2010-03-26 Thread Paul Vriens
Hi Jacek, On 03/24/2010 08:01 PM, Jacek Caban wrote: +function test_removeAttribute(e) { +ok(e.removeAttribute('nonexisting') === false, "removeAttribute('nonexisting') didn't return false"); + +e.title = "title"; +ok(e.removeAttribute('title') === true, "removeAttribute('title') di