WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Xft on piCore  (Read 758 times)

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Xft on piCore
« on: May 20, 2022, 01: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
Code: [Select]
/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 ?
It's fine

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14534
Re: Xft on piCore
« Reply #1 on: May 20, 2022, 02:01:05 AM »
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.

Offline MrToga

  • Full Member
  • ***
  • Posts: 142
Re: Xft on piCore
« Reply #2 on: May 20, 2022, 06:13:43 AM »
Ok I'm just dumb


Thanks you for the info .
It's fine