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

Saturday, December 4th 2004, 1:35am

how to compile the Kmail

now i can compile the package with ./configure
but after that i do with MAKE then it show that the file that the specification command in unavailable .....
why can this be happening ???

do i need any output for the make and make install, if got where can i download or look at.
if need any other more output syntax, please tell me where can i find.

i've follow the instruction for this, but still can't compile it ...
**********************************************************************************************************
Compilation and Installation

In order to compile and install KMail on your system, type the following in the base directory of the KMail distribution:

% ./configure
% make
% make install

Since KMail uses autoconf and automake you should have no trouble compiling it. Should you run into problems please report them to the KDE mailing lists.

**********************************************************************************************************


;( i try to make it run for the half day of yesterday. i would like to know that if go
t any available newbee fact, please let me know coz my knowledge bout this is very limited.
I know i'm not as good as you, but I've try too. :(
Gimme more time and I'll be as good as you. ;)

This post has been edited 1 times, last edit by "Emil Wong" (Dec 4th 2004, 2:25am)


2

Saturday, December 4th 2004, 5:54am

RE: how to compile the Kmail

I think ,the output message has tell that :
your some command has not find!
so ,you should detect the command using in the configure files;
you can using the make depend to look at the kmail need some library and the compile ,link tools;
help this can help you!

djanubis

Beginner

Posts: 29

Location: Moulins France

Occupation: Software ingeneering

  • Send private message

3

Saturday, December 4th 2004, 7:43am

RE: how to compile the Kmail

Quoted

now i can compile the package with ./configure
but after that i do with MAKE then it show that the file that the specification command in unavailable .....
why can this be happening ???

When you need help about some ./configure or make, post the relevant error messages. How could we figure what's going on if you don't give the real error messages ?(
Did ./configure end with ok or does it tell you some library not found?
If make fails, what is the exact message?
Never patch not working code. Rewrite it !
Never patch badly designed classes. Recreate them cleanly.
(Excerpts from Computing Bible)

Home of the Lab project