lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.13k stars 356 forks source link

Cant build project ft2build.h: No such file or directory #223

Closed FightForDobro closed 3 years ago

FightForDobro commented 3 years ago

when building I am get error

freetype.c:40:10: fatal error: ft2build.h: No such file or directory 40 | #include | ^~~~ compilation terminated.

lc-soft commented 3 years ago

How did you build it? Please check whether the command you run and its output are the same as GitHub Actions: https://github.com/lc-soft/LCUI/runs/1056914187

FightForDobro commented 3 years ago

When I run ./configure, I have a difference in this line GitHub Actions: Build with fontconfig support ...... : yes My result: Build with fontconfig support ...... : no

Full result: Build with lcui-builder support .... : yes Build with libpng support .......... : yes Build with libjpeg support ......... : yes Build with font-engine support ..... : freetype2 Build with fontconfig support ...... : no Build with thread support .......... : pthread Build with OpenMP support .......... : yes Build with video support ........... : x11

lc-soft commented 3 years ago

@FightForDobro please upload config.log file