Open Wincent01 opened 2 years ago
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
this issue has been worked around by preventing building in a folder path with spaces, however the underlying issue still exists
Make sure you've done the following:
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