Mike Holley wrote:
[]
Sorry. Here is the beginning of the error. At least I think it's the beginning.

In file included from kernel/qcolor_x11.cpp:44:
kernel/qt_x11.h:64:22: X11/Xlib.h: No such file or directory
kernel/qt_x11.h:69:23: X11/Xutil.h: No such file or directory
kernel/qt_x11.h:70:21: X11/Xos.h: No such file or directory
kernel/qt_x11.h:71:23: X11/Xatom.h: No such file or directory
kernel/qt_x11.h:79:34: X11/extensions/shape.h: No such file or directory
OK. This is clearer. The question is now: Do you have these files or not? That is, do you have /usr/X11R6/include/X11/Xlib.h and so on?

If you don't, then your xfree86 installation is incomplete. What to do about this depends on how you installed xfree86:

- If it is from Fink, then you need to reinstall the "xfree86-base" package. There have been several cases recently where fink thought all the xfree86 packages were installed, but in reality, for some unknown reason, many files were missing.
- If it is from some other source, you need to install the part of the package that is meant for developers. In principle, this case is excluded, because then you would have system-xfree86 installed from Fink, and this virtual package explicitly checks whether /usr/X11R6/include/X11/Xlib.h is present and refuses to install when it isn't.

Final case: You do have /usr/X11R6/include/X11/Xlib.h and friends, but the preprocessor doesn't find them. In this case, one would have to look at the whole output up to this point and see which configuration is unusual on your system.

--
Martin



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Reply via email to