fontconfig 2.3.2 fails to compile

2008-05-06 Thread Kimmo Tuhkala
i installed all dependencies for DocBook-utils-0.6.14 and then fontconfig fails to compile Beyond Linux From Scratch - Version 6.2.0 Chapter 9. Graphics and Font Libraries Fontconfig-2.3.2 /bin/sh ../libtool --mode=link gcc -g -O2 -o fc-cache fc-cache.o ../src/libfontco

Re: Fontconfig 2.3.2 fails

2006-06-15 Thread gena-j
On Wed, Jun 14, 2006 at 01:55:57PM -0700, Dan Nicholson wrote: > > Gena, do you have SGMLSpm and JadeTex installed? No I didn't have them installed, sorry, it's my usage of English. I thought that the condition was that if you had docbook utils = true and remove --disable-docs = true, you need

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Randy McMurchy
Randy McMurchy wrote these words on 06/14/06 16:04 CST: > However, Gena shouldn't be having the problem according to that note. > It says "if you remove the --disable-doc switch", which I thought was > *not* done. I'm renaming my sgmlspl program right now and running > a fontconfig build to see wh

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Dan Nicholson
On 6/14/06, Randy McMurchy <[EMAIL PROTECTED]> wrote: However, Gena shouldn't be having the problem according to that note. It says "if you remove the --disable-doc switch", which I thought was *not* done. I'm renaming my sgmlspl program right now and running a fontconfig build to see what happe

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Randy McMurchy
Dan Nicholson wrote these words on 06/14/06 15:55 CST: > Whoa! I just looked at the giant yellow box on the FC page and take > back the entire previous message. I thought you might want to do that. :-) However, Gena shouldn't be having the problem according to that note. It says "if you remove

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Dan Nicholson
On 6/14/06, Randy McMurchy <[EMAIL PROTECTED]> wrote: Dan Nicholson wrote these words on 06/14/06 15:46 CST: > Maybe we should add a note to the Docbook-utils dependency noting that > you also need SGMLSpm. ??? Not sure what you mean. Please look at both the Fontconfig page and Docbook-Utils p

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Randy McMurchy
Dan Nicholson wrote these words on 06/14/06 15:46 CST: > Maybe we should add a note to the Docbook-utils dependency noting that > you also need SGMLSpm. ??? Not sure what you mean. Please look at both the Fontconfig page and Docbook-Utils page and then provide an example of what you mean. -- R

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Dan Nicholson
On 6/14/06, Randy McMurchy <[EMAIL PROTECTED]> wrote: A brief reading of the thread shows it could not find the sgmlspl program which is installed by the SGMLSpm perl module. Fontconfig is trying to build the man page, but it cannot find the program so it bails. A-ha! I was looking through th

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Randy McMurchy
Dan Nicholson wrote these words on 06/14/06 12:22 CST: > Good. Of course, it doesn't address the issue of why Fontconfig > doesn't like your Docbook installation. But I'm in over my head > there. A brief reading of the thread shows it could not find the sgmlspl program which is installed by the

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread gena-j
On Wed, Jun 14, 2006 at 10:22:21AM -0700, Dan Nicholson wrote: > On 6/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > >HASDOCBOOK=no ./configure --prefix=/usr --sysconfdir=/etc \ > >--disable-docs --without-add-fonts \ > >--with-docdir=/usr/share/doc/fontconfig-2.3.2 > > Good. O

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Dan Nicholson
On 6/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: HASDOCBOOK=no ./configure --prefix=/usr --sysconfdir=/etc \ --disable-docs --without-add-fonts \ --with-docdir=/usr/share/doc/fontconfig-2.3.2 Good. Of course, it doesn't address the issue of why Fontconfig doesn't like your Doc

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread gena-j
On Wed, Jun 14, 2006 at 09:28:53AM -0700, Dan Nicholson wrote: > On 6/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >On Wed, Jun 14, 2006 at 06:34:32AM -0700, Dan Nicholson wrote: > >> > >> make USEDOCBOOK_TRUE='#' USEDOCBOOK_FALSE="" > > HASDOCBOOK=no ./configure ... That worked, thanks.

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Dan Nicholson
On 6/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On Wed, Jun 14, 2006 at 06:34:32AM -0700, Dan Nicholson wrote: > > make USEDOCBOOK_TRUE='#' USEDOCBOOK_FALSE="" make[2]: Entering directory `/home/gena/src/fontconfig-2.3.2/fc-cache' rm -f fc-cache.1 docbook2man ../fc-cache/fc-cache.sgml U

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Dan Nicholson
On 6/14/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: Try `make DOCSRC=""'. It should avoid the doc subdir altogether then. Another possibility that might not work is `make USE_DOCBOOK_TRUE=#'. In fact, the second one should work. configure is buggy since it enables or disables DOCBOOK befor

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Dan Nicholson
On 6/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On Wed, Jun 14, 2006 at 07:30:23AM +0100, Andrew Benton wrote: > > After you've run configure, before you run make, blank the doc/Makefile > > echo all: > doc/Makefile && > echo install: >> doc/Makefile I wonder if you have any other sugge

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread gena-j
On Wed, Jun 14, 2006 at 01:32:15PM +0100, Andrew Benton wrote: > [EMAIL PROTECTED] wrote: > >I wonder if you have any other suggestions? I'm still getting the same > >error, however there's a lot more output, so I guess it's getting further > >into the build. Maybe rewrite another Makefile? Am

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread Andrew Benton
[EMAIL PROTECTED] wrote: I wonder if you have any other suggestions? I'm still getting the same error, however there's a lot more output, so I guess it's getting further into the build. Maybe rewrite another Makefile? Am I pasting enough of the error? Have you tried running configure with

Re: Fontconfig 2.3.2 fails

2006-06-14 Thread gena-j
On Wed, Jun 14, 2006 at 07:30:23AM +0100, Andrew Benton wrote: > > After you've run configure, before you run make, blank the doc/Makefile > > echo all: > doc/Makefile && > echo install: >> doc/Makefile I wonder if you have any other suggestions? I'm still getting the same error, however there

Re: Fontconfig 2.3.2 fails

2006-06-13 Thread Andrew Benton
[EMAIL PROTECTED] wrote: Hi I wondered if someone could point me in the right direction to get fontconfig installed. I've installed docbook and it's the docbook catalogue that seems to be causing the problem. After googling around I got the impression that I needed to update my catalogue bu

Fontconfig 2.3.2 fails

2006-06-13 Thread gena-j
Hi I wondered if someone could point me in the right direction to get fontconfig installed. I've installed docbook and it's the docbook catalogue that seems to be causing the problem. After googling around I got the impression that I needed to update my catalogue but I'd followed the blfs boo