Davide Zanon wrote:
On Friday 20 May 2005 00:24, Jes Hall wrote:
  
Already known - and fixed.

http://bugs.kde.org/show_bug.cgi?id=105929

-Nathan
      
As Nathan says, this is already fixed in SVN trunk and it's been
backported to 3.4 branch. As an example to those unfamiliar with SVN,
to get and build kopete from SVN trunk you would:

svn checkout svn://anonsvn.kde.org/home/kde/trunk/KDE/kde-common/admin
	(these are shared build scripts required to build KDE modules)

svn checkout -N svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork
	(this checks out the first level of kdenetwork to give you the top
level Makefile and other files required to build kopete)

cd kdenetwork
ln -s ../kde-common/admin
	(put the build scripts where they're expected to be)

svn checkout svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork/kopete
	(check out kopete sources)

make -f Makefile.cvs
./configure --prefix=`kde-config --prefix`
make

Then, as root or using sudo

make install

If this looks all to scary or complicated (SVN scares me too!) these
fixes will ship with KDE 3.4.1 which should be coming soon.
    

thank you very much for your guide!
but I get:

$ gmake -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution

Please recheckout this module!
for cvs: use checkout once and after that update again
for cvsup: checkout kde-common from cvsup and
   link kde-common/admin to ./admin

(I use gmake because it's the GNU Make on NetBSD)

what does it mean? I can't understand!

Thank you
david
___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


  
Thanks for posting these instructions. It works for me as far as the third "svn checkout" line - the one that gets the kopete sources. This returns the message :

svn: Working copy 'kopete' not locked

Subsequent steps don't work, presumably because this one failed. Not being familiar with these tools, I am not sure what this message means and therefore what else I can try.

Bogus Zaba