Hi Yesterday I got the new version Circlemud beta 11 and triey to compile it in HPUX10.01 I have an gcc compiler and the ./configure command found gcc complier. I typed make all and got following errors. <146 ee:/home/arumhan/mud/circle2/circle30bpl11/src>make all make ../bin/circle gcc -c -g -O -Wall -fno-strict-prototypes comm.c In file included from comm.c:14: sysdep.h:199: conflicting types for `srandom' /usr/gnu/lib/gcc-lib/hppa1.1-hp-hpux10.01/2.7.2/include/stdlib.h:294: previous declaration of `srandom' sysdep.h:200: conflicting types for `random' /usr/gnu/lib/gcc-lib/hppa1.1-hp-hpux10.01/2.7.2/include/stdlib.h:295: previous declaration of `random' comm.c: In function `game_loop': comm.c:472: warning: passing arg 2 of `select' from incompatible pointer type comm.c:472: warning: passing arg 3 of `select' from incompatible pointer type comm.c:472: warning: passing arg 4 of `select' from incompatible pointer type comm.c:533: warning: passing arg 2 of `select' from incompatible pointer type comm.c:533: warning: passing arg 3 of `select' from incompatible pointer type comm.c:533: warning: passing arg 4 of `select' from incompatible pointer type comm.c:545: warning: passing arg 2 of `select' from incompatible pointer type comm.c:545: warning: passing arg 3 of `select' from incompatible pointer type comm.c:545: warning: passing arg 4 of `select' from incompatible pointer type *** Error exit code 1 Stop. *** Error exit code 1 Stop. I had compiled circle3.0 beta 10 and got the same warning message but it compiled successfully. Can anyone help me?
This archive was generated by hypermail 2b30 : 12/18/00 PST