Re:compiling okular

2014-01-17 Thread GAURAV Agrawal
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 and start playing around with the code or start building the code and solve some bugs. I dont know what is to be done after I have

Re:compiling okular

2014-01-17 Thread GAURAV Agrawal
Hi, thanks for helping me with the command cmake .. -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 It worked. but then when I executed the command "make" ,It gave me this error - *gaurav@gaurav-Inspiron-5520:~/okular/build$ make [ 0%] Built target okularcore_automoc Linking CXX shar

Re:compiling okular

2014-01-16 Thread GAURAV Agrawal
Hello, As suggested ,I removed the CMakeCache.txt file and then executed the following command cmake -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 The following errors occured- CMake Error at CMakeLists.txt:25 (add_subdirectory): add_subdirectory given source "active" which is not

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