Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] xorg-modular...

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] xorg-modular...
  • Date: Sat, 17 Dec 2005 00:51:49 -0600

Some question...

Are all the xorg-modular spells going to need their --prefixes changed
to /usr/X11R7 or is the goal to no longer have the x11 files there.

Also xorg-server didn't compile for me and was told I needed to make the
below change. Is this change okay to apply in xorg-server or should it
be applied by the glibc spell?

Edit /usr/include/sys/kd.h, change:
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H 1
#endif

#include <linux/kd.h>

(or whatever it is.)

to:
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H 1
#define __undef_LINUX_TYPES_H 1
#endif

#include <linux/kd.h>

#ifdef __undef_LINUX_TYPES_H
#undef _LINUX_TYPES_H
#undef __undef_LINUX_TYPES_H
#endif

Attachment: signature.asc
Description: This is a digitally signed message part




Archive powered by MHonArc 2.6.24.

Top of Page