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?
"Paul Vriens" paul.vriens.wine@gmail.com wrote in message news:486204A1.4060607@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@8' collect2: ld returned 1 exit status make: *** [gdiplus_crosstest.exe] Error 1
Best Regards Alistair Leslie-Hughes
Alistair Leslie-Hughes wrote:
"Paul Vriens" paul.vriens.wine@gmail.com wrote in message news:486204A1.4060607@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@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?
"Paul Vriens" paul.vriens.wine@gmail.com wrote in message news:48621D49.2060408@gmail.com...
Alistair Leslie-Hughes wrote:
"Paul Vriens" paul.vriens.wine@gmail.com wrote in message news:486204A1.4060607@gmail.com...
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
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).
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=991e785f507c13d6ebe648e650f...)