On Wed, Apr 14, 2010 at 1:01 PM, Dave Shield <[email protected]>wrote:

> On 14 April 2010 11:16, Bart Van Assche <[email protected]> wrote:
> >                           But what I do not like is that the
> > patch disables the notification log MIB for all Win32 builds.
>
> But as far as I can tell, the problem was that the notification log MIB
> was *not* included in the Win32 build.   But the header file claimed
> that it was.   Hence the errors.
>
> It would probably be helpful to be explicit about
>   a)  which branch(es) you are referring to
>   b)  what build mechanism(s) and option(s) you are using
>   c)  what version(s) of build software you are using
>

I was referring to the 5.4 branch. I'm not sure that the following change is
appropriate in the RC stage:
Index: win32/net-snmp/agent/mib_module_config.h
===================================================================
--- win32/net-snmp/agent/mib_module_config.h    (revision 18463)
+++ win32/net-snmp/agent/mib_module_config.h    (working copy)
@@ -13,7 +13,7 @@
 #define USING_NOTIFICATION_MODULE 1

 /* Define if compiling with the notification-log-mib module files. */
-#define USING_NOTIFICATION_LOG_MIB_NOTIFICATION_LOG_MODULE 1
+/* #undef USING_NOTIFICATION_LOG_MIB_NOTIFICATION_LOG_MODULE */

 /* Define if compiling with the target module files.  */
 #define USING_TARGET_MODULE 1

But I find it incomprehensible that the build.bat mechanism has
> been fundamentally broken for so long  (presumably ever since
> MSVC 2008 appeared), and that none of the three pre-release
> calls (nor the first release candidate) picked up on this.
>

As long as the Net-SNMP project has a triple build infrastructure, this kind
of problems will keep popping up.

Bart.
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to