PDA

View Full Version : KBFX and KNOPPIX



Hafidz
04-24-2006, 10:34 AM
has any of you try to compile KBFX and Knoppix together and worked .... ? ? ?

i've try downloading the kbfx-0.4.9.1 and got stuck in finding the kde header or something

i did ...

#make -f makefile.cvs
#./configure --prefix=/usr // using #kde-config --prefix results
everything is ok ...
....
...
...
until
....
checking kde .. configure: error:
in the prefix's, you've chosen, are no KDE headers installed. This will fail
so check this please and use another prefix !


----> any hints ... it would be nice if we had kbfx on our knoppix will it ?

Hafidz
04-25-2006, 03:02 PM
so ... it seems that i have to install kdesdk 1st ... which lead me to upgrade the kde to 3.5.2

---> it works fine now ... now i have my own knoppix 4.0.2 upgraded kde to 3.5.2 and have kbfx on it ....

sweet ....... :lol:

pau1knopp
04-26-2006, 01:48 PM
thanks for a good tip on what appears to be a pretty cool menu app. they didn't have debian packages, so I'm assuming you compiled from source. did you HAVE to upgrade to kde 3.5.2? not sure i would try it if i have to upgrade (would probably wait for 5.0 cd version to come out and remaster).

thanks,

pau1

Hafidz
04-27-2006, 08:27 AM
Well first i downloaded the source ... its 0.4.9.1 if i am not mistake , yes i compiled from source ...:p

#tar xjvf kbfx-0.4.9.1.tar.bz2
#cd kbfx-0.4.9.1
#make -f Makefile.cvs
#./configure --prefix=/usr

-->actually at this stage i encounter some problems .....
-->1. It sez of the dir has no kde header files .....
---> so i try to apt-get update
---> and try apt-get kdesdk
---> u will see a huge list of upgraded package .... (lots of it)
---> it turns out to be an upgrade of kde .... so yes actually by doing this i have upgrade to kde 3.5.2
---> finished dowloading the package ... problem with kdebluetooth which lock by kdelock
---> so i remove kdelock-knoppix
---> solve the problems .... (the kdelock-knoppix thing)
--> continuing compiling
#./configure --prefix=/usr
---> it works ...
#make
#make install

#su knoppix
#startx

---> there u have it ur kbfx .....

---> i guess thats how i did it ... :p