Register forum user name Search FAQ

Gammon Forum

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 ➜ SMAUG coding ➜ 2 Billion Vnum Snippet

2 Billion Vnum Snippet

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Yourdrunkendad   (35 posts)  Bio
Date Thu 14 Aug 2003 05:13 AM (UTC)

Amended on Thu 14 Aug 2003 05:14 AM (UTC) by Yourdrunkendad

Message
I just tried implementing sadiq/samsons 2billion VNUM snippet, however when I compile I get this:

tables.o(.text+0x447c):/home/Jimmy Scrabes/smaug/src/tables.c:483: undefined ref
erence to `_do_northeast'
tables.o(.text+0x4499):/home/Jimmy Scrabes/smaug/src/tables.c:484: undefined ref
erence to `_do_northwest'
tables.o(.text+0x4666):/home/Jimmy Scrabes/smaug/src/tables.c:502: undefined ref
erence to `_do_open'
tables.o(.text+0x4d80):/home/Jimmy Scrabes/smaug/src/tables.c:581: undefined ref
erence to `_do_rest'
tables.o(.text+0x5361):/home/Jimmy Scrabes/smaug/src/tables.c:657: undefined ref
erence to `_do_sit'
tables.o(.text+0x53d5):/home/Jimmy Scrabes/smaug/src/tables.c:661: undefined ref
erence to `_do_sleep'
tables.o(.text+0x54bd):/home/Jimmy Scrabes/smaug/src/tables.c:669: undefined ref
erence to `_do_south'
tables.o(.text+0x54da):/home/Jimmy Scrabes/smaug/src/tables.c:670: undefined ref
erence to `_do_southeast'
tables.o(.text+0x54f7):/home/Jimmy Scrabes/smaug/src/tables.c:671: undefined ref
erence to `_do_southwest'
tables.o(.text+0x556b):/home/Jimmy Scrabes/smaug/src/tables.c:675: undefined ref
erence to `_do_stand'
tables.o(.text+0x581d):/home/Jimmy Scrabes/smaug/src/tables.c:703: undefined ref
erence to `_do_unbolt'
tables.o(.text+0x5874):/home/Jimmy Scrabes/smaug/src/tables.c:706: undefined ref
erence to `_do_unlock'
tables.o(.text+0x58cb):/home/Jimmy Scrabes/smaug/src/tables.c:709: undefined ref
erence to `_do_up'
tables.o(.text+0x59ad):/home/Jimmy Scrabes/smaug/src/tables.c:721: undefined ref
erence to `_do_wake'
tables.o(.text+0x5a5b):/home/Jimmy Scrabes/smaug/src/tables.c:727: undefined ref
erence to `_do_west'
tables.o(.text+0x63a4): In function `skill_name':
/home/Jimmy Scrabes/smaug/src/tables.c:879: undefined reference to `_do_bashdoor
'
tables.o(.text+0x643d):/home/Jimmy Scrabes/smaug/src/tables.c:888: undefined ref
erence to `_do_bolt'
tables.o(.text+0x6580):/home/Jimmy Scrabes/smaug/src/tables.c:907: undefined ref
erence to `_do_climb'
tables.o(.text+0x6591):/home/Jimmy Scrabes/smaug/src/tables.c:908: undefined ref
erence to `_do_close'
tables.o(.text+0x67a0):/home/Jimmy Scrabes/smaug/src/tables.c:939: undefined ref
erence to `_do_down'
tables.o(.text+0x67f5):/home/Jimmy Scrabes/smaug/src/tables.c:944: undefined ref
erence to `_do_east'
tables.o(.text+0x686c):/home/Jimmy Scrabes/smaug/src/tables.c:951: undefined ref
erence to `_do_enter'
tables.o(.text+0x6cce):/home/Jimmy Scrabes/smaug/src/tables.c:1024: undefined re
ference to `_do_leave'
tables.o(.text+0x6d45):/home/Jimmy Scrabes/smaug/src/tables.c:1031: undefined re
ference to `_do_lock'
tables.o(.text+0x73e9):/home/Jimmy Scrabes/smaug/src/tables.c:1134: undefined re
ference to `_do_north'
tables.o(.text+0x73fa):/home/Jimmy Scrabes/smaug/src/tables.c:1135: undefined re
ference to `_do_northeast'
tables.o(.text+0x740b):/home/Jimmy Scrabes/smaug/src/tables.c:1136: undefined re
ference to `_do_northwest'
tables.o(.text+0x751b):/home/Jimmy Scrabes/smaug/src/tables.c:1152: undefined re
ference to `_do_open'
tables.o(.text+0x794a):/home/Jimmy Scrabes/smaug/src/tables.c:1225: undefined re
ference to `_do_rest'
tables.o(.text+0x7cbe):/home/Jimmy Scrabes/smaug/src/tables.c:1296: undefined re
ference to `_do_sit'
tables.o(.text+0x7d02):/home/Jimmy Scrabes/smaug/src/tables.c:1300: undefined re
ference to `_do_sleep'
tables.o(.text+0x7d8a):/home/Jimmy Scrabes/smaug/src/tables.c:1308: undefined re
ference to `_do_south'
tables.o(.text+0x7d9b):/home/Jimmy Scrabes/smaug/src/tables.c:1309: undefined re
ference to `_do_southeast'
tables.o(.text+0x7dac):/home/Jimmy Scrabes/smaug/src/tables.c:1310: undefined re
ference to `_do_southwest'
tables.o(.text+0x7df0):/home/Jimmy Scrabes/smaug/src/tables.c:1314: undefined re
ference to `_do_stand'
tables.o(.text+0x7f88):/home/Jimmy Scrabes/smaug/src/tables.c:1338: undefined re
ference to `_do_unbolt'
tables.o(.text+0x7fbb):/home/Jimmy Scrabes/smaug/src/tables.c:1341: undefined re
ference to `_do_unlock'
tables.o(.text+0x7fee):/home/Jimmy Scrabes/smaug/src/tables.c:1344: undefined re
ference to `_do_up'
$
That's a helluva lot of undefined commands as well as another bunch that won't fit in this post, now my mud isn't stock, so there's no doubt a reason for this not working, I however have no clue what it is, but I hope someone out there does.

Shampoo is for sissies real men use poo*
[werd]thewerd.com "Smacking Your Mom Then Running Away"
Top

Posted by Nick Gammon   Australia  (23,140 posts)  Bio   Forum Administrator
Date Reply #1 on Thu 14 Aug 2003 08:06 AM (UTC)
Message
This is in the link phase, right? Sounds like some of your files are not in the makefile correctly.

- 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.


9,296 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.