- Posts: 65
- Thank you received: 8
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
bakarus wrote: Added the line you suggested in comm.c just under check_auction.
Code:/* EXTERNAL FUNCTIONS */ void check_auction(void); void check_newbie(void); extern time_t motdmod; extern time_t newsmod;
Still get error: comm.c:999: undefined reference to `check_newbie'
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Vatiken wrote: I tested the snippet to see how it compiles and it compiles fine.
The problem Bakarus is having can ONLY be caused by an error in 3 lines:
1) check_newbie() in comm.c
2) void check_newbie(void) in act.h
3) void check_newbie(void) { in act.informative.c
More often then not when I get this warning it's because i hit an extra key somewhere when writing out a function name.
My guess, from the information provided, is something is being overlooked in act.informative.c
Please Log in or Create an account to join the conversation.
tbaMUD © 2024