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
➜ ROM
➜ Compiling the server
➜ Odd errors
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Terraco
(5 posts) Bio
|
Date
| Sun 07 Aug 2011 01:18 AM (UTC) |
Message
| Hey got most the errors above fixed now I am just running into:
In file included from string.c:25:
merc.h:2355: error: syntax error before '*' token
merc.h:2355: warning: type defaults to `int' in declaration of `fpReserve'
merc.h:2355: warning: data definition has no type or storage class
merc.h:2587: error: syntax error before '*' token
merc.h:2588: error: syntax error before '*' token
merc.h:2589: error: syntax error before '*' token
merc.h:2590: error: syntax error before '*' token
merc.h:2591: error: syntax error before '*' token
merc.h:2592: error: syntax error before '*' token
merc.h:2593: error: syntax error before '*' token
string.c: In function `string_add':
string.c:168: warning: implicit declaration of function `sprintf'
make: *** [obj/string.o] Error 1
2355 extern FILE * fpReserve;
2587 char fread_letter args( ( FILE *fp ) );
2588 int fread_number args( ( FILE *fp ) );
2589 long fread_flag args( ( FILE *fp ) );
2590 char * fread_string args( ( FILE *fp ) );
2591 char * fread_string_eol args( ( FILE *fp ) );
2592 void fread_to_eol args( ( FILE *fp ) );
2593 void * alloc_mem args( ( int sMem ) );
we cant figure out the fix for these, I have checked into merc.h and string.c but nothing seems outta place | Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #1 on Sun 07 Aug 2011 01:22 AM (UTC) |
Message
| Looks like it doesn't know about FILE. Try including stdio.h. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | 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.
12,029 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top