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

feature(StoneDB 8.0): compile the stonedb 8.0 failed #606

Closed
DandreChen opened this issue Sep 28, 2022 · 0 comments
Closed

feature(StoneDB 8.0): compile the stonedb 8.0 failed #606

DandreChen opened this issue Sep 28, 2022 · 0 comments
Assignees
Labels
A-feature feature with good idea C-stonedb-8.0 associated with stonedb 8.0

Comments

@DandreChen
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

compile the stonedb 8.0 failed, because MySQL 8.0's boost patches conflict with boost code
MySQL 8.0 add some code in boost patches, we can see :mysql/mysql-server@e11fd7d
so we need to set the compilation order and give priority to the boost code in patches

Describe alternatives you've considered

modify cmake,give priority to the boost code in patches

Additional context

@DandreChen DandreChen added the A-bug Something isn't working label Sep 28, 2022
@DandreChen DandreChen added this to the stonedb_8.0_v1.0.0 milestone Sep 28, 2022
@DandreChen DandreChen self-assigned this Sep 28, 2022
DandreChen added a commit to DandreChen/stonedb that referenced this issue Sep 28, 2022
[summary]
1 during compilation, errors will be reported that the boost function or variable is not defined
2 modify the cmake file that uses the boost module, so that the boost code in patches can be used first
@RingsC RingsC added A-feature feature with good idea C-stonedb-8.0 associated with stonedb 8.0 and removed A-bug Something isn't working labels Sep 29, 2022
@DandreChen DandreChen changed the title bug(StoneDB 8.0): compile the stonedb 8.0 failed feature(StoneDB 8.0): compile the stonedb 8.0 failed Sep 29, 2022
DandreChen added a commit to DandreChen/stonedb that referenced this issue Sep 29, 2022
[summary]
1 during compilation, errors will be reported that the boost function or variable is not defined
2 modify the cmake file that uses the boost module, so that the boost code in patches can be used first
mergify bot pushed a commit that referenced this issue Sep 29, 2022
[summary]
1 during compilation, errors will be reported that the boost function or variable is not defined
2 modify the cmake file that uses the boost module, so that the boost code in patches can be used first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-feature feature with good idea C-stonedb-8.0 associated with stonedb 8.0
Projects
Development

No branches or pull requests

2 participants