[NEWBIE] ASCII Pfile install gone wrong.

From: Kevin Dethlefs (demortes@msn.com)
Date: 07/20/02


I patched the file ascii_pfiles_2.1_on_bpl21_oasis2.0.1_dg.patch into my mud
before dg scripts, now dg scripts are in, but now i get errors with the
patch.

db.c:591: `FBFILE' undeclared (first use this function)
db.c:591: (Each undeclared identifier is reported only once
db.c:591: for each function it appears in.)
db.c:591: `plr_index' undeclared (first use this function)
db.c:591: warning: statement with no effect
db.c:592: parse error before `char'
db.c:595: `index_name' undeclared (first use this function)
db.c:596: warning: implicit declaration of function `fbopen'
db.c:596: `FB_READ' undeclared (first use this function)


how, lines 591-596 are:

   FBFILE *plr_index;
   char index_name[40], line[256], bits[64];
   char arg2[80];

   sprintf(index_name, "%s", PLR_INDEX_FILE);
   if(!(plr_index = fbopen(index_name, FB_READ))) {

I would like to know what happened.
Maybe if i go through the ascii pfile patch again, make sure all the code is
there, ill get something. But in the patch itself, it doesn't define FBFILE
anyway.



Kevin Dethlefs
AIM: Demortes YAHOO: Kdeathwish MSN: Above email WEBSITE:
http://max.extendedgamer.net/

--
Dnal lives! If you were on the staff originally, email me your mud name,
position, and I'll get back to you. Demortes@msn.com
--


_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   | Newbie List:  http://groups.yahoo.com/group/circle-newbies/   |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 06/25/03 PDT