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
ArchLinux usually builds out of the box whatever other distro can build.
In this case there is a good old problem about undeclared identifier via mbstring
src/cruntime/mbstring.cpp:183:20: error: use of undeclared identifier 'min' ret += min(count, strlen((const char*)string));
It seems to be something related to the clang version which is currently version 3.8.0 (tags/RELEASE_380/final).
clang
version 3.8.0 (tags/RELEASE_380/final)
Following the uname: Linux localhost 4.6.4-1-ARCH #1 SMP PREEMPT Mon Jul 11 19:12:32 CEST 2016 x86_64 GNU/Linux
uname
All dependencies have been installed. Any way we can solve this? AFAIK ArchLinux is the second most popular distro after Ubuntu, it would be great.
Thanks for any sort of hint or fix.
The text was updated successfully, but these errors were encountered:
@WebReflection are you using the linux branch or master ? AFAIK this problem was solved in linux branch
linux
master
Sorry, something went wrong.
I've completely missed the git checkout linux point of this list
git checkout linux
I'll try again this evening and eventually reopen but I'm sure it'll be fine if it's something known.
Thank you.
No branches or pull requests
ArchLinux usually builds out of the box whatever other distro can build.
In this case there is a good old problem about undeclared identifier via mbstring
It seems to be something related to the
clang
version which is currentlyversion 3.8.0 (tags/RELEASE_380/final)
.Following the
uname
:Linux localhost 4.6.4-1-ARCH #1 SMP PREEMPT Mon Jul 11 19:12:32 CEST 2016 x86_64 GNU/Linux
All dependencies have been installed. Any way we can solve this?
AFAIK ArchLinux is the second most popular distro after Ubuntu, it would be great.
Thanks for any sort of hint or fix.
The text was updated successfully, but these errors were encountered: