DarkflameUniverse / DarkflameServer

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

BUILD: Cannot use spaces in install path #815

Open Wincent01 opened 2 years ago

Wincent01 commented 2 years 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 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.

EmosewaMC commented 2 years 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

EmosewaMC commented 1 day ago

this issue has been worked around by preventing building in a folder path with spaces, however the underlying issue still exists