Re: gdiplus/graphicspath test crashes

2008-06-26 Thread Adam Petaccia
On Wed, 2008-06-25 at 10:41 +0200, Paul Vriens wrote:
 Hi,
 
 I've noticed that the mentioned tests crashes when run via Paul Millar's 
 winetest executable. Compiling myself and running the test works fine.
 
 Any one else seeing this?
 

I've noticed it crashes if Wine is compiled with -O0, but not when with
-O2 (the default in most cases).


signature.asc
Description: This is a digitally signed message part



Re: gdiplus/graphicspath test crashes

2008-06-26 Thread Paul Vriens
Adam Petaccia wrote:
 On Wed, 2008-06-25 at 10:41 +0200, Paul Vriens wrote:
 Hi,

 I've noticed that the mentioned tests crashes when run via Paul Millar's 
 winetest executable. Compiling myself and running the test works fine.

 Any one else seeing this?

 
 I've noticed it crashes if Wine is compiled with -O0, but not when with
 -O2 (the default in most cases).

This has been fixed by Nikoley's patch 
(http://source.winehq.org/git/wine.git?a=commit;h=991e785f507c13d6ebe648e650ff1ae3346ca2cd)
 


-- 
Cheers,

Paul.




gdiplus/graphicspath test crashes

2008-06-25 Thread Paul Vriens
Hi,

I've noticed that the mentioned tests crashes when run via Paul Millar's 
winetest executable. Compiling myself and running the test works fine.

Any one else seeing this?

-- 
Cheers,

Paul.




Re: gdiplus/graphicspath test crashes

2008-06-25 Thread Alistair Leslie-Hughes

Paul Vriens [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 Hi,

 I've noticed that the mentioned tests crashes when run via Paul Millar's
 winetest executable. Compiling myself and running the test works fine.

 Any one else seeing this?

I think my XP box crashes. Currently Im getting the error below when 
compiling.

i386-mingw32-gcc brush.cross.o font.cross.o graphics.cross.o 
graphicspath.cross.o image.cross.o matrix.cross.o pen.cross.o 
stringformat.cross.o testlist.cross.o -o 
gdiplus_crosstest.exe -lgdiplus -luser32 -lgdi32 -lkernel32
graphics.cross.o: In function `func_graphics':
/home/alesliehughes/wine/dlls/gdiplus/tests/graphics.c:50: undefined 
reference to [EMAIL PROTECTED]'
collect2: ld returned 1 exit status
make: *** [gdiplus_crosstest.exe] Error 1

Best Regards
 Alistair Leslie-Hughes






Re: gdiplus/graphicspath test crashes

2008-06-25 Thread Alistair Leslie-Hughes
Paul Vriens [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 Alistair Leslie-Hughes wrote:
 Paul Vriens [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 Hi,


 I usually overcome these compile issues with a trick I've learned from 
 Hans
 Leidekker:

  $ cd dlls/gdiplus
  $ make libgdiplus.a
  $ su -c cp libgdiplus.a /path/to/mingw/lib/
  $ cd tests
  $ make crosstest
Thanks that fixed this issue.


 Does your whole XP box crash? Is that a real box?
No, it just crashes the test,  and its a real box.

Best Regards
 Alistair Leslie-Hughes