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

mesonbuild - Update to 0.52.0 #8639

Merged

Conversation

c72578
Copy link
Contributor

@c72578 c72578 commented Oct 17, 2019

No description provided.

@vicroms
Copy link
Member

vicroms commented Oct 21, 2019

Need to test by rebuild packages that use meson, luckily there are only two: fribidi and libepoxy

@vicroms vicroms self-assigned this Oct 22, 2019
@c72578
Copy link
Contributor Author

c72578 commented Oct 24, 2019

  • From testing rebuilds of fribidi and libepoxy, there is an obvious improvement from meson 0.51.0 to 0.52.0
    The compiler flags are messed up, when using meson 0.51.0 (see meson-log.txt), e.g.:
cl : Command line warning D9002 : ignoring unknown option '/OP'
cl : Command line warning D9002 : ignoring unknown option '/OT'
cl : Command line warning D9002 : ignoring unknown option '/O:'
cl : Command line warning D9002 : ignoring unknown option '/OR'
cl : Command line warning D9002 : ignoring unknown option '/OE'
cl : Command line warning D9002 : ignoring unknown option '/OF'
cl : Command line warning D9002 : ignoring unknown option '/OP'
cl : Command line warning D9002 : ignoring unknown option '/OT'
cl : Command line warning D9002 : ignoring unknown option '/O:'
cl : Command line warning D9002 : ignoring unknown option '/OI'
cl : Command line warning D9002 : ignoring unknown option '/OC'
cl : Command line warning D9002 : ignoring unknown option '/OF'

This is fixed, when using meson 0.52.0

@vicroms
Copy link
Member

vicroms commented Oct 28, 2019

Thanks for the PR!

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