The latest and greatest pre-release for the ever forthcoming 0.15 release is now available from:
http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.15pre4.tar.gz
Only really bug-fixes and added documentation since the last pre-release. I do not intend to make any further changes before 0.15, so please let me know if it is broken.
Paul
On Thu, 6 Nov 2003 20:24:35 +0000 Paul Warren pdw@ex-parrot.com wrote:
The latest and greatest pre-release for the ever forthcoming 0.15 release is now available from:
http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.15pre4.tar.gz
Only really bug-fixes and added documentation since the last pre-release. I do not intend to make any further changes before 0.15, so please let me know if it is broken.
Paul,
I just tried a quick out-of-the-box compile:
util.h: No such file or directory
[..]
depmode=gcc /bin/sh ./config/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/pcap -g -O2 -c `test -f 'dlcommon.c' || echo './'`dlcommon.c source='stringmap.c' object='stringmap.o' libtool=no \ depfile='.deps/stringmap.Po' tmpdepfile='.deps/stringmap.TPo' \ depmode=gcc /bin/sh ./config/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/pcap -g -O2 -c `test -f 'stringmap.c' || echo './'`stringmap.c stringmap.c:19: util.h: No such file or directory make[2]: *** [stringmap.o] Error 1 make[2]: Leaving directory `/home/richard/rpm/BUILD/iftop-0.15pre4' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/richard/rpm/BUILD/iftop-0.15pre4' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.39774 (%build)
On Thu, Nov 06, 2003 at 10:36:15PM +0100, richard lucassen wrote:
On Thu, 6 Nov 2003 20:24:35 +0000 Paul Warren pdw@ex-parrot.com wrote:
The latest and greatest pre-release for the ever forthcoming 0.15 release is now available from:
http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.15pre4.tar.gz
Only really bug-fixes and added documentation since the last pre-release. I do not intend to make any further changes before 0.15, so please let me know if it is broken.
Paul,
I just tried a quick out-of-the-box compile:
util.h: No such file or directory
Oops. This one's my fault. I added a file but didn't add it to the list of distributed files in Makefile.am.
I've now fixed this in CVS, but Paul will have to do another release to get it into a tarball.
On Thu, Nov 06, 2003 at 09:46:38PM +0000, Chris Lightfoot wrote:
On Thu, Nov 06, 2003 at 10:36:15PM +0100, richard lucassen wrote:
On Thu, 6 Nov 2003 20:24:35 +0000 Paul Warren pdw@ex-parrot.com wrote:
http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.15pre4.tar.gz
I just tried a quick out-of-the-box compile:
util.h: No such file or directory
Oops. This one's my fault. I added a file but didn't add it to the list of distributed files in Makefile.am.
I've just uploaded 0.15pre5 to fix this:
http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.15pre5.tar.gz
Paul
On Thu, 6 Nov 2003 20:24:35 +0000 Paul Warren pdw@ex-parrot.com wrote:
The latest and greatest pre-release for the ever forthcoming 0.15 release is now available from:
http://www.ex-parrot.com/~pdw/iftop/download/iftop-0.15pre4.tar.gz
Only really bug-fixes and added documentation since the last pre-release. I do not intend to make any further changes before 0.15, so please let me know if it is broken.
Same problem with a ./configure && make
HTH,
R.