DarkflameServer
DarkflameServer copied to clipboard
BUILD: Cannot use spaces in install path
Make sure you've done the following:
- [X] I have read the installation guide.
DarkflameServer Version
8d37d9b
Platform
Other
Architecture
x86
Error Logs
Make will fail to build if there are spaces in the path at which the project is installed, e.g: /home/user/Documents/LEGO Universe/Darkflame Universe/DarkflameServer
will not work, but /home/user/Documents/LEGO-Universe/Darkflame-Universe/DarkflameServer
will.
Platform: Manjaro Linux x86-64
Workaround: go to build/mariadbcpp/src/mariadb_connector_cpp-build/libmariadb/libmariadb/CMakeFiles/libmariadb.dir and edit the file path in link.txt to have quotations around the path.
I will also note that this fix needs to be done anytime the server runs the mariadb cmake. Unsure of a solution at this time