[Xorp-hackers] Problems linking XORP modifications

Julián David Morillo Pozo jmorillo@ac.upc.edu
Fri, 18 Feb 2005 15:47:13 +0100


For the moment, the problem is solved. (There was a bug on my Makefile).

Thanks for the help (probably I will need more in the near future;-) ).

El Jueves, 17 de Febrero de 2005 20:23, Pavlin Radoslavov escribió:
> > I have defined it on file "rib_QoS.hh" in this way:
> > =========================================================
> > template<class A>
> > class RIB_QoS {
> > public:
> >     /**
> >      * RIB_QoS Constructor.
> >      *
> >      * @param rib_manager the main RIB manager process holding stuff
> >      * that's common to all the individual RIBs.
> >      * @param eventloop the main event loop.
> >      */
> >     RIB_QoS(RibManager& rib_manager,
> > 	EventLoop& eventloop);
> >
> > ==========================================================
> > And I include this file on the "rib_manager.hh" file, but something
> > doesn't work.
> > Do you (or anybody alse ;-) ) have any other idea?
>
> Please confirm that you have the above RIB_QoS constructor
> implemented in rib_QoS.cc (or somewhere else), and that this file is
> linked appropriately. Also, at the end of rib_QoS.cc you may want to
> add the following two lines:
>
> template class RIB_QoS<IPv4>;
> template class RIB_QoS<IPv6>;
>
> If this still doesn't help, then please send me an URL with the
> tarball with your source code and I will have a look at it.
>
> Regards,
> Pavlin
> _______________________________________________
> Xorp-hackers mailing list
> Xorp-hackers@icir.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

-- 
=============================================
Julián David Morillo Pozo
PhD Student - Computer Networking Group
Department of Computer Architecture   (DAC)
Polytechnical University of Catalonia (UPC)
Phone: +34-934017182   Fax: +34-934017055
URL: http://people.ac.upc.edu/jmorillo
=============================================