Need help. Cava. Migration from automake to meson #11562
Replies: 1 comment 4 replies
-
You should compare the command line run by ninja and make to see if there is a different. Also if there is aconfig.h generated, compare what they define. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I'm trying to write meson wrapped file in order to be able to compile Cava via meson.
Here the Cava upstream
Original files for automake:
For this purposes I wrote :
It compiles without issues....



But the result is totally unexpected for me. On the left: cava is built by automake. On the right: cava is build by meson.
I've totally stuck and have no idea.. what is the reason. Can someone help me please ?
I've already tried many variants: turn off unnecessary options... even tried to cut of automake configuration... but despite everything automake does compilation Ok.. but meson doesn't.
Beta Was this translation helpful? Give feedback.
All reactions