Re: [Modsnake-devel] cvs mod_snake on 2.0.35
Status: Alpha
Brought to you by:
jick
|
From: Afra A. <aa...@cs...> - 2002-04-29 11:55:05
|
This worked for me when I downloaded an earlier version of SWIG ( http://www.swig.org ), from the 1.3a* series, and not the latest version. As an example, I downloaded and installed 1.3a5 and things compiled smoothly.... Hope this helps Afra On Mon, 29 Apr 2002, walker wrote: ==> ==>Apache version: 2.0.35 ==>mod_snake cvs checkout date: Mon April 9, 4:00am EST ==>swig -version: 1.3.11u-20020429-0755 ==>Python -V: Python 2.2.1 ==> ==>errors with swig - mentioned earlier by afra ahmad, here's the failing ==>errors: ==> ==>gcc -fPIC -I/usr/local/apache2/include -I/usr/local/apache2/include/apr ==>\ ==> -I/usr/local/include/python2.2 -g -O2 -DNDEBUG -g -O3 -Wall ==>-Wstrict-prototypes -c mod_snake_wrap.c -o mod_snake_wrap.lo ==>mod_snake_wrap.c: In function `SWIG_ConvertPtr': ==>mod_snake_wrap.c:430: warning: suggest explicit braces to avoid ambiguous `else' ==>mod_snake_wrap.c:433: warning: suggest explicit braces to avoid ambiguous `else' ==>mod_snake_wrap.c:439: warning: suggest explicit braces to avoid ambiguous `else' ==>mod_snake_wrap.c:364: warning: `uu' might be used uninitialized in this function ==>mod_snake_wrap.c: In function `SWIG_ConvertPacked': ==>mod_snake_wrap.c:364: warning: `uu' might be used uninitialized in this function ==>In file included from mod_snake.h:12, ==> from mod_snake_wrap.c:700: ==>/usr/local/apache2/include/http_config.h: At top level: ==>/usr/local/apache2/include/http_config.h:187: warning: function declaration isn't a prototype ==>mod_snake_wrap.c: In function `swig_modsnakepymod_cvt': ==>mod_snake_wrap.c:721: too few arguments to function `SWIG_NewPointerObj' ==>mod_snake_wrap.c: In function `swig_ap_table_t_cvt': ==>mod_snake_wrap.c:1099: too few arguments to function `SWIG_NewPointerObj' ==>mod_snake_wrap.c: In function `swig_apr_bucket_cvt': ==>mod_snake_wrap.c:1239: too few arguments to function `SWIG_NewPointerObj' ==>mod_snake_wrap.c: In function `swig_apr_bucket_brigade_cvt': ==>mod_snake_wrap.c:1255: too few arguments to function `SWIG_NewPointerObj' ==>mod_snake_wrap.c: In function `swig_ap_filter_t_cvt': ==>mod_snake_wrap.c:1524: too few arguments to function `SWIG_NewPointerObj' ==>mod_snake_wrap.c: In function `swig_conn_rec_cvt': ==>mod_snake_wrap.c:1615: too few arguments to function `SWIG_NewPointerObj' ==>mod_snake_wrap.c: In function `swig_server_rec_cvt': ==>mod_snake_wrap.c:1822: too few arguments to function `SWIG_NewPointerObj' ==>mod_snake_wrap.c: In function `swig_server_addr_rec_cvt': ==>mod_snake_wrap.c:1987: too few arguments to function `SWIG_NewPointerObj' ==>mod_snake_wrap.c: In function `swig_request_rec_cvt': ==>mod_snake_wrap.c:2031: too few arguments to function `SWIG_NewPointerObj' ==>mod_snake_wrap.c: In function `request_rec_send_http_trace': ==>mod_snake_wrap.c:2200: warning: implicit declaration of function `ap_send_http_trace' ==>mod_snake_wrap.c: In function `swig_require_line_cvt': ==>mod_snake_wrap.c:2595: too few arguments to function `SWIG_NewPointerObj' ==>mod_snake_wrap.c: At top level: ==>mod_snake_wrap.c:154: warning: `SWIG_TypeQuery' defined but not used ==>mod_snake_wrap.c:333: warning: `SWIG_addvarlink' defined but not used ==>mod_snake_wrap.c:469: warning: `SWIG_ConvertPacked' defined but not used ==>mod_snake_wrap.c:538: warning: `SWIG_MakeShadow' defined but not used ==>mod_snake_wrap.c:652: warning: `l_output_helper' defined but not used ==>make: *** [mod_snake_wrap.lo] Error 1 ==> ==> ==>---- ==>Greg Millam ==>reklaw at deafcode.com ==> ==> ==> ==> ==> ==>_______________________________________________ ==>Modsnake-devel mailing list ==>Mod...@li... ==>https://lists.sourceforge.net/lists/listinfo/modsnake-devel ==> |