home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!vtserf!joesbar.cc.vt.edu!ranck
- From: ranck@joesbar.cc.vt.edu (Wm. L. Ranck)
- Newsgroups: comp.mail.elm
- Subject: Re: Compile error and screen formatting under AIX?
- Message-ID: <5275@vtserf.cc.vt.edu>
- Date: 31 Jul 92 16:08:49 GMT
- References: <9207298414@umunk.GUN.de>
- Sender: usenet@vtserf.cc.vt.edu
- Lines: 32
- X-Newsreader: Tin 1.1 PL4
-
- udo@umunk.GUN.de (Udo Munk) writes:
- : ranck@joesbar.cc.vt.edu (Wm. L. Ranck) writes:
- : : [about error]
- : : "leavembox.c", line 390.30: 1506-045 (S) Undeclared identifier SIGIGN
- :
- : Only a typing error, change SIGIGN to SIG_IGN.
- :
- Yes! This fixed that problem.
- Thanks!
-
- : : A second problem has to do with the screen size not being reecognized.
- :
- : Configure finds out, which stuff to use, look for termlib=.
- : The variable termlib is the used in filter/Makefile, src/Makefile
- : and util/Makefile expanded either to -lcurses or -ltermcap.
-
- OK, I found the -ltermcap in the Makefiles and changed them to -lcurses.
- This is an improvement. Now ELM recognizes the size of the window when I
- start it up, but it does not handle resizing of the window. Also, if there
- are more messages in the index screen than will fit, some of them are listed
- underneath the help text at the bottom. I hope this makes sense. The help
- text I'm talking about is always on screen and is 3 lines long. It appears
- that the mail notes are listed but then the help text gets written over top.
- When I move the highlight bar down to those lines then the message info can
- be seen. Surely that is not the way it is supposed to work?
- Thanks very much for all the help so far.
-
- --
-
- *******************************************************************************
- * Bill Ranck DoD #496 ranck@joesbar.cc.vt.edu *
- *******************************************************************************
-