Re: Re: Error on code(clan)

indii@bellsouth.net
Date: 02/28/97


Rogelio Sevilla wrote:
> 
> anyone can help me to fix my error???
> look:
> comm.o: In function `heartbeat':
> /cementerio/mud/src/comm.c:703: undefined reference to `clan_save'
> db.o: In function `discrete_load':
> /cementerio/mud/src/db.c:627: undefined reference to `parse_clan'
> interpreter.o: In function `nanny':
> /cementerio/mud/src/interpreter.c:1374: undefined reference to `do_clan'
> /cementerio/mud/src/interpreter.c:1375: undefined reference to `do_clansay'
> make[1]: *** [../bin/circle] Error 1
> make[1]: Leaving directory `/cementerio/mud/src'
> make: *** [default] Error 2
> 
> what was wrong???

You need to define clan_save in comm.c
You need to define parse_clan in db.c
You need to define do_clan and do_clansay in interpreter.c

Then recompile. . .

Hope this helps

Indi
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
|   http://cspo.queensu.ca/~fletcher/Circle/list_faq.html   |
|    Or send 'info circle' to majordomo@cspo.queensu.ca     |
+-----------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/18/00 PST