Displaying 1 result from an estimated 1 matches for "_soapdefs_h".
2006 May 08
2
have any one tried Snmp extension to Net-SNMP daemon
...ealy intresting but when i tried to compile it ended up with many errors ,,
does and one have tried it , or have any documentation about using these thing.
i started with the problem in SOAP_DEGIN_NAMESPACE, but it was resolved with i added a file soapdefs.h which contain
#ifndef _soapdefs_h
#define _soapdefs_h 1
#define SOAP_BEGIN_NAMESPACE(ns)
#define SOAP_END_NAMESPACE(ns)
#endif
and added CFLAGS = -Wall -Wno-parentheses -c -I$(INCLUDE) -I$(TMP)
-DWITH_SOAPDEFS_H
to make file
now the error is gon
but now i have error like
gcc -Wall -Wno-parenth...