All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Xorg.
@ 2007-02-20 13:42 Thomas Lundquist
  2007-02-20 14:38 ` F.Roch
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Lundquist @ 2007-02-20 13:42 UTC (permalink / raw)
  To: buildroot


Is it just me or won't Xorg (the full one, not tiny X) compile?

This is what it ends up with:

cc -I../../.. -I../../../exports/include -I..  -I../../../include/extensions      -c -o utils.o utils.c

rm -f xkbcomp

cc -I../../../exports/include -o xkbcomp  xkbcomp.o xkbscan.o expr.o vmod.o indicators.o misc.o alias.o                keymap.o keycodes.o keytypes.o compat.o action.o                symbols.o geometry.o xkbpath.o listing.o              xkbparse.o parseutils.o utils.o -L/usr/X11R6/lib -lxkbfile -lX11

/usr/bin/ld: cannot find -lxkbfile

collect2: ld returned 1 exit status

make[6]: *** [xkbcomp] Error 1
make[6]: Leaving directory
`/local/export/home/thomasez/Buildroot/buildroot.rolls/build_i686/xc/programs/xkbcomp/cross'
make[5]: *** [all] Error 2

Is this known? (I presume that -L../../../exports/lib is missing but
haven't found any simple method to add it)

This is on x86, most of buildroot options are default but gcc is 4.2


Thomas.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] Xorg.
  2007-02-20 13:42 [Buildroot] Xorg Thomas Lundquist
@ 2007-02-20 14:38 ` F.Roch
  2007-02-21 15:16   ` Thomas Lundquist
  0 siblings, 1 reply; 4+ messages in thread
From: F.Roch @ 2007-02-20 14:38 UTC (permalink / raw)
  To: buildroot

hi,
> cc -I../../../exports/include -o xkbcomp  xkbcomp.o xkbscan.o expr.o vmod.o indicators.o misc.o alias.o                keymap.o keycodes.o keytypes.o compat.o action.o                symbols.o geometry.o xkbpath.o listing.o              xkbparse.o parseutils.o utils.o -L/usr/X11R6/lib -lxkbfile -lX11
>
> /usr/bin/ld: cannot find -lxkbfile
>
> collect2: ld returned 1 exit status
>   
you have to provide the xkbfile library on your build system.
do this by installing a xorg on your build machine.

see: http://busybox.net/bugs/view.php?id=1218

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] Xorg.
  2007-02-20 14:38 ` F.Roch
@ 2007-02-21 15:16   ` Thomas Lundquist
  2007-02-25 16:46     ` Thomas Lundquist
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Lundquist @ 2007-02-21 15:16 UTC (permalink / raw)
  To: buildroot

On Tue, Feb 20, 2007 at 03:38:52PM +0100, F.Roch wrote:

> you have to provide the xkbfile library on your build system.
> do this by installing a xorg on your build machine.

It's there now, together with the patch but same thing happens.

I tried to add another -L but then I'd have to use -rpath and such to
tell configure where uClibc resides (which makes kinda sense.)

I think I'd rather try to compile a newer xorg (I may even need it) than
go further with this one. 

Or do you have any plans to do it in the next few days? :=)



Thomas.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] Xorg.
  2007-02-21 15:16   ` Thomas Lundquist
@ 2007-02-25 16:46     ` Thomas Lundquist
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Lundquist @ 2007-02-25 16:46 UTC (permalink / raw)
  To: buildroot

On Wed, Feb 21, 2007 at 04:16:12PM +0100, Thomas Lundquist wrote:
> 
> I think I'd rather try to compile a newer xorg (I may even need it) than
> go further with this one. 
> 
> Or do you have any plans to do it in the next few days? :=)

BTW, I am working on xorg 7.2 now. not sure how far I'll get but it's at
least going forward.


Thomas.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-25 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-20 13:42 [Buildroot] Xorg Thomas Lundquist
2007-02-20 14:38 ` F.Roch
2007-02-21 15:16   ` Thomas Lundquist
2007-02-25 16:46     ` Thomas Lundquist

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.