Error in buildroot cannot find -lintl
Posted: 2024-01-26 23:41
I'm trying to customize the flash image. I'm following instructions from:
https://wiki.luckfox.com/Luckfox-Pico/L ... -Buildroot
However many packages lead to the same error while building libglib2-2.72.3:
I tried enabling Target packages > Development tools >gettext but I still get the error.
This is big problem because if I enable something that requires it - like mc (Midnight Commander) I get this error, but even if I remove mc the error doesn't go away so I have to do distclean and start over. And it's not only mc, a lot of the packages lead to this error
https://wiki.luckfox.com/Luckfox-Pico/L ... -Buildroot
However many packages lead to the same error while building libglib2-2.72.3:
Code: Select all
Checking for function "ngettext" : NO
Library intl found: NO
output/build/libglib2-2.72.3/meson.build:2102:4: ERROR: Automatic wrap-based subproject downloading is disabled
A full log can be found at /home/sysdrv/source/buildroot/buildroot-2023.02.6/output/build/libglib2-2.72.3/build/meson-logs/meson-log.txt
make: *** [package/pkg-generic.mk:283: /home/sysdrv/source/buildroot/buildroot-2023.02.6/output/build/libglib2-2.72.3/.stamp_configured] Error 1
This is big problem because if I enable something that requires it - like mc (Midnight Commander) I get this error, but even if I remove mc the error doesn't go away so I have to do distclean and start over. And it's not only mc, a lot of the packages lead to this error