Login
User Name:

Password:



Register

Forgot your password?
do_owhere recursive
Author: Khonsu
Submitted by: Khonsu
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
Users Online
DotBot, Bing, AhrefsBot

Members: 0
Guests: 25
Stats
Files
Topics
Posts
Members
Newest Member
489
3,792
19,647
597
Aileenutz

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » General » Coding » Format and mudstrlcat error
Forum Rules | Mark all | Recent Posts

Format and mudstrlcat error
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Apr 22, 2014 9:44 am   
Go to the top of the page
Go to the bottom of the page

mystickdreamer
Magician
GroupMembers
Posts128
JoinedApr 9, 2010

 
I'm trying to update my mud_prog.c file and I'm getting a few errors.

mud_prog.c:331: undefined reference to `format'
mud_prog.c:331: undefined reference to `mudstrlcat'
mud_prog.c:333: undefined reference to `format'
/mud_prog.c:333: undefined reference to `mudstrlcat'
/mud_prog.c:337: undefined reference to `format'
/mud_prog.c:339: undefined reference to `format'
/mud_prog.c:342: undefined reference to `mudstrlcat'
mud_prog.c:346: undefined reference to `format'
mud_prog.c:346: undefined reference to `mudstrlcat'



I understand that this means format and mudstrlcat are not defined

I've been looking through 6dragons and I can't seem to find where it is defined as a reference

anybody mind pointing me in the right direction?

Post is unread #2 Apr 22, 2014 10:12 am   
Go to the top of the page
Go to the bottom of the page

Quixadhal
Conjurer
GroupMembers
Posts398
JoinedMar 8, 2005

 
grep is your friend. If you have ctags installed, it makes it even easier, since smart editors (like vim) allow you to jump directly to a function's definition if a tag entry exists for it.

If you copied code from elsewhere, you probably didn't copy the functions format and mudstrlcat. If this "6dragons" thing was based on a late enough SmaugFUSS, they'd be defined in there somewhere.

Pages:<< prev 1 next >>