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

mnemonics: fix duplicate symbol error #329

Merged
merged 1 commit into from
Jun 23, 2015
Merged

mnemonics: fix duplicate symbol error #329

merged 1 commit into from
Jun 23, 2015

Conversation

laanwj
Copy link
Contributor

@laanwj laanwj commented Jun 23, 2015

Fix the following compile error in the tests on gcc 4.8.2:

electrum-words.cpp.o (symbol from plugin): In function `Language::utf8prefix(std::string const&, unsigned long)':
(.text+0x0): multiple definition of `Language::utf8prefix(std::string const&, unsigned long)'
CMakeFiles/unit_tests.dir/mnemonics.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2: error: ld returned 1 exit status

@fluffypony fluffypony merged commit 204759f into monero-project:master Jun 23, 2015
fluffypony added a commit that referenced this pull request Jun 23, 2015
204759f mnemonics: fix duplicate symbol error (Wladimir J. van der Laan)
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

Successfully merging this pull request may close these issues.

None yet

2 participants