Is it impossible to cross-compile net-snmp 5.3.2 with personal librar

2010-04-14 Thread 생각하기
 I 'm trying to cross-compile net-snmp-5.3.2 with my mib-module and my personal library, not form of agentx but I failed every time. I think that it is a problem of configuration option. I make shared library and static library using my source library files. and linked them but useles

Re: CFV - Win IPv6 Build fix (was Re: Net-SNMP 5.4.3.rc2 and 5.2.6.rc2 available for testing)

2010-04-14 Thread Dave Shield
On 14 April 2010 18:01, Bart Van Assche wrote: > The patch you posted will cause Net-SNMP to stop working on Windows XP and > before when compiled with Windows 2008 or later. snmpd.exe won't even start. Fair enough. I don't have immediate access to anything earlier than Windows 7 so it's difficul

Re: CFV - Win IPv6 Build fix (was Re: Net-SNMP 5.4.3.rc2 and 5.2.6.rc2 available for testing)

2010-04-14 Thread Bart Van Assche
On Wed, Apr 14, 2010 at 1:04 PM, Dave Shield wrote: > On 13 April 2010 12:47, Dave Shield wrote: > > (I'm looking at problems with builds with some of the other > >parameters enabled...) > > The attached patch seems to fix the errors running build.bat on Windows > with Visual Studio 2008,

Re: SF.net SVN: net-snmp:[18496]

2010-04-14 Thread Bart Van Assche
On Wed, Apr 14, 2010 at 6:52 PM, Bart Van Assche wrote: > On Wed, Apr 14, 2010 at 10:08 AM, wrote: > >> Revision: 18496 >> http://net-snmp.svn.sourceforge.net/net-snmp/?rev=18496&view=rev >> Author: dts12 >> Date: 2010-04-14 08:08:42 + (Wed, 14 Apr 2010) >> >> Log Message: >>

Re: SF.net SVN: net-snmp:[18496]

2010-04-14 Thread Bart Van Assche
On Wed, Apr 14, 2010 at 10:08 AM, wrote: > Revision: 18496 > http://net-snmp.svn.sourceforge.net/net-snmp/?rev=18496&view=rev > Author: dts12 > Date: 2010-04-14 08:08:42 + (Wed, 14 Apr 2010) > > Log Message: > --- > CHANGES: Win32: Fix batch build using recent versions

Re: CFV - Win Build fixes

2010-04-14 Thread Bart Van Assche
On Wed, Apr 14, 2010 at 1:01 PM, Dave Shield wrote: > On 14 April 2010 11:16, Bart Van Assche 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 notificati

Re: CFV - Win IPv6 Build fix (was Re: Net-SNMP 5.4.3.rc2 and 5.2.6.rc2 available for testing)

2010-04-14 Thread Dave Shield
On 13 April 2010 12:47, Dave Shield wrote: >   (I'm looking at problems with builds with some of the other >    parameters enabled...) The attached patch seems to fix the errors running build.bat on Windows with Visual Studio 2008,  and enabling IPv6 support. (This patch is against the 5.2.x c

Re: CFV - Win Build fixes

2010-04-14 Thread Dave Shield
On 14 April 2010 11:16, Bart Van Assche 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 he

Re: CFV - Win Build fixes

2010-04-14 Thread Bart Van Assche
On Tue, Apr 13, 2010 at 4:43 PM, Wes Hardaker < [email protected]> wrote: > > On Tue, 13 Apr 2010 15:06:44 +0200, Bart Van Assche < > [email protected]> said: > > BVA> I have just verified that this patch makes building with VS6 via > BVA> win32/build.bat with default settings w

Problems with C++

2010-04-14 Thread Milagros Tejedo
Hello all: I've created an application to receive traps (based on snmptrapd.c). When I compile it with C It works OK. I've compiled it with C++ and when there is a trap I get the next core: > ::stack libc.so.1`realfree+0x68(ffbfefa0, 4bc568e1, 9829c, 5e170, 0, 5dc20) libc.so.1`cleanfree+0x5c(0,

Re: agentx make error

2010-04-14 Thread Dave Shield
2010/4/14 생각하기 > = > 2. Makefile > = > OBJS += agentx.o > OBJS += snmp_interface Why 'snmp_interface' ra

agentx make error

2010-04-14 Thread 생각하기
Hi all I 'm going to make agentx with my source file but problem occured 1. agentx.c  = #include #include #include #include #include "snmp_agent.h" #include "snmp_interface.h" sta