Hi! On Tue, 15 Mar 2005 20:47:12 +0100, Jan Bouma <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm new at gnome. First i thought jhbuild was a IDE for java but boy > what was i wrong. > A great set of script for retrieving source and building gnome destop.
Hehe. > Im trying to build gnome desktop with jhbuild. > > But when it reaches fontconfig i get error like these: > > nsgmls:/home/jan/cvsroot/gnome2/fontconfig/doc/local-fontconfig-devel.sgml:43:8:E: > element "ARTICLE" unde fined > nsgmls:/home/jan/cvsroot/gnome2/fontconfig/doc/local-fontconfig-devel.sgml:44:7:E: > element "TITLE" undefi ned > nsgmls:/home/jan/cvsroot/gnome2/fontconfig/doc/local-fontconfig-devel.sgml:45:11:E: > element "ARTHEADER" u ndefined > nsgmls:/home/jan/cvsroot/gnome2/fontconfig/doc/local-fontconfig-devel.sgml:46:9:E: > element "AUTHOR" undef ined > nsgmls:/home/jan/cvsroot/gnome2/fontconfig/doc/local-fontconfig-devel.sgml:47:13:E: > element "FIRSTNAME" u n > > Does any body know what to do? You shouldn't need the fontconfig docs. I would suggest adding the following line: module_autogenargs['fontconfig'] = '--disable-static --disable-gtk-doc --disable-docs' to your ~/.jhbuildrc, exit jhbuild entirely, and restart it with the command jhbuild build -a -t fontconfig Someone else may have an alternate suggestion, but I believe that should allow you to move on. Elijah _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
