Re: Error in compiling OKULAR using CMAKE

2014-10-24 Thread Jeremy Whiting
If you want to build the qt5 version of okular you want the frameworks branch, not master. If you want the qt4 based version of okular you want the master branch and to use qmake-qt4. On Fri, Oct 24, 2014 at 3:10 AM, Sahil Sehgal wrote: > I tried to build after i install qt4 and execute the above

Re: Error in compiling OKULAR using CMAKE

2014-10-24 Thread Sahil Sehgal
I tried to build after i install qt4 and execute the above mentioned commands. This is what i got */home/sahil/my/New Folder/prog/okular/build> /usr/bin/cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Debug '/home/sahil/my/New Folder/prog/okular/'* *-- Found Qt-Version 4.8.6 (using /usr

Re: Error in compiling OKULAR using CMAKE

2014-10-24 Thread Sahil Sehgal
Thanks for the support, I was trying to build in QT5, won't it work there? Meanwhile i am also installing qt4-dev-tools On Fri, Oct 24, 2014 at 1:05 PM, proy wrote: > Hi Sahil, > > I got the same problem when I tried to compile using terminal. Below steps > resolved those: > > 1. Remove *CMa

Re: Error in compiling OKULAR using CMAKE

2014-10-24 Thread proy
Hi Sahil, I got the same problem when I tried to compile using terminal. Below steps resolved those: 1. Remove *CMakeCache.txt* first, 2. Run *cmake -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4* If you are running *cmake* from "*okular/build*" folder try this command *cmake .. -DQT_QMAKE_EXECUTABLE=

Error in compiling OKULAR using CMAKE

2014-10-23 Thread Sahil Sehgal
Hello I was trying to build Okular (KDE application) in IDE (QT-creator and Kdevelop both). I did the following steps: 1.) clonned the source code of Okular 2.) loaded the source code in IDE 3.) click on the build command. I got the following error */home/sahil/my/New Folder/

Re: compiling okular

2014-01-17 Thread Shubham Chaudhary
On 1/17/14, GAURAV Agrawal wrote: > Hello, > > I have solved the previous error that I mailed to the list. > > But now that I have compiled Okular , how can I transfer the source code of > Okular to Qt creator How about goggling 'how to use qt creator kde'? I am pretty sure that it will give you

Re: compiling okular

2014-01-17 Thread Shubham Chaudhary
On 1/17/14, Thom Castermans wrote: > Hi Gaurav, > > It basically says that you need to install libqjson. It depends a > little bit on the distribution you use how to do that, but mostly it > is a matter of executing `apt-get install libqjson`. Ditto. >> Linking CXX shared library lib/libokularc

Re: compiling okular

2014-01-17 Thread Thom Castermans
Hi Gaurav, It basically says that you need to install libqjson. It depends a little bit on the distribution you use how to do that, but mostly it is a matter of executing `apt-get install libqjson`. Thom 2014/1/17 GAURAV Agrawal : > Hi, > > thanks for helping me with the command > cmak

Re: compiling okular

2014-01-17 Thread Arjun AK
Try running: "cmake .. -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4" GAURAV Agrawal wrote: >Hi, > >I am running that in okular/build directory. > >Gaurav > > >On Fri, Jan 17, 2014 at 2:23 AM, Albert Astals Cid >wrote: > >> El Dijous, 16 de gener de 2014, a les 16:07:28, GAURAV Agrawal va >escriure:

Re: compiling okular

2014-01-16 Thread GAURAV Agrawal
Hi, I am running that in okular/build directory. Gaurav On Fri, Jan 17, 2014 at 2:23 AM, Albert Astals Cid wrote: > El Dijous, 16 de gener de 2014, a les 16:07:28, GAURAV Agrawal va escriure: > > Hello, > > > > As suggested ,I removed the CMakeCache.txt file and then executed the > > followin

Re: compiling okular

2014-01-16 Thread Albert Astals Cid
El Dijous, 16 de gener de 2014, a les 16:07:28, GAURAV Agrawal va escriure: > Hello, > > As suggested ,I removed the CMakeCache.txt file and then executed the > following command > cmake -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 In which directory are you running that? Cheers,

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