http://test.winehq.org/data/94883af56d7348228963d7e70a5af578310c2228/wine_xp... looks kinda funny. Is somebody compiling the tests wrong somehow?
On Sun, Apr 20, 2008 at 2:45 AM, Dan Kegel dank@kegel.com wrote:
http://test.winehq.org/data/94883af56d7348228963d7e70a5af578310c2228/wine_xp... looks kinda funny. Is somebody compiling the tests wrong somehow?
If the tag (wine_xp_icc-3) is any hint, the tests were compiled with icc, which might not handle the alignment headers (#include <pshpack2.h>) correctly.
On Sun, Apr 20, 2008 at 12:52 AM, James Hawkins truiken@gmail.com wrote:
http://test.winehq.org/data/94883af56d7348228963d7e70a5af578310c2228/wine_xp...
If the tag (wine_xp_icc-3) is any hint, the tests were compiled with icc, which might not handle the alignment headers (#include <pshpack2.h>) correctly.
Shoot, icc ought to be able to handle those, but you're right, we should ignore any icc results. Thanks for noticing that.
On Sun, Apr 20, 2008 at 3:57 AM, Dan Kegel dank@kegel.com wrote:
Shoot, icc ought to be able to handle those, but you're right, we should ignore any icc results.
At least until I am done... =)
But yeah icc's alignment handling seems to be totally broken...I've tried every alignment switch known to man and still get problems.