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 compilation for 2.6 (fixing #67) #68

Merged
merged 3 commits into from
Jan 8, 2019
Merged

Conversation

valich
Copy link
Collaborator

@valich valich commented Jan 8, 2019

2.6 adds an obstacle for compiling debase. ruby/ruby@2e5aa3f adds some helper function which requires TRUE and FALSE macros to be defined. This is somewhat difficult to tackle because fixing it requires setting RUBY_EXPORT to true. I am not sure this is a good approach for building a gem. At the same time, it seems that we have just introduced unnecessary includes in 85493d7, so it seems that removing them solves the issue.

@valich valich merged commit 006d334 into ruby-debug:master Jan 8, 2019
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.

1 participant