MCMrARM / mcpelauncher-linux

Please note this is a legacy repository, please go to: https://github.com/minecraft-linux/mcpelauncher-manifest/wiki
GNU General Public License v3.0
312 stars 46 forks source link

Problem with version of protobuf #355

Open phunni opened 6 years ago

phunni commented 6 years ago

When I try and run i get the following error:

[libprotobuf FATAL google/protobuf/stubs/common.cc:68] This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.4.0.  Please update your library.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "/home/paul/opt/mcpelauncher-linux/build/gplay_api/gsf.pb.cc".)
terminate called after throwing an instance of 'google::protobuf::FatalException'
  what():  This program requires version 3.5.0 of the Protocol Buffer runtime library, but the installed version is 3.4.0.  Please update your library.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "/home/paul/opt/mcpelauncher-linux/build/gplay_api/gsf.pb.cc".)
Aborted (core dumped)

I have version 3.5.x of both 64 and 32 bit version of protobuf.

phunni commented 6 years ago

Any workaround for this?

MCMrARM commented 6 years ago

It'll be solved after the huge rewrite is done.