On Fri, 13 Feb 2004 00:13:37 +0100 Dieter N�tzel <[EMAIL PROTECTED]> wrote:
> Hello Ian, > > I have some time now and started with a rollback to cvs -D 07/02/2003. > Some "rate" vs "period" fixes need but then I hang at some XFree basic stuff > (xkb). > > -c -o xkb/xf86KillSrv.o xkb/xf86KillSrv.c > xkb/xf86KillSrv.c:34:22: inputstr.h: Datei oder Verzeichnis nicht gefunden > xkb/xf86KillSrv.c:35:24: scrnintstr.h: Datei oder Verzeichnis nicht gefunden > xkb/xf86KillSrv.c:36:23: windowstr.h: Datei oder Verzeichnis nicht gefunden > xkb/xf86KillSrv.c:37:20: XKBsrv.h: Datei oder Verzeichnis nicht gefunden > xkb/xf86KillSrv.c:38:16: XI.h: Datei oder Verzeichnis nicht gefunden Many header files are actually symbolic links which are created by Imake or make (not sure). You may need to run make Everything or make World to regenerate symbolic links that changed. [snip more errors and warnings] Felix ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
