I have also uploaded them to github:
https://github.com/nest/nest-simulator/files/9260227/make_output.txt
https://github.com/nest/nest-simulator/files/9260220/cmake_output.txt
This is the first error that appears:
In file included from /usr/include/c++/4.8.2/bits/stl_algobase.h:64:0,
from /usr/include/c++/4.8.2/bits/char_traits.h:39,
from /usr/include/c++/4.8.2/ios:40,
from /usr/include/c++/4.8.2/istream:38,
from /usr/include/c++/4.8.2/sstream:38,
from /headnode1/dnao/gitnest/nest-simulator/thirdparty/compose.hpp:36,
from
/headnode1/dnao/gitnest/nest-simulator/nestkernel/recording_backend_ascii.cpp:24:
/usr/include/c++/4.8.2/bits/stl_pair.h: In instantiation of ‘constexpr std::pair<_T1,
_T2>::pair(const _T1&, const _T2&) [with _T1 = long unsigned int; _T2 =
nest::RecordingBackendASCII::DeviceData]’:
/usr/include/c++/4.8.2/bits/stl_pair.h:281:72: required from ‘constexpr
std::pair<typename std::__decay_and_strip<_Tp>::__type, typename
std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
[with _T1 = const long unsigned int&; _T2 = nest::RecordingBackendASCII::DeviceData;
typename std::__decay_and_strip<_T2>::__type =
nest::RecordingBackendASCII::DeviceData; typename
std::__decay_and_strip<_Tp>::__type = long unsigned int]’
/headnode1/dnao/gitnest/nest-simulator/nestkernel/recording_backend_ascii.cpp:69:108:
required from here
/usr/include/c++/4.8.2/bits/stl_pair.h:113:31: error: use of deleted function
‘nest::RecordingBackendASCII::DeviceData::DeviceData(const
nest::RecordingBackendASCII::DeviceData&)’
: first(__a), second(__b) { }