I am looking for a way for creating a gui for managing qos in linux ,
i came across snmp extension to net snmp at
http://x-ray.prokon.cz/data/snmp/
and i found qosd-0.0.1-13122003.tgz ,
in which there is a client server program using soap which was realy 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-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 -Wno-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c
-o src/server/lex/y.tab.o src/server/lex/y.tab.c
src/server/lex/y.tab.c: In function 'yyparse':
src/server/lex/y.tab.c:1064: warning: implicit declaration of function 'yylex'
gcc -Wall -Wno-parentheses -c -Iinclude -Itmp -DWITH_SOAPDEFS_H -c
-o src/soap/soapC.o src/soap/soapC.c
src/soap/soapC.c: In function 'soap_in_SOAP_ENV__Fault':
src/soap/soapC.c:1884: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:1884: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_SOAP_ENV__Detail':
src/soap/soapC.c:1974: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:1974: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_SOAP_ENV__Code':
src/soap/soapC.c:2076: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2076: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_SOAP_ENV__Header':
src/soap/soapC.c:2153: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2153: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__get_common
src/soap/soapC.c:2237: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2237: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__common_options':
src/soap/soapC.c:2321: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2321: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__get_filter_u32':
src/soap/soapC.c:2403: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2403: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__filter_u32':
src/soap/soapC.c:2487: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2487: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__get_filter_fw':
src/soap/soapC.c:2569: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2569: error: too few arguments to function 'soap_id_forward'
src/soap/soapC.c: In function 'soap_in_ns__filter_fw':
src/soap/soapC.c:2653: warning: passing argument 8 of
'soap_id_forward' makes integer from pointer without a cast
src/soap/soapC.c:2653: error: too few arguments to function 'soap_id_forward'
what can be done , the documentation in very less or just null
please help me
Thanks in advance,
ragunath
kodethredum pial
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.
_______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc