Re: control centre make error: [keyboard-drawing.o] Error 1

2006-05-23 Thread Georgina Joyce
On Tue, May 23, 2006 at 07:49:29AM +0100, Andrew Benton wrote: > > It looks like ld isn't finding libpangoxft. Try running make like this > > make LDFLAGS=-lpangoxft-1.0 Just the job, many thanks. It's was an experience to have gnome go so well until the penaltimate package. Many thanks. Gena

Re: control centre make error: [keyboard-drawing.o] Error 1

2006-05-22 Thread Andrew Benton
Georgina Joyce wrote: /usr/src/control-center-2.10.1/libkbdraw/keyboard-drawing.c:646: undefined reference to `pango_xft_set_default_substitute' ../../libkbdraw/libkbdraw.a(keyboard-drawing.o)(.text+0x6eb):/usr/src/control-center-2.10.1/libkbdraw/keyboard-drawing.c:658: undefined reference to `

Re: control centre make error: [keyboard-drawing.o] Error 1

2006-05-22 Thread Georgina Joyce
On Mon, May 22, 2006 at 07:52:19PM +0100, Andrew Benton wrote: > > After you've run configure, before you run make, remove -Werror from the > libkbdraw Makefile > > sed -i 's: -Werror::' libkbdraw/Makefile > Thanks, you even supplied the sed line. Now I have the problem with pango. I've had

Re: control centre make error: [keyboard-drawing.o] Error 1

2006-05-22 Thread Andrew Benton
Georgina Joyce wrote: keyboard-drawing.c: In function `init_keys_and_doodads': keyboard-drawing.c:1358: warning: ignoring return value of `g_list_sort', declared with attribute warn_unused_result make[2]: *** [keyboard-drawing.o] Error 1 make[2]: Leaving directory `/usr/src/control-center-2.10.1

Re: control centre make error: [keyboard-drawing.o] Error 1

2006-05-22 Thread Georgina Joyce
On Sun, May 21, 2006 at 06:31:24PM +0100, Andrew Benton wrote: > Georgina Joyce wrote: > >In file included from /usr/include/pango-1.0/pango/pangofc-font.h:25, > > from /usr/include/pango-1.0/pango/pango-ot.h:25, > > from /usr/include/pango-1.0/pango/pangoxft.h:27, >

Re: control centre make error: [keyboard-drawing.o] Error 1

2006-05-22 Thread Georgina Joyce
On Mon, May 22, 2006 at 12:32:52AM -0500, DJ Lucas wrote: > > Hmm...this should have fixed the first error. Please verify that > /usr/include/freetype2/freetype/config/ftheader.h does exist. If not, > your freetype installation is broken...reinstall it. > > If ftheader.h is there, then double

Re: control centre make error: [keyboard-drawing.o] Error 1

2006-05-21 Thread DJ Lucas
Georgina Joyce wrote: but this on rings a bell. I think the problem was that it is looking for freetypes headers in /usr/include/freetype when they're actually in /usr/include/freetype2/freetype. There may have been some elegant solution, a sed or somesuch, but IIRC the quick and dirty fix was

Re: control centre make error: [keyboard-drawing.o] Error 1

2006-05-21 Thread Georgina Joyce
> but this on rings a bell. I think the problem was that it is looking for > freetypes headers in /usr/include/freetype when they're actually in > /usr/include/freetype2/freetype. There may have been some elegant > solution, a sed or somesuch, but IIRC the quick and dirty fix was to > make a sy

Re: control centre make error: [keyboard-drawing.o] Error 1

2006-05-21 Thread Andrew Benton
Georgina Joyce wrote: In file included from /usr/include/pango-1.0/pango/pangofc-font.h:25, from /usr/include/pango-1.0/pango/pango-ot.h:25, from /usr/include/pango-1.0/pango/pangoxft.h:27, from keyboard-drawing.c:27: /usr/include/ft2build.h:56:3

control centre make error: [keyboard-drawing.o] Error 1

2006-05-21 Thread Georgina Joyce
Hi I wondered if anyone can point me in the right direction in resolving this gnome control centre make error? I've googled and found some references but can't seem to find the solution or any indication what it is I've done or not done. Any help please? make all-recursive make[1]: Entering