![](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
Pages:<< prev 1 next >>
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Magician
![](https://smaugmuds.afkmods.com/skins/default/images/2.png)
GroupMembers
Posts126
JoinedDec 11, 2007
Heh, kind of silly but what does it mean by
:p, mainly the entries, I don't knwo what it means by that heh
Then its just the entries in TABLES.C and Make clean and compile.
:p, mainly the entries, I don't knwo what it means by that heh
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Sorcerer
![](https://smaugmuds.afkmods.com/skins/default/images/4.png)
GroupMembers
Posts723
JoinedMar 5, 2005
If you're using a recent version of FUSS, you don't need to do that.
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Magician
![](https://smaugmuds.afkmods.com/skins/default/images/2.png)
GroupMembers
Posts126
JoinedDec 11, 2007
Error on the make all
lines 918-923
cc1: warnings being treated as errors act_obj.c: In function "do_connect" act_obj.c:921: warning: unused variable "buf"
lines 918-923
void do_connect( CHAR_DATA *ch, char *argument ) { OBJ_DATA *first_ob, *second_ob, *new_ob; char arg1[MAX_STRING_LENGTH], arg2[MAX_STRING_LENGTH], buf[MAX_STRING_LENGTH]; argument = one_argument( argument, arg1 );
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Sorcerer
![](https://smaugmuds.afkmods.com/skins/default/images/4.png)
GroupMembers
Posts723
JoinedMar 5, 2005
That isn't an error, it is a warning.
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Magician
![](https://smaugmuds.afkmods.com/skins/default/images/2.png)
GroupMembers
Posts126
JoinedDec 11, 2007
anyway to turn that off because it won't let me compile it.
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/avatars/uploaded/601.jpg)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Conjurer
![](https://smaugmuds.afkmods.com/skins/default/images/3.png)
GroupMembers
Posts428
JoinedMar 7, 2005
Well, if buf is unused, you might well just remove it. That would silence the compiler, although I wonder why this is in there if it is unused. If you're sure you haven't omitted something, try removing buf from the code and see if that helps.
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Magician
![](https://smaugmuds.afkmods.com/skins/default/images/2.png)
GroupMembers
Posts126
JoinedDec 11, 2007
Just incase anyone has problems with this snippet in the future, when it says your flag is unknown, go into build.c and add it in the place of _empty1. That will solve that problem =]
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Magician
![](https://smaugmuds.afkmods.com/skins/default/images/2.png)
GroupMembers
Posts126
JoinedDec 11, 2007
Sorry to bring up this dead post but I have another problem
Log: Raine: cedit connect create
Log: [*****] BUG: Error locating do_connect in symbol table. smaug: undefined symbol: do_connect
Command added.
Code do_connect not found. Set to no code.
So... any idea of what I should do? Because last time I had this problem as it said above I didn't need to bother table.c and I'm extremely lost... I just started coding again and any help would be GREATLY appreciated
Thanks in advance!
Log: Raine: cedit connect create
Log: [*****] BUG: Error locating do_connect in symbol table. smaug: undefined symbol: do_connect
Command added.
Code do_connect not found. Set to no code.
So... any idea of what I should do? Because last time I had this problem as it said above I didn't need to bother table.c and I'm extremely lost... I just started coding again and any help would be GREATLY appreciated
![:)](https://smaugmuds.afkmods.com/emojis/smile.gif)
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Sorcerer
![](https://smaugmuds.afkmods.com/skins/default/images/4.png)
GroupMembers
Posts723
JoinedMar 5, 2005
You need to tell us what codebase you are using.
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Sorcerer
![](https://smaugmuds.afkmods.com/skins/default/images/4.png)
GroupMembers
Posts723
JoinedMar 5, 2005
Did you add the correct line to mud.h?
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Magician
![](https://smaugmuds.afkmods.com/skins/default/images/2.png)
GroupMembers
Posts126
JoinedDec 11, 2007
DECLARE_DO_FUN( do_config ); DECLARE_DO_FUN( do_connect ); DECLARE_DO_FUN( do_consider );
ITEM_PIECE, ITEM_EMPTY2,
Am I missing anything else? Both are in mud.h
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Off the Edge of the Map
![](https://smaugmuds.afkmods.com/skins/default/images/5.png)
GroupAdministrators
Posts1,199
JoinedMar 21, 2006
You'll need to change
to
If changing this produces extra errors, post the function and the list of errors for me, and I'll explain what needs to be changed, and attempt to explain why. If I can't explain it, I'm sure DavidHaley can.
void do_connect( CHAR_DATA *ch, char *argument )
to
void do_connect( CHAR_DATA *ch, const char *argument )
If changing this produces extra errors, post the function and the list of errors for me, and I'll explain what needs to be changed, and attempt to explain why. If I can't explain it, I'm sure DavidHaley can.
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Magician
![](https://smaugmuds.afkmods.com/skins/default/images/2.png)
GroupMembers
Posts126
JoinedDec 11, 2007
Thanks much =], works like a charm!
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Magician
![](https://smaugmuds.afkmods.com/skins/default/images/2.png)
GroupMembers
Posts126
JoinedDec 11, 2007
Was the connection code removed from the site? I am unable to locate it anymore. If it was can I find it in another location?
![Post is unread](https://smaugmuds.afkmods.com/skins/default/images/icons/topic.png)
![](https://smaugmuds.afkmods.com/skins/default/images/noavatar.png)
![This member is currently offline](https://smaugmuds.afkmods.com/skins/default/images/icons/user_offline.png)
Magician
![](https://smaugmuds.afkmods.com/skins/default/images/2.png)
GroupMembers
Posts126
JoinedDec 11, 2007
Found it @ http://www.mudbytes.net/file-569
Pages:<< prev 1 next >>