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
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
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
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