Mailing List Archive

Compile Backhand Version 1.2.2 on Solaris 8
Hi,
I tried to compile the Backhand Version 1.2.2 with Apache 1.3.29 on my
Solaris 8 machine.
The following error appears:

$ ./configure --prefix=/apache/current --enable-module=rewrite
--enable-module=proxy --enable-shared=max --enable-module=backhand
--enable-shared=backhand
...
<=== src/modules/standard
===> src/modules/backhand
gcc -c -I../../os/unix -I../../include -DSOLARIS2=280 -DUSE_EXPAT
-I../../lib/expat-lite `../../apaci` back_util.c
In file included from back_util.c:22:
mod_backhand.h:40: warning: static declaration for `inet_aton' follows
non-static
In file included from back_util.c:36:
platform.c: In function `initstat':
platform.c:273: error: parse error before "else"
platform.c: In function `fillstat':
platform.c:389: error: parse error before "else"
back_util.c: In function `broadcast_my_stats':
back_util.c:567: warning: passing arg 2 of `serv_accept' from incompatible
pointer type
*** Error code 1
make: Fatal error: Command failed for target `back_util.o'
Current working directory /usr/local/src/apache_1.3.29/src/modules/backhand
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /usr/local/src/apache_1.3.29/src/modules
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /usr/local/src/apache_1.3.29/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /usr/local/src/apache_1.3.29
*** Error code 1
make: Fatal error: Command failed for target `build'

I am using the gcc Version 3.3.2 !

Does somebody know what I am doing wrong ?

Cheers,
Yves