Tzanio Kolev
Tzanio Kolev
Merged in `next` for testing...
Please resolve conflicts with `master`
Now that PR https://github.com/mfem/mfem/pull/3922 has been merged in `master`, please update this PR by: 1. merging `master` in here and resolving conflicts 2. replacing use of `double` with `real_t` 3....
ping: @dohyun-cse -- can you try to address the above ☝️ changes?
This PR is now [under review](https://github.com/mfem/mfem/blob/master/CONTRIBUTING.md#pull-requests) (see the table in the PR description). To help with the review process, please **do not force push** to the branch.
Hi @rozerinyildiz23, This looks like a compiler/C++ version issue. What version of MFEM do you use and what is the compiler in your Cygwin setup?
What's the output of `g++ --version`
I am not sure why are you getting this error. It looks like there is `strerror_r` in [Cygwin's newlib](https://github.com/Cygwin/Cygwin/blob/master/newlib/libc/string/strerror_r.c) which is [available in `string.h`](https://github.com/cygwin/cygwin/blob/master/newlib/libc/include/string.h#L92-L109). That being said, unless you are...
Merged in `next` for testing...
Thanks @cjvogl !