On Wed, Sep 23, 2009 at 2:24 AM, qiu ying <[email protected]> wrote: > when I compile my application(CTP+LPL) with the latest CVS version, I got > this error message: > tos/lib/net/ctp/CtpForwardingEngine.h:104: conflicting types for > `network_header_t' > tos/chips/rf2xx/layers/TinyosNetworkLayer.h:30: previous declaration of > `network_header_t' > I found network_header_t in CtpForwardingEngine.h is never used in ctp, so I > modified it to ctp_network_header_t and everything seems work well. But is > there a better solution?
I think you found unused code, which I just removed. Can you test the latest version on the CVS? - om_p _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
