Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: MrToga on May 20, 2022, 04:19:43 AM
-
Hello guys,
I'm trying to install xft on my rasp so I downloaded the source package from here : https://www.x.org/releases/individual/lib/
During the compilation I get an error that said that I don't have fontconfig so I downloaded it to using this link : https://www.freedesktop.org/software/fontconfig/release/
But when I try to compile it I get an error that said /usr/local/bin/grep: /usr/local/lib/libglib-2.0.la: No such file or directory
So I think it's something with GTK+ (https://www.linuxquestions.org/questions/linux-software-2/grep-usr-lib-libglib-2-0-la-no-such-file-or-directory-103605/)so I tryed to tce-load -wi gtk4-dev but doesn't work either.
Any toughts ?
-
libXft is in the repo…
The error can (paradoxically) be fixed by deleting all *.la files in /usr/local/lib and running configure/make again.
-
Ok I'm just dumb
Thanks you for the info .