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

--
[EMAIL PROTECTED] mailing list

Reply via email to