Re: winebuild port to ARM?

2012-04-12 Thread Roger Cruz
Is anyone interested in helping me port the x86 specific code in Winebuild to ARM so I can get the relay tracing working?  I am relatively new to ARM so any help would be appreciate it.   Thanks Roger R. Cruz From: Roger Cruz To: "wine-devel@winehq.org" Sent:

Re: Regression testing

2012-04-12 Thread Austin English
On Thu, Apr 12, 2012 at 16:58, Daniel Jelinski wrote: > 2012/4/12 Scott Ritchie : >> On 4/12/12 1:23 AM, Daniel Jeliński wrote: >>> >>> Hello all, >>> I am trying to get Microsoft SQL Server Management Studio to work >>> flawlessly under Wine. For the most part I create and triage related bug >>>

Re: Regression testing

2012-04-12 Thread Daniel Jelinski
2012/4/12 Scott Ritchie : > On 4/12/12 1:23 AM, Daniel Jeliński wrote: >> >> Hello all, >> I am trying to get Microsoft SQL Server Management Studio to work >> flawlessly under Wine. For the most part I create and triage related bug >> reports, but recently I also started tinkering with code, speci

Re: Regression testing

2012-04-12 Thread Scott Ritchie
On 4/12/12 1:23 AM, Daniel Jeliński wrote: Hello all, I am trying to get Microsoft SQL Server Management Studio to work flawlessly under Wine. For the most part I create and triage related bug reports, but recently I also started tinkering with code, specifically with comctl library, which I am m

Re: Regression testing

2012-04-12 Thread Daniel Jelinski
Marcus, Alexey, thank you for your ideas. I just did several builds to see how to make things work. Here's what I got: make clean && make - does not work (the problem persists) make distclean && ./configure && make - same as above git clean -xdf && ./configure && make - this one finally worked. I'm

Re: [PATCH 1/4] d3drm: Implement IDirect3DRMFrameX_AddChild. (try 2) (resend)

2012-04-12 Thread Alexandre Julliard
Christian Costa writes: > +children = (IDirect3DRMFrame3**)HeapAlloc(GetProcessHeap(), 0, > (This->nb_children + 1) * sizeof(IDirect3DRMFrame3*)); > +if (!children) > +return E_OUTOFMEMORY; > + > +CopyMemory(children, This->children, This->nb_children * > sizeof(IDirect3DRMF

Re: kernel32/tests: Add a test for creating named mapping after closing without unmapping.

2012-04-12 Thread Dmitry Timoshkov
Alexander Morozov wrote: > +ptr = MapViewOfFile(mapping, FILE_MAP_WRITE, 0, 0, 0); > +ok( ptr != NULL, "MapViewOfFile failed with error %d\n", GetLastError() > ); > +CloseHandle(mapping); > + > +SetLastError(0xdeadbeef); > +mapping = CreateFileMappingA(INVALID_HANDLE_VALUE, N

Re: Regression testing

2012-04-12 Thread Alexey Loukianov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 12.04.2012 12:23, Daniel Jeliński wrote: > ... This time make clean && make depend && make did not help. > I had hit the problems like you describe several times while doing bisecting. After a lot of trial and error testing I had finally come up with

Re: Regression testing

2012-04-12 Thread Marcus Meissner
On Thu, Apr 12, 2012 at 10:23:07AM +0200, Daniel Jeliński wrote: > Hello all, > I am trying to get Microsoft SQL Server Management Studio to work > flawlessly under Wine. For the most part I create and triage related > bug reports, but recently I also started tinkering with code, > specifically wit

Regression testing

2012-04-12 Thread Daniel Jeliński
Hello all, I am trying to get Microsoft SQL Server Management Studio to work flawlessly under Wine. For the most part I create and triage related bug reports, but recently I also started tinkering with code, specifically with comctl library, which I am most familiar with. Back on subject.

Re: [PATCH] d3drm: Implement IDirect3DRMFrameX_GetTransform.

2012-04-12 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=17814 Your paranoid android