I'm running linux on my dbox for 1 year now and want to play
building the hole stuff from scratch.
I'm familiar wicth gcc, linux, cvs, etc.
I did a checkout of the whole 1.0.0 tree from :pserver:anonymous@cvs.tuxbox-cvs.sourceforge.net:/cvs/tuxbox.
autogen and configure went ok.
make download
gave
cal@atlantik > make download
false || \
wget -c --passive-ftp -P Archive ftp://ftp.gnu.org/gnu/commonc++/commonc ... 9.7.tar.gz || \
wget -c -P Archive http://tuxbox.berlios.de/pub/tuxbox/cdk ... 9.7.tar.gz
--09:27:06-- ftp://ftp.gnu.org/gnu/commonc++/commonc ... 9.7.tar.gz
=> `Archive/commoncpp2-0.99.7.tar.gz'
Resolving ftp.gnu.org...

Connecting to ftp.gnu.org[199.232.41.7]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ...


==> TYPE I ...


==> PASV ...

No such file `commoncpp2-0.99.7.tar.gz'.
--09:27:07-- http://tuxbox.berlios.de/pub/tuxbox/cdk ... 9.7.tar.gz
=> `Archive/commoncpp2-0.99.7.tar.gz'
Resolving tuxbox.berlios.de...

Connecting to tuxbox.berlios.de[195.37.77.138]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
09:27:07 ERROR 404: Not Found.
The reason is obvious: There is a newer version located on the webservers but the older version for 1.0.0
is missing.
Alternatives
1. For best compatibility the old version should be put on berlios
2. Should I try using he newer versions and provide a patch?
Thanx in advance,
Carsten