public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Broken X-11 build
@ 2007-08-31 16:18 Dennis Taylor
  0 siblings, 0 replies; only message in thread
From: Dennis Taylor @ 2007-08-31 16:18 UTC (permalink / raw
  To: gentoo-user


I am using profile default-linux/x86/2007.0/desktop

My custom USE Flags are

USE="nptl nptlonly unicode"

  emerge -u --deep --newuse world

Fails while building sis_dri.c.  I have tracked it to a #define problem 
while compiling.  Sis_dri.c includes dri.h which includes sis_dri.h. 
The issue is that XFree86Server is not defined at compile time.  I have 
looked around, but not yet figured out how to cause that to be defined.

Any pointers to the correct USE flag, or whatever would be appreciated.

------ snippet from sis_dri.h -----------
#ifdef XFree86Server

#include "screenint.h"

Bool SISDRIScreenInit(ScreenPtr pScreen);
void SISDRICloseScreen(ScreenPtr pScreen);
Bool SISDRIFinishScreenInit(ScreenPtr pScreen);

#endif

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-31 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-31 16:18 [gentoo-user] Broken X-11 build Dennis Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox