DarkflameServer icon indicating copy to clipboard operation
DarkflameServer copied to clipboard

BUILD: Cannot use spaces in install path

Open Wincent01 opened this issue 2 years ago • 2 comments

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

Wincent01 avatar Nov 03 '22 20:11 Wincent01

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.

EmosewaMC avatar Nov 04 '22 18:11 EmosewaMC

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

EmosewaMC avatar Nov 05 '22 23:11 EmosewaMC