Source: mrpt
Version: 1:1.2.0-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Builds of mrpt for big-endian platforms such as mips have been failing:
/«PKGBUILDDIR»/libs/base/include/mrpt/utils/CStream.h: In member function
'size_t mrpt::utils::CStream::ReadBufferFixEndianness(T*, size_t)':
/«PKGBUILDDIR»/libs/base/include/mrpt/utils/CStream.h:99:41: error:
'reverseBytesInPlace' is not a member of 'mrpt::utils'
for (size_t i=0;i<ElementCount;i++)
mrpt::utils::reverseBytesInPlace(ptr[i]);
It looks like CStream.h needs to #include <mrpt/utils/bits.h>, which
defines the reverseBytesInPlace template. Could you please take care
of it?
Thanks!
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]