Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2000 23:39:03 -0800
From:      Jamie Norwood <mistwolf@mushhaven.net>
To:        freebsd-questions@freebsd.org
Subject:   Nethack 3.3.0
Message-ID:  <20000322233903.A65794@mushhaven.net>

next in thread | raw e-mail | index | archive | help
Has anyone gotten this to compile? The port does not work, and my own
efforts also fail. I get:

gcc -O -I../include -c ../win/tty/termcap.c
In file included from ../win/tty/termcap.c:791:
/usr/include/curses.h:125: conflicting types for `tc_lcl_data'
../win/tty/termcap.c:39: previous declaration of `tc_lcl_data'
/usr/include/curses.h:125: parse error before `.'
/usr/include/curses.h:382: conflicting types for `tputs'
../include/system.h:496: previous declaration of `tputs'
../win/tty/termcap.c: In function `init_hilite':
../win/tty/termcap.c:828: request for member `tc_HI' in something not a structure or union
../win/tty/termcap.c: In function `kill_hilite':
../win/tty/termcap.c:1005: request for member `tc_HI' in something not a structure or union
../win/tty/termcap.c:1007: request for member `tc_HI' in something not a structure or union
../win/tty/termcap.c: In function `s_atr2str':
../win/tty/termcap.c:1024: request for member `tc_US' in something not a structure or union
../win/tty/termcap.c:1024: request for member `tc_US' in something not a structure or union
../win/tty/termcap.c:1027: request for member `tc_HI' in something not a structure or union
../win/tty/termcap.c: In function `e_atr2str':
../win/tty/termcap.c:1040: request for member `tc_UE' in something not a structure or union
../win/tty/termcap.c:1040: request for member `tc_UE' in something not a structure or union
../win/tty/termcap.c:1043: request for member `tc_HE' in something not a structure or union
../win/tty/termcap.c: In function `term_start_raw_bold':
../win/tty/termcap.c:1074: request for member `tc_HI' in something not a structure or union
../win/tty/termcap.c: In function `term_end_raw_bold':
../win/tty/termcap.c:1081: request for member `tc_HE' in something not a structure or union
../win/tty/termcap.c: In function `term_end_color':
../win/tty/termcap.c:1090: request for member `tc_HE' in something not a structure or union
*** Error code 1

Stop.
               

Thanks!

Jamie


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000322233903.A65794>