[wsf-c-dev] [PHP] Build Break
Samisa Abeysinghe
samisa at wso2.com
Fri Jan 26 03:30:10 PST 2007
Samisa Abeysinghe wrote:
> I removed sandesha manually form build system. It still doe not work.
>
> /home/samisa/tungsten/php/src/wsf.c:40:30: error: sandesha2_client.h:
> No such file or directory
> /home/samisa/tungsten/php/src/wsf.c:1953:40: warning: no newline at
> end of file
> make[2]: *** [wsf.lo] Error 1
>
> This is really wrong. If I do not want RM, it is incorrect to include
> sandesha2_client.h in main PHP extension code.
> It has to be included based on some configure time options (both on
> Windows and Linux)
May be we can have something like:
#ifdef WS_USE_RM
#include <sandesha2_client.h>
#endif
and define WS_USE_RM based on a configure time option.
Samisa...
More information about the Wsf-c-dev
mailing list