adobe-type-tools / afdko

Adobe Font Development Kit for OpenType
https://adobe-type-tools.github.io/afdko/
Other
1.04k stars 169 forks source link

building fails on manjaro #1736

Closed Shoxx98 closed 7 months ago

Shoxx98 commented 7 months ago

build log.txt inxi.txt see files attached on system used and the log in detail

skef commented 7 months ago

Based on the error, try installing pkgconf (or verifying that it is installed). As in pacman -S pkgconf.

Because afdko is a python package it can be tricky to express these sorts of dependencies internally, but so far we've found that systems that tend to have compiliers installed also usually have pkg-config installed.

Shoxx98 commented 7 months ago

apparently not an issue that normally needs fixing