9 Nov
2006
9 Nov
'06
7:51 p.m.
Hi Alan! Alan Mizrahi wrote:
Are you using x11 7.0?
No, i'm still using 6.9.0-4
If not, please check that you have the files: /usr/X11R6/lib/libXxf86vm.so /usr/include/X11/extensions/xf86vmode.h
I've got them, they belong to the x11 package.
If you DO have the files, try to build this program using: gcc -L/usr/X11R6/lib -lXxf86vm
#include <X11/Xlib.h> #include <X11/Xatom.h> #include<X11/extensions/xf86vmode.h> int main(int a, char *b[]) { XF86VidModeGetPermissions(NULL, 0, NULL); }
Then send me any error messages you get.
It builds without error messages. Do you have any idea about the configure error? Qt3 installed fine.