Can not find XCB modules.

2013-08-19 Thread Bhushan Shah
Hello, I am using project-neon5 on KUbuntu 13.04. I have every packages installed on my computer which is required to build. I can not build kwin, kstyles and powermanagement data engine so I have to disable it for building kde-workspace. CMake exits saying that XCB Libraries are not installed. [

Re: Can not find XCB modules.

2013-08-19 Thread Martin Graesslin
On Monday 19 August 2013 22:38:09 Bhushan Shah wrote: > Hello, > > I am using project-neon5 on KUbuntu 13.04. I have every packages > installed on my computer which is required to build. I can not build > kwin, kstyles and powermanagement data engine so I have to disable it > for building kde-work

Re: Can not find XCB modules.

2013-08-19 Thread Martin Graesslin
On Monday 19 August 2013 20:55:49 Martin Graesslin wrote: > On Monday 19 August 2013 22:38:09 Bhushan Shah wrote: > > Hello, > > > > I am using project-neon5 on KUbuntu 13.04. I have every packages > > installed on my computer which is required to build. I can not build > > kwin, kstyles and power

Re: Can not find XCB modules.

2013-08-19 Thread Bhushan Shah
On Tue, Aug 20, 2013 at 12:25 AM, Martin Graesslin wrote: > I'm pretty sure that some dev package is missing and that they are available > on Ubuntu otherwise project-neon could not compile 4.11 ;-) So only thing I am missing is libxcb-cursor-dev and it is not available for raring or saucy(?)...

Re: Can not find XCB modules.

2013-08-19 Thread Martin Graesslin
On Tuesday 20 August 2013 10:21:21 Bhushan Shah wrote: > On Tue, Aug 20, 2013 at 12:25 AM, Martin Graesslin wrote: > > I'm pretty sure that some dev package is missing and that they are > > available on Ubuntu otherwise project-neon could not compile 4.11 ;-) > > So only thing I am missing is li

Re: Can not find XCB modules.

2013-08-19 Thread Bhushan Shah
Hello, Now that's double annoying to me, I have more packages installed then you, still bshah@kubuntu:~$ aptitude search xcb | grep dev i libx11-xcb-dev - Xlib/XCB interface library (development he i libxcb-composite0-dev - X C Binding, composite extension, developm

Re: Can not find XCB modules.

2013-08-19 Thread Bhushan Shah
Hello, Even I have tried with complete re installation of KUbuntu and fresh clone of the kde-workspace, but something is still wrong. Here is what I do to compile. $ cd ~/kde-workspace $ git checkout frameworks-scratch $ mkdir build && cd build $ neon5-env $ neon5-cmake .. and also cmake .. Th

Re: Can not find XCB modules.

2013-08-19 Thread Martin Graesslin
On Tuesday 20 August 2013 11:36:58 Bhushan Shah wrote: > Hello, > > Even I have tried with complete re installation of KUbuntu and fresh > clone of the kde-workspace, but something is still wrong. Here is what > I do to compile. it looks fine. I'm out of ideas. Maybe talk to the neon devs on IRC (

Re: Can not find XCB modules.

2013-08-19 Thread Bhushan Shah
Hello, Here is relevant cmake --trace log, if that helps.. http://paste.kde.org/p48e12dc6/ Thanks On Tue, Aug 20, 2013 at 11:52 AM, Martin Graesslin wrote: > On Tuesday 20 August 2013 11:36:58 Bhushan Shah wrote: >> Hello, >> >> Even I have tried with complete re installation of KUbuntu and fre

Re: Can not find XCB modules.

2013-08-19 Thread Martin Graesslin
On Tuesday 20 August 2013 12:14:28 Bhushan Shah wrote: > Hello, > > Here is relevant cmake --trace log, if that helps.. > http://paste.kde.org/p48e12dc6/ wait, did you apply the patch from the review request I posted yesterday? Because that requires adjustments in kde-workspace, too. > > Thanks

Re: Can not find XCB modules.

2013-08-19 Thread Bhushan Shah
On Tue, Aug 20, 2013 at 12:23 PM, Martin Graesslin wrote: > wait, did you apply the patch from the review request I posted yesterday? > Because that requires adjustments in kde-workspace, too. Yes! I have applied patch to ECM. ___ Plasma-devel mailing

Re: Can not find XCB modules.

2013-08-20 Thread Martin Graesslin
On Tuesday 20 August 2013 12:23:50 Bhushan Shah wrote: > On Tue, Aug 20, 2013 at 12:23 PM, Martin Graesslin wrote: > > wait, did you apply the patch from the review request I posted yesterday? > > Because that requires adjustments in kde-workspace, too. > > Yes! I have applied patch to ECM. try

Re: Can not find XCB modules.

2013-08-20 Thread Bhushan Shah
Hello, On Tue, Aug 20, 2013 at 12:48 PM, Martin Graesslin wrote: > try to remove it again. Sorry I should have mentioned that this needs > adjustments to where it is used. No problem, now it finds XCB.. and yes I will be able to compile kwin! :D Thanks! _