-
When I try running cmake .. from my build directory I get this: https://i.postimg.cc/4yGR6z4w/Screenshot-from-2021-06-20-17-07-15.png Currently running arch linux. Did not have this issue when I was running ubuntu. maridb, mariadb-clients, and mariadb-libs version 10.5.10-1 are all installed. When I tried looking up MARIADBPP_LIBRARY I found this page (https://www.programmersought.com/article/62275844255/) that says I need to install maria-db-connector-c. But I already have that installed with https://archlinux.org/packages/extra/x86_64/mariadb-libs/. MOD EDIT: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We don't have ...but I see Wings does. Please go get setup support from them if you're using their repo. At this point, we're not really drop-in compatible with each other: our Lua+Sol refactor and new mission framework vs. their new login server and different message queue etc. As an aside - we should probably remove the setup instructions for Arch Linux and Raspberry Pi from the main setup pages and put them in an |
Beta Was this translation helpful? Give feedback.
We don't have
MARIADBPP_LIBRARY
as a dependency:https://github.com/LandSandBoat/server/blob/base/CMakeLists.txt
https://github.com/LandSandBoat/server/tree/base/cmake
https://github.com/LandSandBoat/server/blob/base/cmake/FindMySQL.cmake
...but I see Wings does. Please go get setup support from them if you're using their repo. At this point, we're not really drop-in compatible with each other: our Lua+Sol refactor and new mission framework vs. their new login server and different message queue etc.
As an aside - we should probably remove the setup instructions for Arch Linux and Raspberry Pi from the main setup pages and put them in an
Experimental and unsupported - but technically shoul…