On 6/1/10, David Expósito <[email protected]> wrote: > /usr/lib/libXfont.so: undefined reference to `ft_isdigit' > collect2: ld returned 1 exit status
"In newer versions of Freetype2, the ft_isdigit macro has been removed." When building libXfont-1.2.8 in ch. 23.8 Xorg-Libraries you were supposed to do: sed -i 's/(ft_isdigit/(isdigit/' src/FreeType/fttools.c Maybe you can rebuild libXfont and then resume. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
