bbqscreen_client icon indicating copy to clipboard operation
bbqscreen_client copied to clipboard

Debian 9 compilation errors

Open michaelfranzl opened this issue 8 years ago • 1 comments

Compilation fails with:

/usr/include/c++/6/cmath:101:37: error: ‘__is_integer’ was not declared in this scope
     typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value,

michaelfranzl avatar Jun 05 '17 11:06 michaelfranzl

I had the same problem, but made it compile with some changes: https://github.com/rom1v/bbqscreen_client/commits/compilefix

rom1v avatar Oct 03 '17 07:10 rom1v