|
smaug fuss 1.6 compile issue
|
Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Dextermovies
(65 posts) bio
|
| Date |
Mon 12 Sep 2005 01:59 AM (UTC) [ quote
] |
| Message |
I have already searched, and applied what was said to fix this. but it did not work for me.
I am using windows xp and cygwin.
here are my errors :
$ make
make -s smaug
Compiling o/act_move.o....
In file included from act_move.c:21:
mud.h:2672: error: field `total_time' has incomplete type
mud.h:2673: error: field `min_time' has incomplete type
mud.h:2674: error: field `max_time' has incomplete type
make[1]: *** [o/act_move.o] Error 1
make: *** [all] Error 2
and here is the code it refers to :
struct timerset
{
int num_uses;
struct timeval total_time;
struct timeval min_time;
struct timeval max_time;
}; | top |
|
| Posted by |
Samson
USA (683 posts) bio
|
| Date |
Reply #1 on Wed 14 Sep 2005 01:40 AM (UTC) [ quote
] |
| Message |
The top portion of your mud.h file will need to look like this:
#include <stdlib.h>
#include <limits.h>
#if defined(__CYGWIN__)
#include <sys/time.h>
#endif
Note that CYGWIN section? It needs sys/time.h included there for it to work. |
SmaugMuds.org: http://www.smaugmuds.org - The Smaug MUDs Community Center
"The past was erased, the erasure was forgotten, the lie became truth." -- George Orwell, 1984 | top |
|
| Posted by |
Gorock
(149 posts) bio
|
| Date |
Reply #2 on Wed 14 Sep 2005 06:41 AM (UTC) [ quote
] |
| Message |
| yeah hey i got that same error but then i typed make clean and then it did one little thing then i typed make and it worked fine but after i did that i didi ./startup & but that was not working so i am still trying to figure it all out myself but if you type make clean then make you will be where i am hehe | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
2,390 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )