You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't build on a clean install of fedora 40. I tried to fix the issues but C and C++ drive me round the bend.
Half the issues are likely missing files from the git repo, and the other half are things like missing header declarations (cstring for memset) or missing declarations like error: use of undeclared identifier 'uint8_t'
Sorry about the drive-by style issue with not much info.
The text was updated successfully, but these errors were encountered:
Doesn't build on a clean install of fedora 40. I tried to fix the issues but C and C++ drive me round the bend.
Half the issues are likely missing files from the git repo, and the other half are things like missing header declarations (cstring for memset) or missing declarations like
error: use of undeclared identifier 'uint8_t'
Sorry about the drive-by style issue with not much info.
The text was updated successfully, but these errors were encountered: