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

Compile error (again) #352

Closed Alee14 closed 6 years ago

Alee14 commented 6 years ago

I got an error when I was compiling it andrew at AleePC build $ make [ 26%] Built target server [ 60%] Built target gplayapi [ 61%] Linking CXX executable mcpelauncher /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../libprotobuf.so when searching for -lprotobuf /usr/bin/ld: skipping incompatible /usr/lib/libprotobuf.so when searching for -lprotobuf /usr/bin/ld: cannot find -lprotobuf collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/mcpelauncher.dir/build.make:1266: mcpelauncher] Error 1 make[1]: [CMakeFiles/Makefile2:105: CMakeFiles/mcpelauncher.dir/all] Error 2 make: *** [Makefile:130: all] Error 2

codehz commented 6 years ago

install protobuf-compiler libprotobuf-dev:i386 and try again

Alee14 commented 6 years ago

I'm in arch linux

codehz commented 6 years ago

try https://aur.archlinux.org/packages/lib32-libprotobuf/ ?

Alee14 commented 6 years ago

Okay that worked thanks!