Re: Build from source, get terrible fonts

Liste des GroupesRevenir à cl tcl 
Sujet : Re: Build from source, get terrible fonts
De : heller (at) *nospam* deepsoft.com (Robert Heller)
Groupes : comp.lang.tcl
Date : 22. Jun 2024, 14:57:44
Autres entêtes
Organisation : Deepwoods Software
Message-ID : <HMmdneCo_qDFRev7nZ2dnZfqnPudnZ2d@giganews.com>
References : 1 2 3 4
User-Agent : TkNews 3.0 (1.2.18)
At Sat, 22 Jun 2024 12:05:01 +0200 Joerg Mertens <joerg-mertens@t-online.de> wrote:

 
Luc <luc@sep.invalid> wrote:
On Sat, 22 Jun 2024 01:34:44 -0000 (UTC), Rich wrote:
 
Check ./configure --help.
 
The only relevant thing I can find is
 
--enable-xft   use freetype/fontconfig/xft (default: on)
 
But default is on. I recompiled with --enable-xft and the problem
persists.
 
 
 
Run an ldd on the wish which has "good fonts" and on the one that has
"bad fonts".  Compare what is linked.  I bet you find the "bad fonts"
wish does not link to libfreetype.
 
They have a lot in common. These are the lines that the "good" has and
the "bad" or "ugly" doesn't:
 
libXft.so.2 => /usr/lib/x86_64-linux-gnu/libXft.so.2
libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6
libXss.so.1 => /usr/lib/x86_64-linux-gnu/libXss.so.1
libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6
libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1
libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1
libpng16.so.16 => /usr/lib/x86_64-linux-gnu/libpng16.so.16
 
and
 
libXft-dev => I installed it
libfontconfig-dev => I installed it
libfreetype-dev => already had it
libXss-dev => I installed it
libXext-dev => I installed it
libXrender-dev => I installed it
libexpat-dev => already had it
libpng16-dev => already had it
 
I recompiled. And the problem persists. And ldd tells me that the libraries
linked in the good one are still absent in my own build.
 
Now I have no idea what else I need to install to make fonts look good.
 
A few things you could check:
 
What does the configure output look like? Was it still unable to
find the missing libraries?
 
Just making sure: have you started the recompile in a clean source
tree? Safest way is to delete and unpack it again.

+1 +1!

 
What do these "-dev"-packages contain? Shared objects? Header files?
Where are these installed in relation to the system development
files?

The -dev packages contain header files, link libraries, and config files
(PKG_CONFIG or something like that). 

                                                                                            
 

--
Robert Heller             -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software        -- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
heller@deepsoft.com       -- Webhosting Services
                               

Date Sujet#  Auteur
22 Jun 24 * Build from source, get terrible fonts21Luc
22 Jun 24 +* Re: Build from source, get terrible fonts17Rich
22 Jun 24 i+* Re: Build from source, get terrible fonts15Luc
22 Jun 24 ii+- Re: Build from source, get terrible fonts1Rich
22 Jun 24 ii`* Re: Build from source, get terrible fonts13Joerg Mertens
22 Jun 24 ii +- Re: Build from source, get terrible fonts1Robert Heller
22 Jun 24 ii +* Re: Build from source, get terrible fonts10Luc
22 Jun 24 ii i+* Re: Build from source, get terrible fonts5Rich
22 Jun 24 ii ii`* Re: Build from source, get terrible fonts4Robert Heller
23 Jun 24 ii ii +* Re: Build from source, get terrible fonts2Joerg Mertens
23 Jun 24 ii ii i`- Re: Build from source, get terrible fonts1Robert Heller
25 Jun 24 ii ii `- Re: Build from source, get terrible fonts1Benjamin Riefenstahl
23 Jun 24 ii i`* Re: Build from source, get terrible fonts4Joerg Mertens
23 Jun 24 ii i `* Re: Build from source, get terrible fonts3Luc
24 Jun 24 ii i  +- Re: Build from source, get terrible fonts1Rich
24 Jun 24 ii i  `- Re: Build from source, get terrible fonts1Joerg Mertens
22 Jun 24 ii `- Re: Build from source, get terrible fonts1Rich
22 Jun 24 i`- Re: Build from source, get terrible fonts1Robert Heller
22 Jun 24 +- Re: Build from source, get terrible fonts1greg
22 Jun 24 `* Re: Build from source, get terrible fonts2Anssi Saari
22 Jun 24  `- Re: Build from source, get terrible fonts1Robert Heller

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal