29 Mar, 2009, xxCaliburxx wrote in the 1st comment:
Votes: 0
I added a channel to my MUD. (The guide I'm learning from said to edit tables.c, however when I went into tables.c there was nothing added in there for the other channels so i didn't do anything for the sake of breaking something.)

I went into my compilter, typed make clean, then make, and I got this error.

In file included from tables.c:18:
/usr/include/stdio.h:30: error: expected constructor, destructor, or type conversion before 'extern'
In file included from /usr/lib/gcc/i486-slackware-linux/4.2.4/../../../../include/c++/4.2.4/typeinfo:39,
from mud.h:25,
from tables.c:27:
/usr/lib/gcc/i486-slackware-linux/4.2.4/../../../../include/c++/4.2.4/exception:40: error: expected declaration before end of line


I don't know whether this is a shell issue and I have to contact the server admin, or if I do need to edit something in tables.c
29 Mar, 2009, Zeno wrote in the 2nd comment:
Votes: 0
If you're using FUSS, you don't need to do the tables entry.
29 Mar, 2009, xxCaliburxx wrote in the 3rd comment:
Votes: 0
I am. So it's a server issue?
29 Mar, 2009, Tyche wrote in the 4th comment:
Votes: 0
xxCaliburxx said:
I am. So it's a server issue?


Doubtful. It looks like you might have a missing semi-colon or brace somewhere in one of your mud headers, likely mud.h
29 Mar, 2009, Zeno wrote in the 5th comment:
Votes: 0
You could try reverting the changes one at a time to see which one is the issue.
29 Mar, 2009, xxCaliburxx wrote in the 6th comment:
Votes: 0
Did that. Even after taking everything out I still get the error.
0.0/6