Re: configure complains about liblcms not being there

2007-07-10 Thread Paul Vriens
Alexandre Julliard wrote: Paul Vriens <[EMAIL PROTECTED]> writes: It look like configure is checking for the availability of lcms.h: configure:6948: checking lcms.h usability configure:6965: gcc -m32 -c -Wcast-qual conftest.c >&5 configure:6971: $? = 0 configure:6985: result: yes configure:69

Re: Direct3D Game test framework

2007-07-10 Thread martin pilka
Hello Dan! > I'm sure there will always be some tests that are > better written directly in CxTest, but I'm going to > try to push yawt forward, too. With > luck we'll have the two test systems working > well together in a month or two. YAWT looks interesting, I also had a look to AutoHotKey, a

Re: configure complains about liblcms not being there

2007-07-10 Thread Alexandre Julliard
Paul Vriens <[EMAIL PROTECTED]> writes: > It look like configure is checking for the availability of lcms.h: > > configure:6948: checking lcms.h usability > configure:6965: gcc -m32 -c -Wcast-qual conftest.c >&5 > configure:6971: $? = 0 > configure:6985: result: yes > configure:6989: checking lcm

Font changes?

2007-07-10 Thread Andrew Talbot
I thought it useful to mention that if the rendering of your fonts has changed significantly (in the development build) since 4 July 2007, you might need to install the 32-bit development package for libXrender. -- Andy.

re: Direct3D Game test framework

2007-07-10 Thread Dan Kegel
Michal Okresa wrote: We (people around CxTest) think that extending CxTest is better approach to achieve your goals rather than writing new application or modifying existing. It could be done with smaller effort (in opposite of AutoHotkey, AutoIt, ...) because CxTest is specialised for testing W

Re: Error compiling Wine (current GIT)

2007-07-10 Thread Lei Zhang
This has already been fixed: http://www.winehq.org/pipermail/wine-cvs/2007-July/034026.html On 7/10/07, Paul Vriens <[EMAIL PROTECTED]> wrote: Hi, 'make depend && make' fails for me: make[2]: Entering directory `/wine/wine-git/dlls/gdiplus/tests' ../../../tools/makedep -C. -S../../.. -T../../

Re: configure complains about liblcms not being there

2007-07-10 Thread Lei Zhang
Same problem here on a Ubuntu dapper machine. On my Slackware box I got the same lcms test results in the config.log, but I did not get the warning message. On 7/10/07, Paul Vriens <[EMAIL PROTECTED]> wrote: Hi, Since the last patches to configure.ac and friends (I haven't seen the warnings bef

Re: programs: Add extrac32 (empty program)

2007-07-10 Thread Anatoly Lyutin
James Hawkins wrote: On 7/6/07, Anatoly Lyutin <[EMAIL PROTECTED]> wrote: Yesterday I post a first version of extrac32. I expected that this version would be filled with bugs but I thought that would be better to apply this version because it contains some binding parts (add this program in conf

Re: Direct3D Game test framework

2007-07-10 Thread Michal Okresa
Stefan Dösinger wrote: We shall discuss the requirements in more exact manner. 1. Define demo packages I think for a start we don't need the ability for users to add new demo packages. A fixed set of test packages which is modifyable by raw database access would be enough. Otherwi

Re: programs: Add extrac32 (empty program)

2007-07-10 Thread Anatoly Lyutin
James Hawkins wrote: On 7/9/07, Anatoly Lyutin <[EMAIL PROTECTED]> wrote: James Hawkins wrote: > On 7/6/07, Anatoly Lyutin <[EMAIL PROTECTED]> wrote: >> Yesterday I post a first version of extrac32. I expected that this >> version would be filled with bugs but I thought that would be better to

Re: bug triaging

2007-07-10 Thread Austin English
I too, lack the permissions to triage bugs. But I'll leave that for the devs to decide. I just have quite a bit of spare time to debug, along with a few machines to do the testing. I've learned quite a bit about debugging wine, but not nearly as much as most of the triagers. I'm just trying to f

DungeonSiege works!

2007-07-10 Thread Robert Hurst
Finally running at full speed, see my post at http://appdb.winehq.org/appview.php?iVersionId=1017 But there is only 1 little 'cleanup' that would make this game perfect... its mouse pointer is clean, but the square it occupies is generally filled with a corrupted texture. I own two copies of the

configure complains about liblcms not being there

2007-07-10 Thread Paul Vriens
Hi, Since the last patches to configure.ac and friends (I haven't seen the warnings before) I get: configure: liblcms development files not found. Wine will be built without Color Management support. (mscms.dll) It look like configure is checking for the availability of lcms.h: configure:694

Error compiling Wine (current GIT)

2007-07-10 Thread Paul Vriens
Hi, 'make depend && make' fails for me: make[2]: Entering directory `/wine/wine-git/dlls/gdiplus/tests' ../../../tools/makedep -C. -S../../.. -T../../.. brush.c graphicspath.c pen.c math.h: No such file or directory math.h was first included from graphicspath.c:24 make[2]: [Makefile] Error 1

Re: [kernel32] CreateProcess should always specify the child's current directory

2007-07-10 Thread James Hawkins
On 7/9/07, Damjan Jovanovic <[EMAIL PROTECTED]> wrote: This fixes an unusual bug where an older Winzip self-extracting archive starts the executable just extracted in the wrong current directory. Changelog: * CreateProcess should always specify the child's current directory. Tests would be ni