Enlightenment / edi

An EFL based / focussed IDE for Linux
Other
40 stars 9 forks source link

Fails to build on Debian Bookwork (testing) with meson 0.62.2 #32

Open alexolivan opened 2 years ago

alexolivan commented 2 years ago

Hi! I'm not used to all this meson stuff ... but looks like its not iterating/assembling paths correctly, because it looks to me that folders are there in sources.

Steps to reproduce:

meson -Dlibclang-headerdir=/usr/lib/llvm-13/include/ -Dlibclang-libdir=/usr/lib/llvm-13/lib/ . build
[...]

data/extra/templates/meson.build:8:2: ERROR: File skeletons/eflproject does not exist.

A full log can be found at /usr/local/src/edi-0.8.0/build/meson-logs/meson-log.txt

Best regards

ajschadler12 commented 1 year ago

It looks like core development moved to Gitea. They have not advertised this, for whatever reason. New repo is here. Confirmed that meson step works just fine.