'kommander-1.5.3' : These files were originally part of the old
'quanta' Web Development Environment, now included in kdewebdev
3.5.x - 3.5.8 - 3.5.9 - 3.5.10 : New file names in "kommander".
So some files from the old quanta-3.x are required for kommander-1.5.3.
But I do not think, it is possible to compile it. Hope you can use
the modern kdewebdev. ( # yum install kdewebdev ).
.....
.....
.. Anyway here it is, so far, for kommander-1.5.3 :
# yum provides */kde-config
( the package name is kdelibs )
# yum install kdelibs kdelibs-devel qt-devel kdewebdev-devel libxslt-devel
"unsermake" is required ..
http://ftp.uwsg.iu.edu/array2/linux/...007.noarch.rpm
> > unsermake-0.4-2pclos2007.noarch.rpm.html
.. and the old qt file database2.h :
http://www.koders.com/cpp/fidE2C2CE7...=mdef%3Ainsert
command : cp database2.h kommander-1.5.3/factory/
.. also .. ewidgetfactory.h : editor/ewidgetfactory.h
executor/ewidgetfactory.h , widgets/ewidgetfactory.h .
http://archives.fedoraproject.org/pu....2.2-1.src.rpm
> > quanta-3.2.2-1.src.rpm
e.g. command : cp editor/ewidgetfactory.h kommander-1.5.3/editor/ , etc.
1) cd kommander-1.5.3/
2) ln -s ../kommander-1.5.3/ kommander
3)
touch widgets/libkommanderwidgets.la && touch widget/libkommanderwidgets.la
&& touch widget/libkommanderwidget.la && touch executor/libinstance.la
&& touch factory/libkommanderfactory.la && touch plugin/libkommanderplugin.la
4) ./configure
5) unsermake ( or make ).
.....