Path: utzoo!utgpu!water!watmath!clyde!att-cb!att-ih!pacbell!ptsfa!ames!mailrus!umix!uunet!mcvax!fmr From: fmr@cwi.nl (Frank Rahmani) Newsgroups: comp.bugs.misc Subject: Re: Rolodex bugs Message-ID: <443@sering.cwi.nl> Date: 8 Mar 88 08:18:07 GMT References: <1081@mimir.dmt.oz> Organization: CWI, Amsterdam Lines: 36 > > > There are a couple of bugs in this package of programs. > The first one is in the make file for ` rf.c '. The make file should include > termcap for the libraries to be used. Eg, LIBS = -lcurses -ltermcap. The > second problem seems to be two functions which are not part of our curses > library ( BSD 4.3 ). Namely, idlok() & setscrreg(), thus rf.c won't compile. Replace idlok by newwin and setscreg by subwin. Furthermore replace the lines reading X attron(A_REVERSE); by X standout(); and the lines reading X attroff(A_REVERSE); by X standend(); This works fine for me under BSD4.3. A pity there isn't yet an option to add entries to rf_data (or did I miss something??) > Finally, there are a couple of undefined variables in ` rolo.c '. If > any one has fix for these last two items please let know what they are. You're referring to quite another program here. There were so many different programs under this name that you should be specific as to which one you refer (they ALL compiled o.k. here). By the way does anybody know about a version of rolo ( or another adressbase) that lets you add a substantial amount of text under COMMENTS ? > > paul....... > ================================================================================ > Paul Zemancheff PHONE: +61 3 487 9263 > CSIRO Division of ACSNET or CSNET: paz@mimir.dmt.oz > Manufacturing Technology, ARPA: paz%mimir.dmt.oz@uunet.uu.net > Melbourne, Australia. UUCP: {uunet,ukc,mcvax}!munnari!mimir.dmt.oz!paz > ================================================================================ fmr@cwi.nl -- It is better never to have been born. But who among us has such luck?