Error compiling with Ubuntu Linux x86_64

juaxix
juaxix ✭✭
Hello again guys, I'm doing the Linux port for my PhotonCloud plugin for ShiVa engine and I have a new error I don't know how to fix right now ,I hope you can help me finding it or at least pointing to the right direction.
Here you are the makefile:
https://pastebin.com/c6VsvE8e

and the compile result:
https://pastebin.com/NW7eVuL3

Comments

  • Hi @juaxix.

    Those errors look like the linker can't find the Common C++ library.

    Please take a look at the Android.mk file of one of our demos inside the Photon Android NDK Client SDK for an example of a working setup in which the linker can see the libraries and adjust your makefile accordingly.