How do I build with ssl support on Ubuntu AMD 64?

2007-08-24 Thread Scott Ritchie
Somehow, my amd64 packages keep ending up without ssl support being built at runtime. This is despite libssl-dev packages being installed - there doesn't appear to be a 32 bit version of them. Interestingly, the 32 bit wine package works with SSL when installed into the amd64 version. Is this

Regression at #9443 - caused by "winex11: Force a window to managed mode when it is activated"

2007-08-24 Thread Alex Villací­s Lasso
Alexandre Julliard escribió: Module: wine Branch: master Commit: f48eb1581dfe176043cbca5c46400c0f86eb5552 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f48eb1581dfe176043cbca5c46400c0f86eb5552 Author: Alexandre Julliard <[EMAIL PROTECTED]> Date: Mon Aug 20 22:06:50 2007 +0200 win

Win API Stats page broken

2007-08-24 Thread Luis C. Busquets Pérez
The web page indicating the status of the wine API: http://www.winehq.org/site/winapi_stats is corrupted and indicates an SQL error. I assume that there is some information in the database corrupted: Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /home

AMD release developer tools with DX10 support

2007-08-24 Thread Ian Macfarlane
I hope this is useful for testing DX10 stuff: Snippet: "[AMD] has updated its range of game programming tools, adding in DirectX 10 support to its popular suite" http://www.theinquirer.net/default.aspx?article=41904 Ian

Re: [test.winehq.org] Addition of todo on the results page

2007-08-24 Thread Paul Vriens
Paul Vriens wrote: John Klehm wrote: Bit off topic: One thing that struck me was the difference in test results for the Wine runs. This has most likely to do with old Wine installations running new tests. I will add the Wine version to the infrastructure soon so that these outcomes make more

Re: user32: static controls should have a clipping region set while sending the WM_CTLCOLORSTATIC (patch)

2007-08-24 Thread Alexandre Julliard
"Mikolaj Zalewski" <[EMAIL PROTECTED]> writes: > +static void setup_clipping(HWND hwnd, HDC hdc) > +{ > +RECT rc; > +HRGN hrgn; > + > +/* Native control has always a clipping region set when sending > + * the WM_CTLCOLORSTATIC and an application depends on it > + */ > +

Re: cabinet 4: Don't extract a file if DoExtract is FALSE

2007-08-24 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > Changelog: > * Don't extract a file if DoExtract is FALSE. This one fails make test: ../../../tools/runtest -q -P wine -M advpack.dll -T ../../.. -p advpack_test.exe.so files.c && touch files.ok files.c:465: Test failed: Expected dest\testdir to exi