Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ SMAUG
➜ Compiling the server
➜ smaug fuss 1.6 compile issue
smaug fuss 1.6 compile issue
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Dextermovies
(65 posts) Bio
|
Date
| Mon 12 Sep 2005 01:59 AM (UTC) |
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) |
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. | Top |
|
Posted by
| Gorock
(149 posts) Bio
|
Date
| Reply #2 on Wed 14 Sep 2005 06:41 AM (UTC) |
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.
14,011 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top