Re: Building a full win32 winetest.exe

2006-12-29 Thread Paul Millar
On Sunday 24 December 2006 09:37, Paul Vriens wrote: Doing a simple 'make clean' and 'make' only gives me a winetest.exe.so which is a 'ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped'. Is there something I'm missing here? Sorry, what I said was a bit incomplete

Re: Building a full win32 winetest.exe

2006-12-28 Thread Hans Leidekker
I created a new RPM package for mingw-w32api that allows you to build all current Wine tests. Find it here: http://mirzam.it.vu.nl/mingw/ -Hans

Re: Building a full win32 winetest.exe

2006-12-25 Thread Hans Leidekker
On Monday 25 December 2006 11:22, Paul Vriens wrote: These are the MinGW packages I'm currently using: mingw-binutils-2.16.91-9hl mingw-w32api-3.6-18hl mingw-gcc-core-3.4.5-13hl mingw-runtime-3.9-18hl I think I'll get around to building a new set of RPMs this week. Lets go for a Wine 1.0

Re: Building a full win32 winetest.exe

2006-12-24 Thread Paul Vriens
On Sun, 2006-12-24 at 00:59 +, Paul Millar wrote: Hi Paul, On Friday 22 December 2006 15:38, Paul Vriens wrote: any pointers how to build a winetest.exe I can run on Windows? Try make inside programs/winetest/ directory. However, winetest.exe has dependencies on all the DLL tests:

Re: Building a full win32 winetest.exe

2006-12-23 Thread Paul Millar
Hi Paul, On Friday 22 December 2006 15:38, Paul Vriens wrote: any pointers how to build a winetest.exe I can run on Windows? Try make inside programs/winetest/ directory. However, winetest.exe has dependencies on all the DLL tests: to build the single winetest.exe executable, all the

Re: Building a full win32 winetest.exe

2006-12-23 Thread Louis Lenders
Paul Millar paulm at astro.gla.ac.uk writes: Try posting the problems with the crypt32 and hlink tests: it could be you need to patch you MinGW compiler to support extra functions. HTH, Paul. I too had problems trying to do make crosstest in crypt32 a time ago, this is what i get (link

Building a full win32 winetest.exe

2006-12-22 Thread Paul Vriens
Hi, any pointers how to build a winetest.exe I can run on Windows? All tests (but crypt32 and hlink) can be cross compiled (MinGW) but only give me the single test executable for that dll. Cheers, Paul.