Re: Conflicting definition of ACTION in Net-SNMP and GNU C libraries

2014-03-06 Thread Niels Baggesen
On Thu, Feb 27, 2014 at 09:22:12PM +0600, Yana A Kireyonok (aka Iron Bug) wrote: > This might be the quirk of GNU autotools or GCC, too. But I haven't seen > any troubles with this toolset, I build a lot of things. Ok so it fails when it hidt the perl part ... That explains why I don't see it. My

Re: Conflicting definition of ACTION in Net-SNMP and GNU C libraries

2014-02-27 Thread Yana A Kireyonok (aka Iron Bug)
Hello. About the build error (I was building the latest 5.7.2 version of Net-SNMP). I saw this error on two machines, both Debian, latest up-to-date stable releases, kernel 3.2.0-4-rt-amd64. GCC 4.7.2. The error was repeating, cleaning up and running make twice didn't help. Today I performed some

Re: Conflicting definition of ACTION in Net-SNMP and GNU C libraries

2014-02-27 Thread Niels Baggesen
On Wed, Feb 26, 2014 at 02:12:53PM +0600, Yana A Kireyonok (aka Iron Bug) wrote: > Also would be a good point to add to build instructions of the library a > note that the library cannot be built in parallel (make -j). It would be better to make sure it works :-) > Because when tried to be built

Conflicting definition of ACTION in Net-SNMP and GNU C libraries

2014-02-26 Thread Yana A Kireyonok (aka Iron Bug)
Greetings, everybody. I'm working on large porject and lately we switched to Net-SNMP as SNMP interface. I use Linux (Debian stable 64). I discovered that macro ACTION, defined in snmp_impl.h is conflicting with definition in search.h, which is a part of standard GNU C library. I solved the proble