Felix

At 09:36 10.10.2003, Felix Theodor wrote:
Hallo Ray,

actually I just want to implemented a small programm
that allowed the user easyly to change the provider
information suchs  MSN, REMMSN, USER and PWD.

So I started with...

#include <stdio.h>
#include <stdlib.h>
#include <curses.h>

int main()
{
   initscr();    /*curses initialisieren*/
   endwin();

   return 0;
}

in Redhat there is no error. Just when I start it in
Bering 1.2 with ncurses5.lrp I got that error message:

It's been a long time since I last programmed anything using curses but whatever, let me try a wild guess.


What do you have in your TERM variable? 'Linux' by any chance?
Do you have terminfo descriptions for 'Linux', be aware of the case sensitivity here.
The stock ncurses package only knows 'linux' not 'Linux'.


HTH
Erich

THINK
P�ntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024  8D8A B7D4 FF9D 05B8 0A16



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to