Page 1 of 1

Nethack pkg does not work on OS X 10.2

PostPosted: Mon Oct 28, 2002 10:09 pm
by burke3gd
As stated in this post the nethack package does not work on MacOS X 10.2 "Jaguar". Will this be fixed sometime? Because I would really like to play it, but I'm not savvy enough to compile it myself. [img]images/icons/wink.gif"%20border="0[/img]

Thanks for an otherwise great site!

Re: Nethack pkg does not work on OS X 10.2

PostPosted: Sun Dec 08, 2002 10:24 pm
by DMCrimson
get the source here, uncompress it as per directions on that page and follow the directions in Install.unx in sys/unix-directory... if all goes well, you should have a working nethack in your terminal after it... trying it out right now!

PS: hyvää lähestyvää joulua [img]images/icons/smile.gif"%20border="0[/img]

Re: Nethack pkg does not work on OS X 10.2

PostPosted: Sun Dec 08, 2002 11:10 pm
by DMCrimson
works just the way it should... although you might want to change the following in src/Makefile:
# libraries for tty ports
WINTTYLIB = -ltermcap
# WINTTYLIB = -lcurses
# WINTTYLIB = -lcurses16
# WINTTYLIB = -lncurses
# WINTTYLIB = -ltermlib

it's normally set for -ltermlib, but that caused errors...