autoproject : problem with start configure command (Bug ?)

Duclos Andre Andre.Duclos at cnes.fr
Wed May 7 20:52:47 BST 2003


Hi,

(My english is very poor...)

My big problem :
The kdevelop-030428.tar.bz2 is in /tmp

Test this for look :
cd /tmp && tar xjf kdevelop-030428.tar.bz2 && cd kdevelop-030428 && make -f Makefile.cvs && ./configure && cd lib/project && make

It's O.K. The subproject is build.

cd /tmp && tar xjf kdevelop-030428.tar.bz2 && cd kdevelop-030428 && make -f Makefile.cvs && /home/duclos/rpm/tmp/kdevelop-030428/configure && cd lib/project && make

Problem with compil.

If i check the diff with lib/project/Makefile and the other Makefile (good compil), the diff is srcdir, top_srcdir and VPATH

Bad Makefile :
srcdir = /home/duclos/rpm/tmp/kdevelop-030428/lib/project
top_srcdir = /home/duclos/rpm/tmp/kdevelop-030428
VPATH = /home/duclos/rpm/tmp/kdevelop-030428/lib/project

Good Makefile :
srcdir = .
top_srcdir = ../..
VPATH = .

Why ???

The problem is that autoproject(gideon) send this command too for configure :
cd /home/duclos/rpm/tmp/kdevelop-030428 && /home/duclos/rpm/tmp/kdevelop-030428/configure
I can't build subproject in my project.

If i change the parts/autoproject/autoprojectpart.cpp for send this command :
cd /home/duclos/rpm/tmp/kdevelop-030428 && ./configure
I can build subproject in my project.

Where's the problem ?

Thanks.

---------------------------------
Andre DUCLOS

GTD (Centre Spatial Guyanais)

Tel : 0594 334421
Fax : 0594 333588

andre.duclos at cnes.fr
---------------------------------


-
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