Having the OPENSER_OID defined inside the snmstats module should work.
I think that all k module (except tm) should be part of a single branch. Like this, one fix in a module can be visible for other modules that relay on it. It will make compile fixes to be solved faster.
Regards, Ovidiu Sas
On Tue, Mar 10, 2009 at 8:43 AM, Jan Janak jan@iptel.org wrote:
On 10-03 00:34, Ovidiu Sas wrote:
The snmpstats branch should be updated with the latest updates for the usrloc module. This will get rid of some db related compile issues.
Oh yes, this is something I forgot to mention in my initial email. Modules that include headers from other modules won't compile because every module branch only contains only changes related to that particular module.
Modules that other depend on are: alias_db, usrloc, and presence. I haven't put the changes in the git repository because I had a script that did the updates, but now I realized that others might have troubles with that so I'll fix it in the public repository.
Thanks for pointing this out.
Also, OPENSER_OID needs to be defined inside config.h:
Given that there is only one module (snmpstats) using OPENSER_OID, shouldn't we rather put the define in the module? What do you think?
Jan.