That's an easy one to fix.  On line 1297, there is a return, but the function 
is declared void.  The value of "pRqConf->pIntf->soap_markelement(soap, a, b)" 
is being returned.  This line should be changed from:

return pRqConf->pIntf->soap_markelement(soap, a, b);

to:

pRqConf->pIntf->soap_markelement(soap, a, b);


--- In [email protected], Jayaram Ganapathy <jayaram.ganapa...@...> wrote:
>
> Hello All,
> 
> mod_gsoap is such a nice plugin. I was going through the source forge 
> website. There is not much activity. If some can guide me I can fix the 
> problems.. Any one interested ? Please join hands. Otherwise the plugin 
> may die :-(.
> 
> Please join hands and lets keep the things rolling...
> 
> Thanks and Regards,
> Jayaram Ganapathy
> 
> ************************************************************************************************
> 
> 
> 
> jayaram.ganapathy+exter...@... 
> Sent by: [email protected]
> 08-03-09 03:08 AM
> Please respond to
> [email protected]
> 
> 
> To
> [email protected]
> cc
> 
> Subject
> [gsoap] compilation error - "mod_gsoap.c", line 1297: void function cannot 
> return value (version 0.7)
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Hello Guys, 
> 
> $/applications/home/3rdparty/apache2/bin/apxs -a -i -c 
> -I${GSOAPHOME}/include  mod_gsoap.c 
> 
> /applications/home/3rdparty/apache2/build/libtool --silent --mode=compile 
> cc -prefer-pic   -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT 
> -D_LARGEFILE64_SOURCE -g -I/applications/home/3rdparty/apache2/include 
> -I/applications/home/3rdparty/apache2/include 
> -I/applications/home/3rdparty/apache2/include 
> -I/applications/home/3rdparty/gsoap-2.7.12//include  -c -o mod_gsoap.lo 
> mod_gsoap.c && touch mod_gsoap.slo 
> "mod_gsoap.c", line 1297: void function cannot return value 
> cc: acomp failed for mod_gsoap.c 
> apxs:Error: Command failed with rc=65536 
> 
> Seems like mod_gsoap is broken..!!!!!!!! 
> Can someone guide me to fix it? 
> 
> I am trying in Solaris 10 Sparc with Apache ( httpd-2.2.11 ) 
> 
> Help please 
> Regards, 
> Jayaram Ganapathy
> 
> ---
> 
> This e-mail may contain confidential and/or privileged information. If you 
> 
> are not the intended recipient (or have received this e-mail in error) 
> please notify the sender immediately and destroy this e-mail. Any 
> unauthorized copying, disclosure or distribution of the material in this 
> e-mail is strictly forbidden.
> 
> 
> 
> ---
> 
> This e-mail may contain confidential and/or privileged information. If you 
> are not the intended recipient (or have received this e-mail in error) 
> please notify the sender immediately and destroy this e-mail. Any 
> unauthorized copying, disclosure or distribution of the material in this 
> e-mail is strictly forbidden.
>


Reply via email to