Activity log for bug #1624775

Date Who What changed Old value New value Message
2016-09-17 23:45:48 Ioann bug added bug
2016-09-17 23:47:12 Ioann description Hi I think there is a problem in g++ compiler libs. I tried to compile https://github.com/dreamstalker/rehlds On one of installation steps rehlds compiles own bzip2 that uses random.h from system libs with g++. And it fails with message /usr/include/c++/4.8/random.h(106): error expected a ";" {typedef unsigned __int128 type;}; ^ If i set ";" or remove "type;" compilation succeeds without errors. Either it is simple copy-paste error or problem with "random.h" Hi I think there is a problem in g++ compiler libs. I tried to compile https://github.com/dreamstalker/rehlds On one of installation steps rehlds compiles own bzip2 that uses random.h from system libs with g++. And it fails with message /usr/include/c++/4.8/bits/random.h(106): error expected a ";" {typedef unsigned __int128 type;};                            ^ If i set ";" or remove "type;" compilation succeeds without errors. Either it is simple copy-paste error or problem with "random.h"
2016-09-18 00:43:47 Ubuntu Foundations Team Bug Bot tags 14.04 g++ ubuntu 14.04 bot-comment g++ ubuntu
2016-09-18 10:30:15 Ioann affects ubuntu gcc-4.8 (Ubuntu)