We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Build fails on Arch Linux
To Reproduce Follow build instructions until make command. Invoke make command as follows make -j8
make -j8
Expected behavior Successful build.
Screenshots/Backtrace Ignore broken characters, font issue. (note. The build does fail, I interrupted make to screenshot.)
Environment (please complete the following information):
Suggested Solution Changing the template parameters from size_t to std::size_t seems to allow rtags to compile.
size_t
std::size_t
The text was updated successfully, but these errors were encountered:
Can confirm, I am experiencing the same problem and resolved it the same way.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Build fails on Arch Linux
To Reproduce
Follow build instructions until make command.
Invoke make command as follows
make -j8
Expected behavior
Successful build.
Screenshots/Backtrace
Ignore broken characters, font issue. (note. The build does fail, I interrupted make to screenshot.)
Environment (please complete the following information):
Suggested Solution
Changing the template parameters from
size_t
tostd::size_t
seems to allow rtags to compile.The text was updated successfully, but these errors were encountered: