Vanilla Netrek Server Development Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[VANILLA-L:597] FW: problems compiling Server2.7pl6.tar



Hi Mark,

	I'm not very familiar with Solaris. However, I've
forwarded your email to the vanilla server developer 
list and someone should be able to help out.

Nick

>----------
>From: 	minaba@mail1.ci.chi.il.us[SMTP:minaba@mail1.ci.chi.il.us]
>Sent: 	Tuesday, May 06, 1997 10:39 PM
>To: 	trown@ecst.csuchico.edu
>Subject: 	problems compiling Server2.7pl6.tar
>
>	Hi, I saw your email in the README of the Server2.7pl6.tar
>distribution. I'm trying to compile on a solaris2.5.1 ultrasparc
>with gcc. At first I got copmile errors because some files
>that used <sys/socket.h> did not include <sys/types.h>, but
>I got around this by sticking an #include <sys/types.h> into
>every .c file in the tree. I got a lot of warnings about duplicate
>includes, but it seemed to go a lot farther than before.
>however now I get stopped on:
>well, here's the transcript of my setup
>there's a lot of warnings...am i missing a flag for my gcc?
>is there a place with precompiled netrek code? 
>-Mark
>
>***transcript****
>
>Script started on Wed May 07 00:39:30 1997
>daria% configure
>loading cache ./config.cache
>checking for used sources... Vanilla SERVER
>################################################################
>What do you wish to have the LIBDIR set to?
>    This directory is where all the executables/support files
>     will be installed
>################################################################
>/usr/local/games/netrek
>checking for a BSD compatible install... (cached) ./install.sh -c
>checking for gcc... (cached) gcc
>checking whether we are using GNU C... (cached) yes
>checking whether gcc accepts -g... (cached) yes
>checking how to run the C preprocessor... (cached) gcc -E
>checking whether ln -s works... (cached) yes
>checking for AIX... no
>checking for inline... (cached) inline
>checking if fd_set requires sys/select.h... no
>checking whether cross-compiling... (cached) no
>checking for ANSI C header files... (cached) yes
>checking for unistd.h... (cached) yes
>checking for memory.h... (cached) yes
>checking for sys/timeb.h... (cached) yes
>checking for sys/ptyio.h... (cached) no
>checking for sys/fcntl.h... (cached) yes
>checking for fcntl.h... (cached) yes
>checking for ctype.h... (cached) yes
>checking for machine/endian.h... (cached) no
>checking for sys/resource.h... (cached) yes
>checking for sys/wait.h... (cached) yes
>checking for netinet/in.h... (cached) yes
>checking for wait3 that fills in rusage... (cached) no
>checking for pid_t... (cached) yes
>checking for uid_t in sys/types.h... (cached) yes
>checking for size_t... (cached) yes
>checking for vfork.h... (cached) no
>checking for working vfork... (cached) yes
>checking whether struct tm is in sys/time.h or time.h... (cached) time.h
>checking for itimer in time.h... yes
>checking size of long... (cached) 4
>checking for u_int in sys/types.h... yes
>checking for PATH_MAX in limits.h... yes
>Searching for mp or gmp
>checking for -lmp... (cached) yes
>
>Warning RSA utilities not found, turning RSA off.
>
>checking for X... (cached) libraries /usr/openwin/lib, headers
>/usr/openwin/include
>checking for -lXbsd... (cached) no
>checking for -lsocket... (cached) yes
>checking for -linet... (cached) no
>checking for -lnsl... (cached) yes
>checking for -lseq... (cached) no
>checking for -lsun... (cached) no
>checking for -lipc... (cached) no
>checking for -lshm... (cached) no
>checking for -lstuff... (cached) no
>checking return type of signal handlers... (cached) void
>checking for restartable system calls... (cached) no
>checking for BSD style signals
>checking for sigset... (cached) yes
>checking for -lBSD... (cached) no
>checking for -lbsd... (cached) no
>checking for usleep... (cached) yes
>checking for random... (cached) yes
>checking for setstate... (cached) yes
>checking for strftime... (cached) yes
>checking for ftime... (cached) yes
>checking for -lm... (cached) yes
>checking for nint... (cached) no
>checking for random... (cached) yes
>checking for strdup... (cached) yes
>checking for rint... (cached) yes
>searching for netstat and uptime
>creating ./config.status
>creating system.mk
>creating config.h
>daria% make depend
>cd ntserv; make depend
>makedepend -O      -f Makefile cluecheck.c coup.c  data.c  death.c
>detonate.c  enter.c  findslot.c  getentry.c  getname.c  getship.c  input.c
>interface.c  main.c  orbit.c  phaser.c  plasma.c  redraw.c  reserved.c
>sintab.c  socket.c  smessage.c  startrobot.c  timecheck.c  torp.c  util.c
>warning.c    ping.c getpath.c   features.c  distress.c transwarp.c gencmds.c
>ntscmds.c openmem.c feature.c  queue.c slotmaint.c wander2.c  data.h  defs.h
>planets.h  struct.h  packets.h  copyright.h   #(M_SRC)
>makedepend:  coup.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  data.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	../ntserv/copyright.h
>makedepend:  	../ntserv/defs.h
>makedepend:  	../ntserv/struct.h
>makedepend:  	../ntserv/data.h
>makedepend:  data.cmakedepend:  , line 20: incomplete include == "#include
>INC_SYS_SELECT"
>makedepend:  death.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/signal.h
>makedepend:  	/usr/include/setjmp.h
>makedepend:  detonate.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  enter.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  enter.cmakedepend:  , line 16: incomplete include == "#include
>INC_SYS_TIME"
>makedepend:  findslot.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright2.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  getentry.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  getname.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright2.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  getship.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  input.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/math.h
>makedepend:  	/usr/include/sys/param.h
>makedepend:  	/usr/include/sys/time.h
>makedepend:  input.cmakedepend:  , line 38: incomplete include == "#include
>INC_SYS_SELECT"
>makedepend:  interface.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/math.h
>makedepend:  	/usr/include/signal.h
>makedepend:  orbit.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/math.h
>makedepend:  plasma.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  redraw.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/signal.h
>makedepend:  	/usr/include/math.h
>makedepend:  reserved.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright2.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  socket.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright2.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  socket.cmakedepend:  , line 53: incomplete include == "#include
>INC_SYS_SELECT"
>makedepend:  startrobot.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  timecheck.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  torp.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  ping.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright2.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/signal.h
>makedepend:  openmem.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  openmem.cmakedepend:  , line 16: incomplete include == "#include
>INC_SYS_TIME"
>makedepend:  slotmaint.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright2.h
>makedepend:  	/usr/include/stdio.h
>cd robots; make depend
>makedepend -O     -DROBOT -f Makefile puck.c puckmove.c mars.c marsmove.c
>robotII.c rmove.c getpath.c  data.c  detonate.c  enter.c  getship.c
>interface.c  orbit.c  phaser.c  sintab.c openmem.c sysdefaults.c torp.c
>util.c  commands.c smessage.c basep.c wander2.c  inl.c inlcomm.c slotmaint.c
>inlcmds.c gencmds.c
>makedepend:  puck.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  mars.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  robotII.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  data.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	../ntserv/copyright.h
>makedepend:  	../ntserv/defs.h
>makedepend:  	../ntserv/struct.h
>makedepend:  	../ntserv/data.h
>makedepend:  data.cmakedepend:  , line 20: incomplete include == "#include
>INC_SYS_SELECT"
>makedepend:  detonate.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  enter.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  enter.cmakedepend:  , line 16: incomplete include == "#include
>INC_SYS_TIME"
>makedepend:  getship.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  interface.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/math.h
>makedepend:  	/usr/include/signal.h
>makedepend:  orbit.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/math.h
>makedepend:  openmem.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  openmem.cmakedepend:  , line 16: incomplete include == "#include
>INC_SYS_TIME"
>makedepend:  sysdefaults.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/math.h
>makedepend:  torp.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  basep.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/string.h
>makedepend:  cannot open "wander2.c"
>makedepend:  inl.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  inlcomm.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/string.h
>makedepend:  slotmaint.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright2.h
>makedepend:  	/usr/include/stdio.h
>cd newstartd; make depend
>makedepend -O      -DPORT=2592 -f Makefile newstartd.c newaccess.c subnet.c
>getpath.c data.c
>makedepend:  newstartd.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  newaccess.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/ctype.h
>makedepend:  subnet.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  data.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	../ntserv/copyright.h
>makedepend:  	../ntserv/defs.h
>makedepend:  	../ntserv/struct.h
>makedepend:  	../ntserv/data.h
>makedepend:  data.cmakedepend:  , line 20: incomplete include == "#include
>INC_SYS_SELECT"
>cd tools; make depend
>makedepend -O     -f Makefile loadchecker.c mess.c mergescores.c newscores.c
>planets.c players.c scores.c setgalaxy.c  showgalaxy.c stat.c trimscores.c
>watchmes.c fun.c xtkill.c keyman.c ../ntserv/getpath.c ../ntserv/data.c
>../ntserv/distress.c getship.c update.c openmem.c   convert.c conq_vert.c
>../ntserv/slotmaint.c   sortdb.c
>makedepend:  loadchecker.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  mess.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  mergescores.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  newscores.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  planets.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  players.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/varargs.h
>makedepend:  	/usr/include/string.h
>makedepend:  scores.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/varargs.h
>makedepend:  setgalaxy.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  showgalaxy.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  stat.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  trimscores.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  watchmes.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/string.h
>makedepend:  fun.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  xtkill.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  ../ntserv/data.c includes /usr/include/sys/types.h more than
>once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	../ntserv/copyright.h
>makedepend:  	../ntserv/defs.h
>makedepend:  	../ntserv/struct.h
>makedepend:  	../ntserv/data.h
>makedepend:  ../ntserv/data.cmakedepend:  , line 20: incomplete include ==
>"#include INC_SYS_SELECT"
>makedepend:  getship.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  update.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  update.cmakedepend:  , line 17: incomplete include == "#include
>INC_SYS_TIME"
>makedepend:  update.cmakedepend:  , line 28: incomplete include == "#include
>INC_SYS_PTYIO"
>makedepend:  openmem.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  openmem.cmakedepend:  , line 16: incomplete include == "#include
>INC_SYS_TIME"
>makedepend:  convert.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  conq_vert.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/sys/file.h
>makedepend:  ../ntserv/slotmaint.c includes /usr/include/sys/types.h more
>than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright2.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  sortdb.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/fcntl.h
>makedepend:  	/usr/include/errno.h
>cd pledit; make depend
>makedepend -O      -f Makefile main.c edit.c input.c getpath.c data.c
>makedepend:  edit.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/fcntl.h
>makedepend:  	/usr/include/errno.h
>makedepend:  	/usr/include/curses.h
>makedepend:  data.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	../ntserv/copyright.h
>makedepend:  	../ntserv/defs.h
>makedepend:  	../ntserv/struct.h
>makedepend:  	../ntserv/data.h
>makedepend:  data.cmakedepend:  , line 20: incomplete include == "#include
>INC_SYS_SELECT"
>cd keycomp; make depend
>makedepend -O -I../ntserv     -f Makefile rsa_keycomp.c getpath.c data.c
>rsa_key2cap.c 
>makedepend:  data.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	../ntserv/copyright.h
>makedepend:  	../ntserv/defs.h
>makedepend:  	../ntserv/struct.h
>makedepend:  	../ntserv/data.h
>makedepend:  data.cmakedepend:  , line 20: incomplete include == "#include
>INC_SYS_SELECT"
>	cd xsg; make depend
>makedepend   -DSHRINKFRAME -DREALLYFAST -DXSG    -f Makefile
>-I/usr/openwin/include colors.c data.c defaults.c dmessage.c getship.c	
>inform.c input.c main.c modify.c newwin.c option.c  planetlist.c planets.c
>playerlist.c redraw.c  robotwin.c shmem.c sintab.c smessage.c stats.c  util.c
>war.c warning.c x11window.c  localdata.c getpath.c distress.c slotmaint.c
>makedepend:  data.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	../ntserv/copyright.h
>makedepend:  	../ntserv/defs.h
>makedepend:  	../ntserv/struct.h
>makedepend:  	../ntserv/data.h
>makedepend:  data.cmakedepend:  , line 20: incomplete include == "#include
>INC_SYS_SELECT"
>makedepend:  getship.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  input.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/math.h
>makedepend:  input.cmakedepend:  , line 17: incomplete include == "#include
>INC_SYS_TIME"
>makedepend:  main.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/string.h
>makedepend:  	/usr/include/errno.h
>makedepend:  main.cmakedepend:  , line 19: incomplete include == "#include
>INC_SYS_TIME"
>makedepend:  modify.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/signal.h
>makedepend:  	/usr/include/ctype.h
>makedepend:  newwin.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/math.h
>makedepend:  	/usr/include/signal.h
>makedepend:  option.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/ctype.h
>makedepend:  redraw.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/signal.h
>makedepend:  	/usr/include/math.h
>makedepend:  robotwin.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/ctype.h
>makedepend:  robotwin.cmakedepend:  , line 17: incomplete include ==
>"#include INC_SYS_TIME"
>makedepend:  shmem.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  slotmaint.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	copyright2.h
>makedepend:  	/usr/include/stdio.h
>	cd pledit; make depend
>makedepend -O      -f Makefile main.c edit.c input.c getpath.c data.c
>makedepend:  edit.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	/usr/include/stdio.h
>makedepend:  	/usr/include/fcntl.h
>makedepend:  	/usr/include/errno.h
>makedepend:  	/usr/include/curses.h
>makedepend:  data.c includes /usr/include/sys/types.h more than once!
>makedepend:  Already have
>makedepend:  	/usr/include/sys/types.h
>makedepend:  	../ntserv/copyright.h
>makedepend:  	../ntserv/defs.h
>makedepend:  	../ntserv/struct.h
>makedepend:  	../ntserv/data.h
>makedepend:  data.cmakedepend:  , line 20: incomplete include == "#include
>INC_SYS_SELECT"
>daria% make
>cd ntserv; make cflags
>echo "static char cflags[]=\"-O      -lmp   -lsocket -lnsl -lm\";"
>>../cflags.h
>cd ntserv; make 
>gcc -O       -c  cluecheck.c
>gcc -O       -c  coup.c
>gcc -O       -c  data.c
>gcc -O       -c  death.c
>gcc -O       -c  detonate.c
>gcc -O       -c  enter.c
>gcc -O       -c  findslot.c
>gcc -O       -c  getentry.c
>gcc -O       -c  getname.c
>gcc -O       -c  getship.c
>gcc -O       -c  input.c
>gcc -O       -c  interface.c
>gcc -O       -c  main.c
>gcc -O       -c  orbit.c
>gcc -O       -c  phaser.c
>gcc -O       -c  plasma.c
>gcc -O       -c  redraw.c
>gcc -O       -c  reserved.c
>gcc -O       -c  sintab.c
>gcc -O       -c  socket.c
>socket.c: In function `connectToClient':
>socket.c:497: warning: passing arg 2 of `connect' from incompatible pointer
>type
>socket.c: In function `doRead':
>socket.c:2102: warning: passing arg 2 of `connect' from incompatible pointer
>type
>socket.c: In function `connUdpConn':
>socket.c:3445: warning: passing arg 2 of `bind' from incompatible pointer
>type
>socket.c:3467: warning: passing arg 2 of `connect' from incompatible pointer
>type
>socket.c:3489: warning: passing arg 2 of `getsockname' from incompatible
>pointer type
>socket.c: In function `printUdpInfo':
>socket.c:3525: warning: passing arg 2 of `getsockname' from incompatible
>pointer type
>socket.c:3532: warning: passing arg 2 of `getpeername' from incompatible
>pointer type
>gcc -O       -c  smessage.c
>gcc -O       -c  startrobot.c
>gcc -O       -c  sysdefaults.c
>gcc -O       -c  timecheck.c
>gcc -O       -c  torp.c
>gcc -O       -c  util.c
>gcc -O       -c  warning.c
>gcc -O       -c  ping.c
>gcc -O       -c  getpath.c
>gcc -O       -c  features.c
>gcc -O       -c  distress.c
>gcc -O       -c  transwarp.c
>gcc -O       -c  gencmds.c
>gcc -O       -c  ntscmds.c
>ntscmds.c: In function `moveallmsg':
>ntscmds.c:566: warning: passing arg 1 of `addr_mess' makes integer from
>pointer without a cast
>ntscmds.c: In function `do_balance':
>ntscmds.c:706: warning: passing arg 1 of `addr_mess' makes integer from
>pointer without a cast
>ntscmds.c:708: warning: passing arg 1 of `addr_mess' makes integer from
>pointer without a cast
>ntscmds.c:839: warning: passing arg 1 of `addr_mess' makes integer from
>pointer without a cast
>ntscmds.c:844: warning: passing arg 1 of `addr_mess' makes integer from
>pointer without a cast
>ntscmds.c: In function `do_triple_planet_mayhem':
>ntscmds.c:926: warning: passing arg 1 of `addr_mess' makes integer from
>pointer without a cast
>gcc -O       -c  openmem.c
>openmem.c: In function `detachmem':
>openmem.c:184: warning: passing arg 1 of `shmdt' from incompatible pointer
>type
>gcc -O       -c  feature.c
>gcc -O       -c  queue.c
>gcc -O       -c  slotmaint.c
>gcc -O       -o ntserv   cluecheck.o  coup.o  data.o  death.o  detonate.o
>enter.o  findslot.o  getentry.o  getname.o  getship.o  input.o  interface.o
>main.o  orbit.o  phaser.o  plasma.o  redraw.o  reserved.o  sintab.o  socket.o
> smessage.o  startrobot.o  sysdefaults.o  timecheck.o  torp.o  util.o
>warning.o    ping.o  getpath.o  features.o  distress.o transwarp.o gencmds.o
>ntscmds.o openmem.o feature.o  queue.o slotmaint.o -lmp   -lsocket -lnsl -lm
>gcc -O       -c  daemonII.c
>gcc -O       -c  wander2.c
>gcc -O       -c  solicit.c
>gcc -O       -o daemonII daemonII.o  sintab.o  sysdefaults.o  data.o
>slotmaint.o  util.o   getpath.o getship.o smessage.o  queue.o  wander2.o
>openmem.o solicit.o   -lsocket -lnsl -lm
>cd newstartd; make
>gcc -O      -DPORT=2592 -c newstartd.c
>newstartd.c: In function `connectionAttemptDetected':
>newstartd.c:215: warning: passing arg 2 of `bind' from incompatible pointer
>type
>newstartd.c:228: warning: passing arg 2 of `bind' from incompatible pointer
>type
>newstartd.c:232: warning: passing arg 2 of `bind' from incompatible pointer
>type
>newstartd.c:290: warning: passing arg 2 of `accept' from incompatible pointer
>type
>gcc -O      -DPORT=2592 -c newaccess.c
>gcc -O      -DPORT=2592 -c subnet.c
>gcc -O      -DPORT=2592 -c getpath.c
>gcc -O      -DPORT=2592 -c data.c
>gcc -O      -DPORT=2592 -o newstartd newstartd.o newaccess.o subnet.o
>getpath.o data.o   -lsocket -lnsl -lm
>cd tools; make 
>gcc -O      -c  loadchecker.c
>gcc -O      -c  data.c
>gcc -O      -c  openmem.c
>openmem.c: In function `detachmem':
>openmem.c:184: warning: passing arg 1 of `shmdt' from incompatible pointer
>type
>gcc -o loadchecker -O     loadchecker.o data.o openmem.o   -lsocket -lnsl -lm
>gcc -O      -c  mess.c
>gcc -o mess -O     mess.o data.o openmem.o   -lsocket -lnsl -lm
>gcc -o message -O     message.o data.o openmem.o   -lsocket -lnsl -lm
>gcc -O      -c  newscores.c
>gcc -O      -c  getpath.c
>gcc -o newscores -O     newscores.o getpath.o data.o   -lsocket -lnsl -lm
>gcc -O      -c  planets.c
>gcc -o planets -O     planets.o data.o openmem.o   -lsocket -lnsl -lm
>gcc -O      -c  players.c
>gcc -o players -O     players.o data.o openmem.o    -lsocket -lnsl -lm
>gcc -O      -c  scores.c
>gcc -o scores -O     scores.o getpath.o data.o   -lsocket -lnsl -lm
>gcc -O      -c  setgalaxy.c
>gcc -o setgalaxy -O     setgalaxy.o  data.o openmem.o   -lsocket -lnsl -lm
>gcc -O      -c  showgalaxy.c
>showgalaxy.c: In function `isinput':
>showgalaxy.c:369: warning: passing arg 2 of `select' from incompatible
>pointer type
>showgalaxy.c:369: warning: passing arg 3 of `select' from incompatible
>pointer type
>showgalaxy.c:369: warning: passing arg 4 of `select' from incompatible
>pointer type
>gcc -O      -c  distress.c
>gcc -o showgalaxy -O     showgalaxy.o distress.o data.o openmem.o   -lsocket
>-lnsl -lm -lcurses -ltermcap
>gcc -O      -c  stat.c
>gcc -o stat -O     stat.o data.o openmem.o   -lsocket -lnsl -lm
>gcc -O      -c  trimscores.c
>gcc -o trimscores -O     trimscores.o getpath.o data.o   -lsocket -lnsl -lm
>gcc -O      -c  watchmes.c
>gcc -O     watchmes.o distress.o data.o openmem.o   -lsocket -lnsl -lm -o
>watchmes
>gcc -O      -c  xtkill.c
>gcc -O      -c  getship.c
>gcc -O      -c  slotmaint.c
>gcc -o xtkill -O     xtkill.o getship.o openmem.o slotmaint.o getpath.o
>data.o   -lsocket -lnsl -lm
>gcc -O      -c  mergescores.c
>gcc -o mergescores -O     mergescores.o getpath.o data.o   -lsocket -lnsl -lm
>gcc -o keyman -O     keyman.o getpath.o data.o   -lsocket -lnsl -lm
>gcc -O      -c  update.c
>update.c: In function `BecomeDaemon':
>update.c:434: too many arguments to function `setpgrp'
>*** Error code 1
>make: Fatal error: Command failed for target `update.o'
>Current working directory /export/home/mark/sources/netrek/Server/tools
>*** Error code 1
>make: Fatal error: Command failed for target `utils'
>daria% exit
>script done on Wed May 07 00:41:39 1997
>