DarkflameUniverse / DarkflameServer

The main repository for the Darkflame Universe Server Emulator project.
https://www.darkflameuniverse.org/
GNU Affero General Public License v3.0
642 stars 171 forks source link

BUILD: Cannot use spaces in install path #815

Open Wincent01 opened 1 year ago

Wincent01 commented 1 year ago

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

EmosewaMC commented 1 year 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.

EmosewaMC commented 1 year ago

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