Traneptora / jxlatte

Java JPEG XL decoder
MIT License
44 stars 5 forks source link

Issue building project with Meson build system #11

Closed Ali-RS closed 1 year ago

Ali-RS commented 1 year ago

I am trying to build the project with Meson as explained on the README page but running meson setup ../ fails with the below error:

~/Desktop/jxlatte-main/build$ meson setup ../
The Meson build system
Version: 0.53.2
Source dir: /home/ali/Desktop/jxlatte-main
Build dir: /home/ali/Desktop/jxlatte-main/build
Build type: native build
Project name: jxlatte
Project version: 0.1.0
Java compiler for the host machine: javac (unknown 11.0.11)
Host machine cpu family: x86_64
Host machine cpu: x86_64

meson.build:5:0: ERROR: Language Java does not support compile checks.

(I have not used Meson before)

Ali-RS commented 1 year ago

Updating Meson to the latest version solved the issue.