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

Αρχική Σελίδα
Delete this message
Συντάκτης: Craig Silverstein
Ημερομηνία:  
Προς: 1038
Υ/ο: pcre-dev
Αντικείμενο: Re: [pcre-dev] [Bug 1038] memcmp not available in pcrecpp_stringpiece.h compiling with BCB 6
} The output of cpp32 without patch clearl shows that memcmp is added
} in the first place. But it just doesn't work without my patch.

I'm confused, what did you run cpp32 *on*? It looks like you only ran
it on a .h file? You need to run it over a .cc file, because that's
what the compiler is doing. What .cc file failed to build for you
originally: pcre_stringpiece.cc? Some other file?

Run cpp32 on that -- just on borland6 with and without the patch, I
don't need borland5 -- and attach those outputs.

craig