Compiling error using Samson 's New Auth snippet 2004-11-24 - By Conner Destron
Back Hi All, (especially Samson if you're still following this list) I have a problem, I was trying to install the new_auth snippet that Samson wrote and ran into a few compiling errors... I can fix the easier ones myself, and I *think* I followed all the directions correctly and completely, but this big one I can't figure out. I've checked the list archives as well as I can, though the search function still leaves much to be desired, without finding a solution, so any help here would be greatly appreciated. Btw, this is regarding SmaugFUSS on a Redhat Linux 8.0 distro... When I compile, I'm getting
comm.c: In function 'close socket': comm.c:1026: warning: implicit declaration of function 'save_auth_list'
which kills my make... any ideas?? I checked and the comm.c does have void save_auth_list( ( void ) ); right after the "void shutdown_mud( char *reason );" on line 3256, but no other references to save_auth_list anywhere. Being a very new coder, I double checked what an implicit declaration of function compiling error meant and confirmed that I needed to define the function save_auth_list somewhere within that file. I even tried adding a "#include new_auth.h" but that just created a bunch of other errors about redundant declarations, so I took that back out... anyway, any help at all on this would be immensely appreciated. -=Conner=-
-- Visit The Castle's Dungeon BBS at telnet://tcdbbs.zapto.org for some family fun in a medieval setting, or come test your mettle in the Land of Legends, our MUD, at telnet://tcdbbs.zapto.org:4000 For general info, visit http://www.tcdbbs.zapto.org
|
|