On Fri, 2006-02-24 at 16:03 +0000, Rosenstrauch, David wrote: > /usr/include/X11/Xlib.h:60:19: error: X11/X.h: No such file or > directory > /usr/include/X11/Xlib.h:63:28: error: X11/Xfuncproto.h: No such file > or directory > /usr/include/X11/Xlib.h:64:25: error: X11/Xosdefs.h: No such file or > directory >
Try to reinstall xproto. Seems more people have this problem, it happens when you force-upgrade xorg 6.8 to 7.0 without removing the symlinks as stated in the wiki. Pacman will overwrite /usr/include/X11/* with the new ones, which get installed in /usr/X11R6/include/X11 then because of the symlink, and finally it will remove those when removing the old xorg package. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
