Robert Story wrote: > You have two options: > > 1) trim down header files in files that hit the conflict (ie don't > include the net-snmp parse.h) > > 2) patch net-snmp to rename the function. It's only used in one > files, so it should be a simple fix.
Well, I'd like to be able to remove parse.h but one of these: #include <ucd-snmp/ucd-snmp-config.h> #include <ucd-snmp/ucd-snmp-includes.h> #include <ucd-snmp/ucd-snmp-agent-includes.h> I tried to remove each of these headers one by one to see if I didn't need one of them but it seems I do. Is it really OK to patch net-snmp'd source? I don't want to distribute this module and say "oh, you gotta patch net-snmp too". :/ -Matthew ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
