Anonymous CVS updated

Eddie Kohler kohler at aciri.org
Sat Feb 24 18:53:25 EST 2001


THanks for the ping, George. Please feel free to send questions like this
to the click list.

Try cvs updating again and rebuilding. Some old files were not deleted from
the anonymous CVS repository.

love,
ed

> Return-Path: gnn at windriver.com
> Delivery-Date: Sat Feb 24 17:13:17 2001
> Return-Path: <gnn at windriver.com>
> Received: from wyvern.aciri.org (wyvern.aciri.org [192.150.187.14])
> 	by coyote.aciri.org (8.11.1/8.11.1) with ESMTP id f1P1DH585258
> 	for <kohler at coyote.aciri.org>; Sat, 24 Feb 2001 17:13:17 -0800 (PST)
> 	(envelope-from gnn at windriver.com)
> Received: from mail.wrs.com (unknown-1-11.wrs.com [147.11.1.11])
> 	by wyvern.aciri.org (8.11.1/8.11.1) with ESMTP id f1P1DDL24487
> 	for <kohler at aciri.org>; Sat, 24 Feb 2001 17:13:13 -0800 (PST)
> 	(envelope-from gnn at windriver.com)
> Received: from windriver.com (gnn-home-pc5 [147.11.35.206])
> 	by mail.wrs.com (8.9.3/8.9.1) with ESMTP id RAA18920
> 	for <kohler at aciri.org>; Sat, 24 Feb 2001 17:13:03 -0800 (PST)
> Message-Id: <200102250113.RAA18920 at mail.wrs.com>
> X-Mailer: exmh version 2.1.1 10/15/1999
> To: Eddie Kohler <kohler at aciri.org>
> Subject: Re: Anonymous CVS updated 
> In-Reply-To: Your message of "Sat, 24 Feb 2001 11:00:42 PST."
>              <200102241900.f1OJ0g583672 at coyote.aciri.org> 
> Mime-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Date: Sat, 24 Feb 2001 17:16:47 -0800
> From: "George V. Neville-Neil" <gnn at windriver.com>
> 
> > Apparently, some weeks (or even months?) ago, our Click anonymous CVS
> > repository stopped being kept up to date. Our apologies! It is now up to
> > date, and will stay up to date. If you have been using anonymous CVS,
> > expect your next update to be spectacular. If you have any problems or
> > questions, as always, let us know.
> > 
> 
> I don't know if I should send this to the whole mailing list (ala FreeBSD style
> development) or just to you, so I'll start with you.
> 
> I did get the latest update.  Alas, it does not compile, and as yet I'm not
> familiar with the code so I'm sending this to you.  I hope to soon be able to
> solve simple things by myself on this but until I get more time to play...
> 
> Here is the error output afteer an autoheader/autoconf/configure/gmake
> sequence.  I'm doing the gmake in userlevel as I'm on FreeBSD.
> I notice that the CVS repository is different from the 1.1b release, but that
> should be the way things are under active development.
> 
> Later,
> George
> 
> cd /usr/gnn/WindRiver/Code/Click/ClickTree/userlevel/
> gmake
> c++ -Wp,-w -W -Wall -DHAVE_CONFIG_H -DCLICK_BINDIR='"/usr/local/bin"' 
> -DCLICK_LIBDIR='"/usr/local/lib"' -I.. -I../include -I. -I.. -I../include  -MD 
> -DCLICK_USERLEVEL -fno-exceptions -fno-rtti -fvtable-thunks -g -O2 -c 
> ../elements/ip/iprewriter.cc
> In file included from ../elements/ip/iprewriter.cc:25:
> ../elements/ip/iprewriter.hh: In method `class IPRewriter * 
> IPRewriter::clone() const':
> ../elements/ip/iprewriter.hh:122: cannot allocate an object of type 
> `IPRewriter'
> ../elements/ip/iprewriter.hh:122:   since the following virtual functions are 
> abstract:
> ../elements/ip/iprw.hh:50: 	class IPRw::Mapping * IPRw::apply_pattern(IPRw::Pat
> tern *, int, const IPFlowID &, int, int)
> ../elements/ip/iprw.hh:51: 	class IPRw::Mapping * IPRw::get_mapping(int, const 
> IPFlowID &) const
> ../elements/ip/iprewriter.cc: In method `void IPRewriter::take_state(Element 
> *, ErrorHandler *)':
> ../elements/ip/iprewriter.cc:137: no matching function for call to 
> `IPRewriter::take_state_map (BigHashMap<IPFlowID,IPRw::Mapping *> &, 
> Vector<IPRw::Pattern *> &, Vector<IPRw::Pattern *> &)'
> ../elements/ip/iprw.hh:61: candidates are: void IPRw::take_state_map(BigHashMap
> <IPFlowID,IPRw::Mapping *> &, IPRw::Mapping **, const Vector<IPRw::Pattern *> 
> &, const Vector<IPRw::Pattern *> &)
> ../elements/ip/iprewriter.cc:138: no matching function for call to 
> `IPRewriter::take_state_map (BigHashMap<IPFlowID,IPRw::Mapping *> &, 
> Vector<IPRw::Pattern *> &, Vector<IPRw::Pattern *> &)'
> ../elements/ip/iprw.hh:61: candidates are: void IPRw::take_state_map(BigHashMap
> <IPFlowID,IPRw::Mapping *> &, IPRw::Mapping **, const Vector<IPRw::Pattern *> 
> &, const Vector<IPRw::Pattern *> &)
> ../elements/ip/iprewriter.cc: In method `class IPRw::Mapping * 
> IPRewriter::apply_pattern(IPRw::Pattern *, int, int, bool, const IPFlowID &)':
> ../elements/ip/iprewriter.cc:162: no matching function for call to 
> `IPRw::Mapping::make_pair (const IPFlowID &, const IPFlowID &, int &, int &, 
> IPRw::Mapping *&, IPRw::Mapping *&)'
> ../elements/ip/iprw.hh:75: candidates are: static void 
> IPRw::Mapping::make_pair(int, const IPFlowID &, const IPFlowID &, int, int, 
> IPRw::Mapping *, IPRw::Mapping *)
> ../elements/ip/iprewriter.cc:163: no matching function for call to 
> `IPRw::Pattern::create_mapping (const IPFlowID &, int &, int &, IPRw::Mapping 
> *&, IPRw::Mapping *&)'
> ../elements/ip/iprw.hh:168: candidates are: bool IPRw::Pattern::create_mapping(
> int, const IPFlowID &, int, int, IPRw::Mapping *, IPRw::Mapping *)
> ../elements/ip/iprewriter.cc: In method `void IPRewriter::push(int, Packet *)':
> ../elements/ip/iprewriter.cc:221: no matching function for call to 
> `IPMapper::get_map (IPRewriter *, bool &, IPFlowID &)'
> ../elements/ip/iprw.hh:211: candidates are: class IPRw::Mapping * 
> IPMapper::get_map(IPRw *, int, const IPFlowID &, Packet *)
> gmake: *** [iprewriter.o] Error 1
> 
> Compilation exited abnormally with code 2 at Sat Feb 24 17:10:10
> 
> 




More information about the click mailing list