Closed Ali-RS closed 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:
meson setup ../
~/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)
Updating Meson to the latest version solved the issue.
I am trying to build the project with Meson as explained on the README page but running
meson setup ../
fails with the below error:(I have not used Meson before)