Mailing List Archive

Trouble compiling conserver 8.0.6 on OpenBSD 3.4
I'm trying to compile conserver 8.0.6 on OpenBSD 3.4, and the build
fails with the following errors:

access.c: In function `AddrCmp':
access.c:88: warning: passing arg 2 of `inet_aton' from incompatible
pointer type
*** Error code 1

Stop in /home/kurt/conserver-8.0.6/conserver.
*** Error code 1

Stop in /home/kurt/conserver-8.0.6 (line 20 of Makefile).

Additionally, the following warning is output by ./configure:

configure: WARNING: sys/proc.h: present but cannot be compiled
configure: WARNING: sys/proc.h: check for missing prerequisite headers?
configure: WARNING: sys/proc.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING: ## ------------------------------------ ##

Any suggestions as to how I can get it to compile? Incidentally,
7.2.7 compiles and runs fine, but I'd rather run 8.0.6.

-Kurt
Re: Trouble compiling conserver 8.0.6 on OpenBSD 3.4 [ In reply to ]
On Mon, Nov 17, 2003 at 07:09:48AM -0500, Kurt Raschke wrote:
> I'm trying to compile conserver 8.0.6 on OpenBSD 3.4, and the build
> fails with the following errors:
<chop>
> Additionally, the following warning is output by ./configure:
<chop>

hmmm...well, hopefully the compile issue was caused by the configure
warning. could you send me the config.log file? or look at it and see
why sys/proc.h failed to check out. it probably needs another header
(from things i found on the net), but i'm not sure what it's complaining
about without looking into config.log.

hopefully fixing that will fix everything, but if not, we'll have to
dig further.

Bryan