tizonia-openmax-il icon indicating copy to clipboard operation
tizonia-openmax-il copied to clipboard

Compilation issues on android termux aarch64

Open tathastu871 opened this issue 2 years ago • 0 comments

Issue

Description

[Description of the issue]

plugins/mp3_decoder/meson.build:1:0: ERROR: Dependency "mad" not found, tried pkgconfig and cmake

But libmad, libid3tag, madplay are installed

meson.build:90:0: ERROR: Invalid version of dependency, need 'uuid' ['>=2.19.0'] found '1.0.3'.

But the latest libuuid is 1.0.3 and util-linux 2.3.7 are installed.

Why it keeps reporting such errors

Steps to Reproduce

meson build

Expected behavior:

[What you expect to happen]

Actual behaviour:

[What actually happens]

Reproduces how often:

[What percentage of the time does it reproduce?]

Versions

Use the information obtained from tizonia --debug.

Installation Method Used

Bintray debs, Snap package, built from source, other?

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

tathastu871 avatar Dec 19 '21 06:12 tathastu871