LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   fontconfig-2.2.95 make error (html convert) (https://www.linuxquestions.org/questions/linux-software-2/fontconfig-2-2-95-make-error-html-convert-187620/)

jdurick 05-30-2004 09:03 AM

fontconfig-2.2.95 make error (html convert)
 
RH9.0
kernel: 2.4.20-8 (stock)
upgraded gtk, pango, atk, and glib to latest version

The current task is to upgrade GIMP to v2.0, its says upgrade fontconfig, so I grabbed fontconfig-2.2.95, ran ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man;make;make install and I get this error message while doing the make (looked through the list and didn't find an answer to my question):


docbook2txt local-fontconfig-user.sgml
Using catalogs: /etc/sgml/sgml-docbook-3.1-1.0-17.cat
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on: /root/fontconfig-2.2.95/doc/local-fontconfig-user.sgml
No way to convert HTML to text found.
make[2]: *** [fontconfig-user.txt] Error 8
make[2]: Leaving directory `/root/fontconfig-2.2.95/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/fontconfig-2.2.95'
make: *** [all] Error 2

Installed html2text program and it still will not make - not sure what program it is looking for - possibly I have to modify the Makefile???

tia, jd

Andrew Benton 05-30-2004 10:34 AM

Do you really need the documentation? Try

/configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man --disable-docs

jdurick 05-30-2004 09:05 PM

i found disable-docs right after I posted....apologize for posting before thoroughly reading

thx, jd


All times are GMT -5. The time now is 07:00 PM.