Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUILD: Cannot use spaces in install path #815

Open
1 task done
Wincent01 opened this issue Nov 3, 2022 · 3 comments
Open
1 task done

BUILD: Cannot use spaces in install path #815

Wincent01 opened this issue Nov 3, 2022 · 3 comments
Labels
build Related to building the server P-low This issue can affect gameplay, but does not prevent a user from playing or progressing P-needs-investigation This issue needs to be investigated

Comments

@Wincent01
Copy link
Member

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 Wincent01 added build Related to building the server P-needs-investigation This issue needs to be investigated P-low This issue can affect gameplay, but does not prevent a user from playing or progressing labels Nov 3, 2022
@EmosewaMC
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to building the server P-low This issue can affect gameplay, but does not prevent a user from playing or progressing P-needs-investigation This issue needs to be investigated
Projects
None yet
Development

No branches or pull requests

2 participants