You are not logged in.

1

Wednesday, October 20th 2004, 8:48am

kopete / make comes up with errors

while i managed after several packages' installation, to have ./configure finally work, the make process returns the following errors:

nfsfile.cpp:32:23: knfsshare.h: No such file or directory
make[3]: *** [nfsfile.lo] Error 1
make[3]: Leaving directory `/root/kopete/kdenetwork-3.3.1/filesharing/advanced/nfs'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/kopete/kdenetwork-3.3.1/filesharing/advanced'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/kopete/kdenetwork-3.3.1/filesharing'
make: *** [install-recursive] Error 1
-------------------------------------------------
Since i'm not an experienced user, i'd really appreciate any help

2

Wednesday, October 20th 2004, 10:51am

Re: kopete / make comes up with errors

Quoted

Original von minas_ch

while i managed after several packages' installation, to have ./configure finally work, the make process returns the following errors:

nfsfile.cpp:32:23: knfsshare.h: No such file or directory
make[3]: *** [nfsfile.lo] Error 1
make[3]: Leaving directory `/root/kopete/kdenetwork-3.3.1/filesharing/advanced/nfs'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/kopete/kdenetwork-3.3.1/filesharing/advanced'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/kopete/kdenetwork-3.3.1/filesharing'
make: *** [install-recursive] Error 1
-------------------------------------------------
Since i'm not an experienced user, i'd really appreciate any help
You can check manually if the file "knfsfile.h" exists. This can you do with [code:1]locate knfsshare.h[/code:1], assuming that your locate-database is recent (elsewise: first run updatedb as root).

This file should be installed after you installed (with make install) kdelibs. The --prefix-option (given to ./configure) for the kdenetwork package should be the same as the --prefix-option for the kdelibs package.

3

Thursday, October 21st 2004, 8:13am

thank you for your help, though i finally managed to install kopete 0.8.4 without any of the above errors. i did it using the kde defaults for ./configure, so i guess your help was in the right way!

Now, i' m on a different problem with my latex configuration, as texhash run with errors and refuses to apply any changes i make...

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

4

Thursday, October 21st 2004, 10:32am

Quoted

Original von minas_ch

i finally managed to install kopete 0.8.4 without any of the above errors


Why didn't you just install kopete 0.9.0??

5

Thursday, October 21st 2004, 4:58pm

i just couldn't. make kept giving me error messages, i don't know, i got confused, especially now with my latex configuration problem...