
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Kripper is a VCD ripping DivX Conversion front end. It uses the popular tools such as Mencode , Cdrdao in back ground
So you do not have to remember the complex commands to use the above tools.Kripper will do it for you
16 years ago
14 Apr 2004 Anirban Biswas.
Some time due to work pressure & some time due to lazy ness & some time due to off mood there is
minor bug fixes after a very long time.
23 Nov 2003 Anirban Biswas.
Now this is a real KDE application insteed of pure Qt Application
The Setup dailog is added
The setting can be saved in ~/.kde/share/config/Kripperrc
13 Sept 2003 Anirban Biswas.
The Divx Convertion part is added so
now you can Rip a VCD & Convert it into DivX using this GUI frnt end.
16 years ago
14 Apr 2004 Anirban Biswas.
Some time due to work pressure & some time due to lazy ness & some time due to off mood there is
minor bug fixes after a very long time.
23 Nov 2003 Anirban Biswas.
Now this is a real KDE application insteed of pure Qt Application
The Setup dailog is added
The setting can be saved in ~/.kde/share/config/Kripperrc
13 Sept 2003 Anirban Biswas.
The Divx Convertion part is added so
now you can Rip a VCD & Convert it into DivX using this GUI frnt end.
ndo
16 years ago
"In file included from setup.cpp:18:
setup.h:61:7: warning: no newline at end of file
setup.cpp:37: error: default argument given for parameter 1 of `Setup::Setup(QWidget*, const char*, unsigned int)'
setup.h:35: error: after previous specification in `Setup::Setup(QWidget*, const char*, unsigned int)'
setup.cpp:37: error: default argument given for parameter 2 of `Setup::Setup(QWidget*, const char*, unsigned int)'
setup.h:35: error: after previous specification in `Setup::Setup(QWidget*, const char*, unsigned int)'
setup.cpp:37: error: default argument given for parameter 3 of `Setup::Setup(QWidget*, const char*, unsigned int)'
setup.h:35: error: after previous specification in `Setup::Setup(QWidget*, const char*, unsigned int)'"
My OS: MDK 9.2 (Qt3.2 and KDE 3.2)
Report
anirban
16 years ago
Cause default parameter is already passed in that constructors when they declared in *.h files
Now in my system g++ treat it as warning & still compile the code but in your system g++ treat it as error & stops.
Sorry for the inconviniance due to not follwoing the C++ standard.
Also you can try another thing open the project using KDevelop3 & do a dist clean then Run automake & friends from Build menu then do Run COnfigure & then Build Project.
Anirban Biswas
Report