You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, April 13th 2004, 7:36pm

[kopete] Problem with install

hello,

I've some probleme installing kopete, when i run confiure, nothing seems wrong, buyt when i run make, nothing happens, i mean the script only go in path and did nothing

does anyone know why ?

thanks for your answer.
Punx120
Sorry for bad english

2

Saturday, April 17th 2004, 1:42pm

some useful things to try:

1. run "make clean" and try it again - this should reset things and you should see make actually doing something

2. just to be sure, delete the direcctory and re-expand the tarball so you can try it again from a clean start. sometimes if you have run ./configure multiple times, made more than once, etc. it gets "gummed up" and things get complicated

3. have a look at the Makefile (less ./Makefile) and check it exists and seems to have some stuff in it.

4. try and get a binary package for your distro
R

3

Saturday, April 17th 2004, 4:23pm

Can you paste the last bit of the configure output here?

4

Thursday, June 17th 2004, 11:29pm

Hi,

I'm having the same problem. configure seems to run okay, except for this bit:

configure: WARNING: linux/if_ppp.h: present but cannot be compiled
configure: WARNING: linux/if_ppp.h: check for missing prerequisite headers?
configure: WARNING: linux/if_ppp.h: see the Autoconf documentation
configure: WARNING: linux/if_ppp.h: section "Present But Cannot Be Compiled"
configure: WARNING: linux/if_ppp.h: proceeding with the preprocessor's result
configure: WARNING: linux/if_ppp.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##

Here's the end of it:
fast creating [lots of Makefiles]
config.pl: fast created 144 file(s).
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

make decides there's nothing to be done for every dir.

I run configure thus;
./configure --with-extra-includes=/usr/kerberos/include

ideas?