Francois Gouget a écrit :
On Sat, 13 Dec 2008, Eric Pouech wrote: [...]
- #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 support is present
It still feels wrong for Wine to fail compiling just because a regular expression library is missing. If we can compile Wine without X we should be able to compile it without a regular expression library.
I'd rather say a system without regex support is broken. even macos seems to have it ;-) but I agree the configure output should be clearer about this dependancy A+