You are not logged in.
I've changed to the modular xorg, and I've run into this problem twice, while trying to compile sources: I get loads of error messages, about missing stuff, such as:
| #include <X11/Xlib.h>
configure:4977: g++ -o conftest -g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs conftest.cc -lX11 -lsupc++ >&5
In file included from conftest.cc:17:
/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
/usr/include/X11/Xlib.h:227: error: 'Pixmap' does not name a type
/usr/include/X11/Xlib.h:228: error: 'Pixmap' does not name a type
/usr/include/X11/Xlib.h:231: error: 'Font' does not name a type
/usr/include/X11/Xlib.h:236: error: 'Pixmap' does not name a type
/usr/include/X11/Xlib.h:261: error: 'VisualID' does not name a type
/usr/include/X11/Xlib.h:292: error: 'Window' does not name a type
The things that are missing, are:
/usr/include/X11/Xlib.h
/usr/include/X11/Xutil.h
/usr/include/X11/extensions/Xrender.h
/usr/include/X11/Xft/XftCompat.h
/usr/include/X11/Xft/Xft.h
Is this some module(s) that I haven't installed, or is something else wrong? Everything else is working fine.
Offline
pacman -s testing/libxrender
Offline
I already have that one up to date. I tried to reinstall, but I still get the same errors
Offline
$ pacman -Qo /usr/include/X11/X.h
/usr/include/X11/X.h is owned by xproto 7.0.4-2
Offline
I have a very similer problem after reloading my machines and trying to get Xorg 7 and Nvidia installed and running.
X is complaining about missing glx and nvidia modules, yet they are in their propor locations in the file system and in the xorg.conf file.
I have used this xorg.conf file last time I was working with Arch and it was perfect. I steped away to check out OpenSUSE and decided Arch ran way faster and got these errors during a reinstall.
Any ideas?
Thanks!!!
Joe
Offline