Displaying 1 result from an estimated 1 matches for "dwith_soapdefs_h".
2006 May 08
2
have any one tried Snmp extension to Net-SNMP daemon
...m 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-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c
-o src/server/lex/lex.yy.o src/server/lex/lex.yy.c
src/server/lex/lex.yy.c:1117: warning: ''yyunput'' defined but not used
gcc -Wall...