[comp.sources.games.bugs] nethack patchlevel 8 and 9 compilation errors

hens@gremlin.prl.philips.nl (Patrick Hens 44014) (07/02/90)

When compiling nethack patchlevel 8 and 9 on an Apollo Domain/OS
Version SR10.2 I get the following compilation errors:

::/bin/cc -O -I../include -c allmain.c
::
:: (0138) 					"You can move again.");
::
::******** Line 137 of "allmain.c": [Warning #279]  Illegal conversion from const *
::         "nomovemsg".
::/bin/cc -O -I../include -c apply.c
::
:: (0041) bchit(ddx,ddy,range,sym) register int ddx,ddy,range; char sym; {
::
::******** Line 41 of "apply.c": [Error #211]  Type of formal parameter 4 conflicts with
::         prototype declaration.
::
:: (0233) {
::
::******** Line 233 of "apply.c": [Error #211]  Type of formal parameter 1 conflicts with
::         prototype declaration.
::
:: (0408) {
::
::******** Line 408 of "apply.c": [Error #211]  Type of formal parameter 1 conflicts with
::         prototype declaration.
::*** Exit 1
::
::Stop.

Any help is welcome.

Patrick Hens.