Carlos Miguel Ferreira

Results 11 comments of Carlos Miguel Ferreira

I prefer a mix of mailing list + github issues, but I'm no stranger to forums, as long as the devs keep an eye on them.

Failures in `x86_64` and` i386_pentium-mmx` targets are due to the absence of the quadmath library from GCC. For these targets, it will require the build of this library with GCC....

@neheb I've added a patch that simply forces a failure on the quadmath test. From what I could assess, in order to provide support for quadmath test for x86_64 and...

@brvphoenix I think that would be a too restrictive measure :/ The library is still useful for all of the other targets and it is still useful even without libquadmath....

I'm also having issues when using the rpi cross compiler v4.9.3. The toolchain is unable to find the raspbian libraries in the root folder, into where I rsync the /lib...

GCC 4.9 does not support most of the c++1z features. In fact, it doesn't even support most of the C++14 features. :/ https://gcc.gnu.org/projects/cxx-status.html On 8 June 2016 at 18:15, Luca...

@brvphoenix apologies for the late reply. No, I did not test an update to the toolchain. Thank you for your suggestion, I will try it.

@brvphoenix with the update to the toolchain to provide libquadmath, the issue is resolved.

I'm also seeing this ``` [build] /home/claymore/.conan/data/boost/1.79.0/_/_/package/1671931156455a119d7c3f14d951ac5fdbc5cd10/include/boost/mpl/aux_/integral_wrapper.hpp:73:88: error: the result of the conversion is unspecified because ‘(0 - 1)’ is outside the range of type ‘boost::log::v2s_mt_posix::lock_access_mode’ [-Werror=conversion] [build] 73 |...

I would hope they followed the Arch example and provide the 6.1.1 version :/