gdiplus/graphicspath test crashes

Paul Vriens paul.vriens.wine at gmail.com
Wed Jun 25 05:26:17 CDT 2008


Alistair Leslie-Hughes wrote:
> "Paul Vriens" <paul.vriens.wine at gmail.com> wrote in message 
> news:486204A1.4060607 at gmail.com...
>> 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 `_GdipCreateFromHWNDICM at 8'
> collect2: ld returned 1 exit status
> make: *** [gdiplus_crosstest.exe] Error 1
> 
> Best Regards
>  Alistair Leslie-Hughes
> 
> 
> 
> 
> 
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

Does your whole XP box crash? Is that a real box?

-- 
Cheers,

Paul.



More information about the wine-devel mailing list