[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problems with ncurses
From: |
Thomas Dickey |
Subject: |
Re: problems with ncurses |
Date: |
Thu, 4 Jan 2018 15:49:44 -0500 (EST) |
----- Original Message -----
| From: "Collin Simonsen" <address@hidden>
| To: address@hidden
| Sent: Thursday, January 4, 2018 11:54:21 AM
| Subject: problems with ncurses
|
|
|
|
|
| Hi, I’m wondering if you can tell me where I can ask someone a
| question about ncurses. Is there a forum I can visit?
|
|
|
| I am on ubuntu, programming in CodeBlocks. My compiler does not
| complain about “#include <ncurses.h>” but then it won’t recognize
| initscr() or “refresh()” or “noecho()”
|
That sounds like you've missed the library itself, e.g., adding a
-lncurses
or
-lncursesw
to the link command.
| I’m not very linux savvy so I have been having trouble finding
| ncurses in my file browser. But I have programs dependent on it like
| Cool Retro Term which work fine.
There's a little discussion here, mainly for clarifying documentation issues
(and of course bugs). If it's just how-to, then this works:
https://stackoverflow.com/questions/tagged/ncurses
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://ftp.invisible-island.net