Hello all.
I am trying to compile SWR smaug with Cygwin.
I got the source from this web site.
ftp://ftp.gammon.com.au/smaug/StarWarsSce.zip
I put the source files into
C:\cygwin\bin\Nickolas\dist\src
When I type MAKE to compile the code, i get this error...
$ make
make swreality
make[1]: Entering directory `/usr/bin/Nickolas/dist/src'
gcc -c -g3 -Wall act_comm.c
In file included from act_comm.c:28:
mud.h:2638: field `total_time' has incomplete type
mud.h:2639: field `min_time' has incomplete type
mud.h:2640: field `max_time' has incomplete type
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory `/usr/bin/Nickolas/dist/src'
make: *** [all] Error 2
I've checked some other post's, but they havn't really helped. Thanks in advance.
-Nickolas.
I am trying to compile SWR smaug with Cygwin.
I got the source from this web site.
ftp://ftp.gammon.com.au/smaug/StarWarsSce.zip
I put the source files into
C:\cygwin\bin\Nickolas\dist\src
When I type MAKE to compile the code, i get this error...
$ make
make swreality
make[1]: Entering directory `/usr/bin/Nickolas/dist/src'
gcc -c -g3 -Wall act_comm.c
In file included from act_comm.c:28:
mud.h:2638: field `total_time' has incomplete type
mud.h:2639: field `min_time' has incomplete type
mud.h:2640: field `max_time' has incomplete type
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory `/usr/bin/Nickolas/dist/src'
make: *** [all] Error 2
I've checked some other post's, but they havn't really helped. Thanks in advance.
-Nickolas.