How to compile an imported project --> start again
Amilcar do Carmo Lucas
amilcar at ida.ing.tu-bs.de
Thu Oct 14 09:32:43 BST 2004
On Wednesday 13 October 2004 18:09, elekis wrote:
> there is here what I do
>
> first I download a version on internet (www.xmms.org
>
> ------------
> #-->wget http://www.xmms.org/files/1.2.x/xmms-1.2.10.tar.gz
> --17:52:29-- http://www.xmms.org/files/1.2.x/xmms-1.2.10.tar.gz
> => `xmms-1.2.10.tar.gz'
> Resolving www.xmms.org... 195.139.52.132
> Connecting to www.xmms.org[195.139.52.132]:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 4,034,832 [application/x-gzip]
>
> 100%[====================================>] 4,034,832 446.78K/s
> ETA 00:00
>
> 17:52:38 (441.96 KB/s) - `xmms-1.2.10.tar.gz' saved [4034832/4034832]
>
> ---------------------
> after
> #-->tar xzvf xmms-1.2.10.tar.gz
> xmms-1.2.10/
> xmms-1.2.10/intl/
> xmms-1.2.10/intl/Ch
> etc...etc...
> ---------------------
>
> after I start kdevelop3
> #-->kdevelop3
>
> in Project-->import Existing Project
>
> in the box import Existing Project
> I use the directory -->/home/elekis/Projects/xmms-1.2.10
> in project type I have a lot of type and others else
> "generic C Application (Automake-based)"
> "generic C Application (curstom Makefiles)"
> "generic C++ Application (Automake-based)"
> "generic C Application (curstom Makefiles)"
>
> But I haven't "c/c++ Autotools"
>
> I chose "generic C Application (curstom Makefiles)"
Automake-based == Autotools-based
(Automake is part of the GNU/Autotools toolchain)
>
> I click ok and he say
>
> "This project does not contain any files yet.
> Populate it with all C/C++/Java files below the project directory?"
>
> but the files are there.
>
> I click yes
>
> and after I try to compil
> so build--> compil project and he say
>
> cd '/home/elekis/Project/xmms-1.2.10' && make -k
> ******* Exited with status: 2 ***
>
> so what exacly must I do,
you must run
./configure --help in the root directory of your project.
And after that click on the error messages that KDevelop gives with the right
mouse button and select "full-compiler output"
> Ps my version is 3.3.0 on a debian unstable (apt-get install kdevelop3)
We released 3.1.1 two days ago. So I'm 100% sure that you do NOT have KDevelop
3.3.0 :)
--
Amilcar Lucas
Current webmaster
The KDevelop project
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list