From building kdellibs
Part 0
-- Looking for X11/extensions/Xrandr.h -- Looking for X11/extensions/Xrandr.h - found -- Looking for X11/extensions/XShm.h -- Looking for X11/extensions/XShm.h - not found
find . -name Xrandr.h /usr/include/X11/extensions/Xrandr.h
find . -name XShm.h ./usr/include/X11/extensions/XShm.h
Finds Xrandr.h but doesn't find XShm.h As one sees they are both there
Part 1
-- checking for one of the modules 'freetype2' -- checking for one of the modules 'fontconfig' -- checking for one of the modules 'xrandr' -- checking for one of the modules 'xrender' -- checking for one of the modules 'libxml-2.0' -- checking for one of the modules 'libxslt' -- checking for one of the modules 'glib-2.0' -- checking for one of the modules 'gobject-2.0'
Would these return a found status?
On Sunday 20 March 2011 02:23:19 Baho Utot wrote:
From building kdellibs
Part 0
-- Looking for X11/extensions/Xrandr.h -- Looking for X11/extensions/Xrandr.h - found -- Looking for X11/extensions/XShm.h -- Looking for X11/extensions/XShm.h - not found
find . -name Xrandr.h /usr/include/X11/extensions/Xrandr.h
find . -name XShm.h ./usr/include/X11/extensions/XShm.h
Finds Xrandr.h but doesn't find XShm.h As one sees they are both there
[..]
XShm.h is provided by Xext module.
Attach CMakeError.log
On 03/19/2011 08:30 PM, Serghei Amelian wrote:
On Sunday 20 March 2011 02:23:19 Baho Utot wrote:
From building kdellibs
Part 0
-- Looking for X11/extensions/Xrandr.h -- Looking for X11/extensions/Xrandr.h - found -- Looking for X11/extensions/XShm.h -- Looking for X11/extensions/XShm.h - not found
find . -name Xrandr.h /usr/include/X11/extensions/Xrandr.h
find . -name XShm.h ./usr/include/X11/extensions/XShm.h
Finds Xrandr.h but doesn't find XShm.h As one sees they are both there
[..]
XShm.h is provided by Xext module.
Attach CMakeError.log
Yes I have Xext installed as for the CMakeError.log I can get that in the morning
Thanks
On 03/19/2011 08:30 PM, Serghei Amelian wrote:
On Sunday 20 March 2011 02:23:19 Baho Utot wrote:
From building kdellibs
Part 0
-- Looking for X11/extensions/Xrandr.h -- Looking for X11/extensions/Xrandr.h - found -- Looking for X11/extensions/XShm.h -- Looking for X11/extensions/XShm.h - not found
find . -name Xrandr.h /usr/include/X11/extensions/Xrandr.h
find . -name XShm.h ./usr/include/X11/extensions/XShm.h
Finds Xrandr.h but doesn't find XShm.h As one sees they are both there
[..]
XShm.h is provided by Xext module.
Attach CMakeError.log
Here is the error file
On 03/20/2011 11:42 AM, Serghei Amelian wrote:
On Sunday 20 March 2011 16:04:27 Baho Utot wrote: [...]
XShm.h is provided by Xext module.
Attach CMakeError.log
Here is the error file
I removed this check, is useless anyway.
OK I'll try again