


Browser by adjam 290 comments
After
git pull
and
make
I receive the message:
rekonq 0.6.50 dependencies results <http://rekonq.sourceforge.net> - Feb 09 2011

System Software by jmthomas 22 comments
I tried to install on Debian.
There are needed:
libdebconf-...
libqapt...
qapt...
These are non standard libraries!
In this case muon does not need to be here. muon is in the ubuntu-repositories. Why should somebody download it here? - Jan 17 2011
Package: libkde4-ruby1.8
And following libraries and ruby-files are included:
/usr/lib/kde4/krubypluginfactory.so
/usr/lib/ruby/1.8/x86_64-linux/khtml.so
/usr/lib/ruby/1.8/x86_64-linux/korundum4.so
/usr/lib/ruby/1.8/x86_64-linux/ktexteditor.so
/usr/lib/ruby/1.8/x86_64-linux/nepomuk.so
/usr/lib/ruby/1.8/x86_64-linux/solid.so
/usr/lib/ruby/1.8/KDE/korundum4.rb
/usr/lib/ruby/1.8/khtml/khtml.rb
/usr/lib/ruby/1.8/ktexteditor/ktexteditor.rb
/usr/lib/ruby/1.8/nepomuk/nepomuk.rb
/usr/lib/ruby/1.8/solid/solid.rb
Then I have to create my own debian package ;-)
if I need the plugins.
I've commented the line with 'kio' and it works without the plugins.
Perhaps the packages will be extended after the release of debian 6.0 (squeeze)
I hope so ... - Jan 12 2011

Plasma 4 Extensions by nik3nt3 269 comments
python-xdg
is needed (it was the error on my system.) - Dec 03 2010
make clean
it isn't possible to to compile it!
% make
/usr/bin/uic mainwindow.ui -o ui_mainwindow.h
/usr/bin/uic profiles.ui -o ui_profiles.h
g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -I. -o main.o main.cpp
main.cpp:1:30: error: QtGui/QApplication: Datei oder Verzeichnis nicht gefunden
In file included from main.cpp:2:
mainwindow.h:4:29: error: QtGui/QMainWindow: Datei oder Verzeichnis nicht gefunden
mainwindow.h:5:20: error: QProcess: Datei oder Verzeichnis nicht gefunden
In file included from mainwindow.h:6,
from main.cpp:2:
objects.h:11: error: ‘QString’ does not name a type
objects.h:18: error: ‘QString’ does not name a type
In file included from main.cpp:2:
mainwindow.h:14: error: expected class-name before ‘{’ token
mainwindow.h:15: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
mainwindow.h:17: error: expected ‘;’ before ‘public’
mainwindow.h:24: error: ‘QString’ does not name a type
mainwindow.h:25: error: ‘QString’ does not name a type
mainwindow.h:26: error: ‘QString’ does not name a type
mainwindow.h:27: error: ISO C++ forbids declaration of ‘QList’ with no type
mainwindow.h:27: error: expected ‘;’ before ‘<’ token
mainwindow.h:30: error: ‘QStringList’ does not name a type
mainwindow.h:31: error: ‘QStringList’ does not name a type
mainwindow.h:32: error: ‘QStringList’ does not name a type
mainwindow.h:33: error: ‘QString’ does not name a type
mainwindow.h:34: error: ‘QString’ does not name a type
mainwindow.h:36: error: ‘QProcess’ does not name a type
mainwindow.h:37: error: ‘QProcess’ does not name a type
mainwindow.h:42: error: ‘QString’ has not been declared
mainwindow.h:42: error: ‘QString’ has not been declared
mainwindow.h:48: error: expected ‘:’ before ‘slots’
mainwindow.h:49: error: expected primary-expression before ‘void’
mainwindow.h:49: error: ISO C++ forbids declaration of ‘slots’ with no type
mainwindow.h:49: error: expected ‘;’ before ‘void’
main.cpp: In function ‘int main(int, char**)’:
main.cpp:6: error: ‘QApplication’ was not declared in this scope
main.cpp:6: error: expected ‘;’ before ‘a’
mainwindow.h:19: error: ‘MainWindow::~MainWindow()’ is private
main.cpp:7: error: within this context
main.cpp:8: error: ‘class MainWindow’ has no member named ‘show’
main.cpp:9: error: ‘a’ was not declared in this scope
main.cpp: At global scope:
main.cpp:4: warning: unused parameter ‘argc’
main.cpp:4: warning: unused parameter ‘argv’
make: *** [main.o] Fehler 1 - Jan 29 2010