Skip to content

Instantly share code, notes, and snippets.

@antonva
Created July 12, 2014 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonva/9c704e5cfed19d878363 to your computer and use it in GitHub Desktop.
Save antonva/9c704e5cfed19d878363 to your computer and use it in GitHub Desktop.
➜ demoinfogo g++ -m32 -Wall -pedantic -std=c++11 *.cpp -o demoinfogo -lprotobuf
In file included from /usr/include/c++/4.9.0/random:49:0,
from /usr/include/c++/4.9.0/bits/stl_algo.h:66,
from /usr/include/c++/4.9.0/algorithm:62,
from /usr/include/google/protobuf/repeated_field.h:49,
from generated_proto/netmessages_public.pb.h:24,
from demofiledump.h:30,
from demofiledump.cpp:28:
/usr/include/c++/4.9.0/bits/random.h:106:26: error: expected unqualified-id before ‘__int128’
{ typedef unsigned __int128 type; };
^
In file included from /usr/include/c++/4.9.0/random:49:0,
from /usr/include/c++/4.9.0/bits/stl_algo.h:66,
from /usr/include/c++/4.9.0/algorithm:62,
from /usr/include/google/protobuf/repeated_field.h:49,
from generated_proto/netmessages_public.pb.h:24,
from demofiledump.h:30,
from demoinfogo.cpp:25:
/usr/include/c++/4.9.0/bits/random.h:106:26: error: expected unqualified-id before ‘__int128’
{ typedef unsigned __int128 type; };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment