Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-01-15 Thread Sune Vuorela
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114933/#review47428 --- kdeui/kmessagewidgetdemo/CMakeLists.txt

[no subject]

2014-01-15 Thread GAURAV Agrawal
Hi I am learning Qt and I wanted to start building okular on qt and solve some bugs. I have downloaded the repository but it contains a huge amount of files which I am finding very hard to understand . If anyone could guide me to understand the structure of the code so that I could start building

[no subject]

2014-01-15 Thread GAURAV Agrawal
Hi I wanted to ask that how should I use the Okular repository code to start building the application ie. understanding the code structure of Okular Gaurav >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re:

2014-01-15 Thread Shantanu Tushar Jha
You should find build instructions at the bottom of the page http://okular.kde.org/download.php . Instead of this - cmake -DCMAKE_INSTALL_PREFIX=/path/to/your/kde4/install/dir .. use this- cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. If this complains about missing dependencies, you

Re: Review Request 114632: Improve pdf title extraction

2014-01-15 Thread Luis Silva
> On Dec. 26, 2013, 1:57 a.m., Christoph Feck wrote: > > Hm, you broke the comment :) > > Luis Silva wrote: > What do you mean? It all works fine here. > > Christoph Feck wrote: > Yes, because the compiler does not read comments. > > Thomas Lübking wrote: > Aside this, the approach

Re:

2014-01-15 Thread Kevin Krammer
On Wednesday, 2014-01-15, 20:54:47, Shantanu Tushar Jha wrote: > You should find build instructions at the bottom of the page > http://okular.kde.org/download.php . Instead of this - > > cmake -DCMAKE_INSTALL_PREFIX=/path/to/your/kde4/install/dir .. > > use this- > > cmake -DCMAKE_INSTALL_PREFIX

Re:compiling okular

2014-01-15 Thread GAURAV Agrawal
Hello On executing the steps of compiling Okular,it gives the following error even after installing all the dependencies by the command * sudo apt-get build-dep okular* as I am having ubuntu. *gaurav@gaurav-Inspiron-5520:~/okular/bui

Re: compiling okular

2014-01-15 Thread arjun
On Wednesday 15 Jan 2014 9:41:55 PM GAURAV Agrawal wrote: > Hello > > On executing the steps of compiling Okular,it gives the following error > even after installing all the dependencies by the command > >* sudo apt-get build-dep okular* > as I am havin

Re: Fwd: [kde] Bug#688801: kde-window-manager: Incorrect Build-conflict against libgles2-mesa-dev

2014-01-15 Thread Held Bier
2014/1/13 Thomas Lübking : > On Montag, 13. Januar 2014 12:58:55 CEST, Myriam Schweingruber wrote: > >> This way i've got a kwin_gles also, thought ldd'ing on it showed that >> besides libEGL dependency (which is good), it also relied on libGL >> (which is not good! this means some/most of GL funct

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-01-15 Thread Laurent Navet
> On Jan. 15, 2014, 10:17 a.m., Sune Vuorela wrote: > > kdeui/kmessagewidgetdemo/CMakeLists.txt, line 23 > > > > > > Would it be hard to get rid of XmlGui here? I don't see what it really > > buy us for this exam