Re: Need help to install Xlib/xfree86 devlopnemt packeg in ubuntu 10 LTS

2012-12-19 Thread Hamid Lohar
I am installing it from source file (wine 1.5.x.tar.bz2) by running wine install i get error "x support not found, wine can not fount x, please instal xlib/xfree86 devlopment files". That is the error. Sorry for late reply. On 12/7/12, Frédéric Delanoy wrote: > On Thu, Dec 6, 2012 at 3:32 PM, Ha

Re: windowscodecs: Adjust a type in PngDecoder_Frame_GetColorContexts.

2012-12-19 Thread Gerald Pfeifer
On Sat, 15 Dec 2012, Alexandre Julliard wrote: >> Current snapshots of GCC 4.8.0 issue a warning about some of the >> new code in windowscodecs/pngformat.c: >> >> pngformat.c: In function 'PngDecoder_Frame_GetColorContexts': >> pngformat.c:882:5: warning: passing argument 5 of 'ppng_get_iCCP' f

Re: [PATCH 0/5] Moving bare consoles to wineconsole (try #2)

2012-12-19 Thread Eric Pouech
hmm, that was intended to work (and did work for try#1, even though I didn't retest it in #2) :-( I'll look at it A+ 2012/12/19 Alexandre Julliard > Eric Pouech writes: > > >> Try #2 (changes from previous patch) > > > > > - fix changelog of first patch (wastWineHelp...) > > > - fix dat

Re: msxml3: Add custom handling for DISPID_VALUE for node map

2012-12-19 Thread Nikolay Sivov
On 12/19/2012 17:22, Jacek Caban wrote: On 12/19/12 08:24, Nikolay Sivov wrote: Add custom handling for DISPID_VALUE for node map If this has to be done for all IDispatchEx objects with DISPID_VALUE, it may be worth considering changing dispex.c. Something like: if(id == DISPID_VALUE && wFlags

Re: [PATCH 0/5] Moving bare consoles to wineconsole (try #2)

2012-12-19 Thread Alexandre Julliard
Eric Pouech writes: >> Try #2 (changes from previous patch) > > > - fix changelog of first patch (was WineHelp...) > > - fix date in header for new file > > - remove setting title code (will be fixed in later patch) > > > Actually the problem is not only the title. For i

Re: msxml3: Add custom handling for DISPID_VALUE for node map

2012-12-19 Thread Jacek Caban
On 12/19/12 08:24, Nikolay Sivov wrote: > Add custom handling for DISPID_VALUE for node map If this has to be done for all IDispatchEx objects with DISPID_VALUE, it may be worth considering changing dispex.c. Something like: if(id == DISPID_VALUE && wFlags == DISPATCH_METHOD) wFlags |= DISPAT

Re: [PATCH 0/5] Moving bare consoles to wineconsole (try #2)

2012-12-19 Thread Eric Pouech
> Try #2 (changes from previous patch) > > - fix changelog of first patch (was WineHelp...) > > - fix date in header for new file > > - remove setting title code (will be fixed in later patch) > > Actually the problem is not only the title. For instance it's still > sending escape sequences when s

Re: wininet: Map socket errors to ERROR_INTERNET_CANNOT_CONNECT in create_netconn_socket.

2012-12-19 Thread Hans Leidekker
On Wed, 2012-12-19 at 12:25 +0100, Marvin wrote: > Hi, > > While running your changed tests on Windows, I think I found new failures. > Being a bot and all I'm not very good at pattern recognition, so I might be > wrong, but could you please double-check? > Full results can be found at > http://te

Re: wininet: Map socket errors to ERROR_INTERNET_CANNOT_CONNECT in create_netconn_socket.

2012-12-19 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=23542 Your paranoid android