From: Roy S. <roy...@ic...> - 2017-10-25 13:17:53
|
On Wed, 25 Oct 2017, Michael Povolotskyi wrote: > I have a problem during libmesh installation. > > ./contrib/eigen/eigen/Eigen/src/Core/util/Memory.h: In function ‘void* > Eigen::internal::generic_aligned_realloc(void*, size_t, size_t)’: > ./contrib/eigen/eigen/Eigen/src/Core/util/Memory.h:167: error: > ‘__errno_location’ was not declared in this scope See https://github.com/libMesh/libmesh/issues/1411 for some discussion. We're still not sure how or even if it can be generally fixed, but "use a newer compiler" is a possible workaround. I'd be very interested to hear (preferably as another comment on that issue, to keep it all together) whether or not a compiler upgrade works for you too. --- Roy |