Page 1 of 1

XShape

Posted: 2007/05/15 17:21:26
by JCXR
Hello,

I am trying to install Qt4.3.2 on my Centos 5.0 and I am getting the following message:

XShape support cannot be enabled due to functionality tests!
Turn on verbose messaging (-v) to ./configure to see the final report.
If you believe this message is in error you may use the continue
switch (-continue) to ./configure to continue.


Looking at the doc, I should be looking for something like X11/extensions/shape.h

Any idea on how to get it?

Thanks

XShape

Posted: 2007/05/15 17:45:49
by pjwelsh
First guess is that X11 is not installed on your box or your "DISPLAY" is not set and the configure needs it.

Re: XShape

Posted: 2007/05/15 17:55:01
by JCXR
Hello,

It is true that X11 was not installed (my CentOS is on a server) but I installed it using:
yum install libX11-devel

Re: XShape

Posted: 2007/05/16 17:58:13
by JCXR
yum install libXext-devel.i386
has solved the problem