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

Fix multiply defined symbols #6

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

ebatz
Copy link

@ebatz ebatz commented Jan 30, 2020

Some refactoring to avoid clashes through multiply defined symbols, caused by code transplanted from Chroma into Lalibe. Lalibe unfortunately doesn't use a separate namespace, and so transplanted code leads to conflicts through multiply defined symbols.

Code compiles now under gcc 7.4.0.

Ben Horz added 3 commits January 29, 2020 18:56
The decent way to fix this would be to put Lalibe in its own namespace,
in which case lifting code from Chroma does not lead to multipe
definitions anymore. This is the quick and dirty fix. I need to take a
shower.
@ebatz ebatz requested review from walkloud and arjunqcd January 30, 2020 03:26
@arjunqcd
Copy link

I would like to see some regression testing before this is merged in, as these changes touch many files.

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.

2 participants