I just downloaded the sources and I tried to compile
them, but I got an error as in the file attached.
Included also my GCC version, I'm on Debian unstable
and kernel 2.6.0.
Using the .rpm via the 'alien' tool installs the package.
You're failing on XRandR which is in XFree86 4.3. I guess
you're using
an older verion of XFree86. For now, you maybe able to work
around the problem
by upgrading to XFree86 4.3.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Generated by 'script', it contains the output from './configure' and 'make'
Logged In: YES
user_id=827361
You're failing on XRandR which is in XFree86 4.3. I guess
you're using
an older verion of XFree86. For now, you maybe able to work
around the problem
by upgrading to XFree86 4.3.
Logged In: YES
user_id=827361
Another workaround is to use 0.3 which doesn't depend on XRandR.
Logged In: YES
user_id=927572
Hello,
the problem is that I'm on XFree86 4.3.0-0pre1v5 from Debian
experimental, so technically I shouldn't have this error...
Thx, bye,
Gismo / Luca
Logged In: YES
user_id=927572
Hello,
I just tried version 0.3 and it compiles without any
problem. Obviously, I'd like to have version 0.4 compiled by
myself :-)
Thx, bye,
Gismo / Luca
Logged In: YES
user_id=827361
Please check your /usr/include/X11/extensions/Xrandr.h.
Does it have
XRRConfigCurrentConfiguration
XRRConfigSizes
XRRGetScreenInfo
defined?
Xrandr.h from /usr/include/X11/extensions/
Logged In: YES
user_id=927572
Hello,
attached my /usr/include/X11/extensions/Xranrd.h. As I can
see, all the values you pointed out are defined.
Now, I'm using 'XFree86-4.3.0-0pre1v5' from Debian experimental.
Thx, bye,
Gismo / Luca
Logged In: YES
user_id=827361
Looks like you have a linking problem. Do you have
/usr/X11R6/lib/libXrandr.a
and
/usr/X11R6/lib/libXrandr.so
on your system?
Logged In: YES
user_id=927572
Hello,
yes, I've the two files:
luca@gismo:~$ ll /usr/X11R6/lib/libXrandr.a
-rw-r--r-- 1 root root 7690 Oct 25 02:44
/usr/X11R6/lib/libXrandr.a
luca@gismo:~$ ll /usr/X11R6/lib/libXrandr.so
lrwxr-xr-x 1 root root 14 Dec 13 15:44
/usr/X11R6/lib/libXrandr.so -> libXrandr.so.2
luca@gismo:~$ ll /usr/X11R6/lib/libXrandr.so.2
lrwxr-xr-x 1 root root 16 Dec 13 15:44
/usr/X11R6/lib/libXrandr.so.2 -> libXrandr.so.2.0
luca@gismo:~$
=====
Thx, bye,
Gismo / Luca
Logged In: YES
user_id=943591
yes this is maybe missing