Skip to content
New issue

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

Can not compile at Gentoo (redefinition of ‘hashtable_iterator_value’) #5

Open
sms-assistent opened this issue Dec 5, 2016 · 2 comments

Comments

@sms-assistent
Copy link

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:

  1. 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 *

  2. Set index with gcc 4 (at my system is index 1)
    gcc-config 1

source /etc/profile && env-update

  1. Install memcacheq from ebuild
    emerge -av net-misc/memcacheq
@yedamao
Copy link

yedamao commented Aug 10, 2017

./configure CC="gcc -std=gnu89" fix that for me

@ryandesign
Copy link

Duplicate of #1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants