[Click] Vector Problem!

Miguel Naranjo M.Naranjo-Perea at cs.ucl.ac.uk
Fri Jul 11 12:05:58 EDT 2008


Dear all,

I have been trying to use a Vector of a struct that I defined but when I 
tried to run the .click file I keep getting this error.
"While loading package 'bam':  package 
/home/user/Project/click-1.6.0/lib/bam.uo: undefined symbol: 
_ZN6VectorI12pushMPHEntryE7reserveEi"

Also, I tried with a different structs and I got similar errors.


here is my struct:

struct pushMPHEntry
{
    IPAddress src_ip;        //Source IP address of packet
    IPAddress dst_ip;        //Destination IP address of packet
    uint16_t tcp_sport;        //TCP  source port            
    uint16_t tcp_dport;        //TCP  destination port       
   
};

Thanks and Regards,

Miguel Naranjo.
UCL


More information about the click mailing list