← Back to team overview

ubuntuforums-unanswered team mailing list archive

[Question #76345]: How do you build Kftpgrabber from SVN? Problems encountered

 

New question #76345 on kftpgrabber in ubuntu:
https://answers.launchpad.net/ubuntu/+source/kftpgrabber/+question/76345

The main domain for Kftpgrabber (www.kftp.org) appears to have lapsed recently or possibly the project was terminated?

The most recent source and SVN still appears to be hosted by KDE.org
http://websvn.kde.org/trunk/extragear/network/kftpgrabber/

Following the directions retrieved below I attempted to build from SVN
http://web.archive.org/web/20071019034550/www.kftp.org/misc/svn

-------------------------------------------------------------------------------------------------------
svn co -N svn://anonsvn.kde.org/home/kde/trunk/extragear/network
cd network
svn up kftpgrabber
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
make -f Makefile.cvs
./configure --prefix=`kde-config --prefix` --enable-debug=full
make
su -c "make install"
-------------------------------------------------------------------------------------------------------

The first four lines go off without a hitch.  However, when I type in "make -f Makefile.cvs"

I receive this error.

###@******:~/network$ make -f Makefile.cvs
make: Makefile.cvs: No such file or directory
make: *** No rule to make target `Makefile.cvs'.  Stop.


Could someone please list how to properly compile Kftpgrabber from SVN from start to finish?


Thanks




-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.