Skip to content

Conversation

@AndrewMeadows
Copy link
Collaborator

This PR provides some fixes for compile errors I encountered when building develop-linux branch on my System76 laptop (Pop!OS, g++-11.4.0, cmake-4.2.1). This PR provides the changes I had to make to convince the viewer to build.

static const type_enum_t LLCORE = 2; ///< mStatus is an HE_* error code
static constexpr type_enum_t EXT_CURL_EASY = 0; ///< mStatus is an error from a curl_easy_*() call
static constexpr type_enum_t EXT_CURL_MULTI = 1; ///< mStatus is an error from a curl_multi_*() call
static constexpr type_enum_t LLCORE = 2; ///< mStatus is an HE_* error code
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

g++-11.4.0 requires these member variables to be constexpr.

@akleshchev akleshchev merged commit cba36bc into develop-linux Dec 31, 2025
16 checks passed
@akleshchev akleshchev deleted the leviathan/develop-linux branch December 31, 2025 11:44
@github-actions github-actions bot locked and limited conversation to collaborators Dec 31, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants