Closed yurivict closed 6 years ago
There are also errors like this:
disprep.cc:29:44: error: use of undeclared identifier 'endl'; did you mean 'std::endl'?
<< " dispersion coefficient" << endl;
^~~~
std::endl
USING_NAMESPACE_STD
and HAVE_SGETN
are unset, this causes this problem.
I don't know of any situations when use std;
can be optional depending on something.
And xsgetn
is always protected, see here https://en.cppreference.com/w/cpp/io/basic_streambuf/sgetn
this is version 2.3.1?
I'll try the version 3.X and will get back to you.
@yurivict version 3.X is abandoned and will not be maintained. Version 4 is live in master and will be released (as 4.0.0-beta.1) any day now. I'd like to fix 2.3.1 though, if that version is giving you trouble.
2.3.1 builds fine. I may have tried version 3, not sure now. I will wait for the version 4 then. Please feel free to close these bug reports then.
Getting these errors on FreeBSD 12: