LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   kdelibs, compiling error (https://www.linuxquestions.org/questions/linux-software-2/kdelibs-compiling-error-289358/)

AVD_ZM 02-12-2005 12:39 PM

kdelibs, compiling error
 
hey, first i'm trying 2 install the new kdelibs so i can install the audio codec 2 k3b.
./configure -- no errors
n make ...

/usr/bin/mcopidl -I/usr/include/arts -t -I. ../../arts/kde/artskde.idl
file 'kmedia2.idl' not found
make[3]: *** [artskde.h] Error 1
make[3]: Leaving directory `/home/avd/downloads/new_software/kdelibs-3.3.2/arts/kde'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/avd/downloads/new_software/kdelibs-3.3.2/arts'make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/avd/downloads/new_software/kdelibs-3.3.2'
make: *** [all] Error 2

so i did a search, n i found out that kmedia2.idl is in
/usr/include/kde/arts.

so is it advisiable to copy that file into the directory it's looking for or can i edit the make or something.

n as detailed as possible, thanx

foo_bar_foo 02-12-2005 04:31 PM

when you compile kde packages you have to set the --prefix to the kde installation
./configure --prefix=`kde-config --prefix`
but be warned you are overwriting your current kdelibs

AVD_ZM 02-12-2005 05:04 PM

it didn't work.. same probem.

n i tried
./configure --with-extra-includes=/usr/include/kde/arts

anyother ideas??

AVD_ZM 02-15-2005 06:25 PM

i've got a question, should kdelibs come already with FC, since after all i did install everthing in the cds.
coz the strange thing all the programs which use it, say i should install it 1st...

n with
./configure --prefix=`kde-config --prefix`

can u maybe be more precious incase i'm doing something worng

thanx


All times are GMT -5. The time now is 10:39 AM.