Skip to Content.
Sympa Menu

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

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] xorg-modular...
  • Date: Sat, 17 Dec 2005 11:29:00 +0100

On Sat, Dec 17, 2005 at 12:51:49AM -0600, Robin Cook wrote:
> 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.

Like Ruskie wrote, it's easy to change this section/grimoire wide,
whatever we decide. Since the old style path would be /usr/X11R7, which
isn't exactly what most legacy build systems expect, I think it would be
worth it to move the whole stuff to /usr. We could then have /usr/X11
point to /usr for compatibility.

> 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?

If you want to modify the global file, this should definitely be done in
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



> _______________________________________________
> SM-Discuss mailing list
> SM-Discuss AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-discuss


--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page