Re: Compiling dbghelp with MinGW

2008-12-21 Thread Eric Pouech
Francois Gouget a écrit : > On Sat, 13 Dec 2008, Eric Pouech wrote: > [...] > >>> 1) #ifdef-out regexp support if regex.h is missing? Maybe with an >>> autoconf check for regcomp()? >>> 2) Add some reg*() stubs that do nothing if regex.h & co are missing? >>> > [...] > >> 1,2) mo

Re: Compiling dbghelp with MinGW

2008-12-18 Thread Francois Gouget
On Sat, 13 Dec 2008, Eric Pouech wrote: [...] > > 1) #ifdef-out regexp support if regex.h is missing? Maybe with an > > autoconf check for regcomp()? > > 2) Add some reg*() stubs that do nothing if regex.h & co are missing? [...] > 1,2) most of the dbghelp code will be of no use if no regex s

Re: Compiling dbghelp with MinGW

2008-12-13 Thread Eric Pouech
Francois Gouget a écrit : > When I compile Wine with MinGW, the first error I get is in > dlls/dbghelp/source.c. Yet it seems to me that there is no fundamental > reason that would prevent dbghelp from working on Windows (i.e. it's not > in the 'ntdll' category). > > So the error is that althoug

Compiling dbghelp with MinGW

2008-12-13 Thread Francois Gouget
When I compile Wine with MinGW, the first error I get is in dlls/dbghelp/source.c. Yet it seems to me that there is no fundamental reason that would prevent dbghelp from working on Windows (i.e. it's not in the 'ntdll' category). So the error is that although MinGW does not have regex.h and H