Hi, since gcc-6 is approaching, somebody did a test build with boinc, boinc-app-seti with the newly shiny gcc-6 (not stable yet).
Lets start with boinc: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811947 > ./sched_msgs.h:46:21: error: unable to find string literal operator > 'operator""x' with 'const char [6]', 'long unsigned int' arguments > #define _(x) "_(\""x"\")" I did this: -#define _(x) "_(\""x"\")" +#define _(x) "_(\"\"x\"\")" and now the build has completed (note: I'm not sure this is the correct way to fix it :) ) boinc-app-seti: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812021 > /usr/include/x86_64-linux-gnu/c++/6/bits/opt_random.h:126:16: error: cannot > convert 'const x86_m128i {aka const __vector(4) int}' to '__m128i {aka > __vector(2) long long int}' for argument '2' to '__m128i > _mm_and_si128(__m128i, __m128i)' seems even a gcc issue, but I leave the bug report to you (or to forward it to some more gcc-savvy people than me :) ) the debian bugs have complete build logs and if you want to test it out, just add experimental debian repositories, and do apt-get install -t experimental gcc g++ cheers, Gianfranco _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
