How to compile/configure the latest version ( not HEAD ) ?

Lorenzo Delana ldelana at libero.it
Thu May 10 13:27:29 UTC 2001


On Thursday 10 May 2001 12:58, you wrote:
> Greetings to all,
>
> I've been trying ot compile/configure the latest Kdevelop version ( 1.4
> EXTRA ) for the last couple of days, but without any success. I tried
> different approaches:
>
> - download the daily snapshot tar.gz indicated in the kdevelop webpage.
> However, when I tried to do "make -f Makefile.cvs" complains that the
> "admin" directory is not there ( I think is trying ot use Makfile.common
> from that directory ).
cvs co -rKDEVELOP_1_4 kdevelop
cvs co kde-common
cd kdevelop && ln -s ../kde-common/admin
then make -f Makefile.cvs should work.

Consider follow flags, if y have trouble in compiling:
export CXXFLAGS="-DUSE_QTPRINT_SYSTEM -DUSE_KDE_2_2_1"

bye
lore

>
> - I tried to get the HEAD version from cvs ( which has the admin
> directory ) and then expand on top of it the .tar.gz snapshot ( I'm
> doing this hoping to reutilize the Makfile.common in admin ), but when I
> tried to do make -f Makefile.cvs, it complains that PYTHON variable is
> not defined ( I believe this is because gideon has support for python
> scripting but Kdevelop 2.0 doesn't ? )
>
> - I tried to get the latest version of the 1.4 branch from cvs (
> KDEVELOP_1_4 ) and found that there's no admin directory ( I'm using
> cervisia 1.3 for this in case it matters ), so I cannot run make -f
> Makefile.cvs
>
> So, I'm sure that I'm definitely doing something wrong, and that the
> snapshot should be self-contained. Could somebody please send me some
> short tips of how to start the compilation/configuration ?
>
> Thanks in advance,
>
> Hugo
>
>
>
>
>
> -
> to unsubscribe from this list send an email to
> kdevelop-devel-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«

-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list