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
Hi.
Sorry for my English.
Not compile at Gentoo. Have a error - redefinition of ‘hashtable_iterator_value’
Reason: GCC version 5, initialize hashtable functions.
How fixed:
View all gcc version: gcc-config -l [1] x86_64-pc-linux-gnu-4.9.3 [2] x86_64-pc-linux-gnu-5.4.0 *
Set index with gcc 4 (at my system is index 1) gcc-config 1
source /etc/profile && env-update
The text was updated successfully, but these errors were encountered:
./configure CC="gcc -std=gnu89" fix that for me
Sorry, something went wrong.
Duplicate of #1.
No branches or pull requests
Hi.
Sorry for my English.
Not compile at Gentoo. Have a error - redefinition of ‘hashtable_iterator_value’
Reason: GCC version 5, initialize hashtable functions.
How fixed:
View all gcc version:
gcc-config -l
[1] x86_64-pc-linux-gnu-4.9.3
[2] x86_64-pc-linux-gnu-5.4.0 *
Set index with gcc 4 (at my system is index 1)
gcc-config 1
source /etc/profile && env-update
emerge -av net-misc/memcacheq
The text was updated successfully, but these errors were encountered: