Re: Problem building Crypto++ with C++Builder XE5 - EMBARCADERO - RAD Studio 12.0

2017-10-12 Thread Jeffrey Walton
> nbtheory.cpp(1026,90): error E2268: E2268 Call to undefined function 'log' > nbtheory.cpp(1033,90): error E2268: E2268 Call to undefined function 'log' and can be tricky. What I have found is, as soon as we change to std::log, then another compiler breaks. In fact, we were trying to use

Re: Problem building Crypto++ with C++Builder XE5 - EMBARCADERO - RAD Studio 12.0

2017-10-12 Thread Jeffrey Walton
On Thursday, October 12, 2017 at 1:21:54 PM UTC-4, Jeffrey Walton wrote: > > > nbtheory.cpp(1026,90): error E2268: E2268 Call to undefined function > 'log' > > nbtheory.cpp(1033,90): error E2268: E2268 Call to undefined function > 'log' > > and can be tricky. What I have found is, as soon

Re: Problem building Crypto++ with C++Builder XE5 - EMBARCADERO - RAD Studio 12.0

2017-10-12 Thread Jeffrey Walton
On Wednesday, October 11, 2017 at 3:04:18 AM UTC-4, Giuseppe Zagari wrote: > > > nbtheory.cpp(1026,90): error E2268: E2268 Call to undefined function 'log' > nbtheory.cpp(1033,90): error E2268: E2268 Call to undefined function 'log' > > fixed by addinb std::log > > [bcc32 Fatal Error]