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

Fix for a build on FreeBSD 13.2 #1283

Merged
merged 1 commit into from
Jun 15, 2023
Merged

Fix for a build on FreeBSD 13.2 #1283

merged 1 commit into from
Jun 15, 2023

Conversation

vladtr
Copy link
Contributor

@vladtr vladtr commented Jun 14, 2023

It appears that fresh checkout of main fails to build on BSD (and possibly other non-linux-es) due to FC_USE_PTHREAD_NAME_NP not defined and fc::to_string being called.

Replaced fc::to_string -> std::to_string, builds fine now.

uname -a
FreeBSD Z820 13.2-RELEASE FreeBSD 13.2-RELEASE releng/13.2-n254617-525ecfdad597 GENERIC amd64

@vladtr vladtr requested a review from greg7mdp June 15, 2023 12:01
@vladtr vladtr merged commit 294997d into main Jun 15, 2023
@vladtr vladtr deleted the bsd-13-2-build-fix branch June 15, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants