Re: [pcre-dev] [Bug 1038] New: memcmp not available in pcre…

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: 1038
CC: pcre-dev
Subject: Re: [pcre-dev] [Bug 1038] New: memcmp not available in pcrecpp_stringpiece.h compiling with BCB 6
I'd like to understand what the cause of the problem is first, before
deciding on a solution. Can you find out why Borald isn't finding
memcmp via string.h? Maybe you can compile with -E, or whatever the
Borland equivalent is that shows what the file looks like after going
through the preprocessor?

How do you configure pcre under Borland Builder? Do you get to use
./configure and the like, or are you using the cmake build, or
something else?

It would be nice if we could put all necessary borland hacks in the
configure script, rather than having to litter the source code.

craig