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

Roland Krause rokrau at yahoo.com
Thu May 10 22:28:29 UTC 2001


Ok, here is what I would do. 

export CVSROOT=:pserver:anonymous at anoncvs.kde.org:/home/kde
cvs login

cvs co -r KDEVELOP_1_4 -PdR kdevelop
cvs co kde-common

cd kdevelop; ln -sf ../kde-common/admin admin;
make -f Makefile.cvs
export CXXFLAGS="-DUSE_KDE_2_1_1 -DUSE_QTPRINT_SYSTEM"; ./configure 
make 
make install
kdevelop

Do it line for line, make sure your output "looks" ok. I have tested
this but check it all for obvious typos and corrections anyway.

Good luck
Roland

--- Hugo Varotto <hvarotto at mediaone.net> 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 ).
> 
> - 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«

=====
--
Roland Krause
In the garage of life there are mechanics and 
there are drivers. Mechanics wanted!

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

-
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