nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] unable to install - nano-2.7.4.tar.gz in solaris 11.3


From: Benno Schulenberg
Subject: Re: [Nano-devel] unable to install - nano-2.7.4.tar.gz in solaris 11.3
Date: Thu, 19 Jan 2017 11:38:02 +0100

On Thu, Jan 19, 2017, at 10:56, Roselin John (UK) wrote:
> Now I used gun make /usr/gnu/bin/make

Please don't use guns.  That's dangerous.  :)

> Still I could not install , Please need some help. Find the attached

Please don't attach.  Paste instead.  The relevant stuff is enough:

nano.c: In function <91>get_keycode<92>:
nano.c:1519:5: warning: implicit declaration of function <91>tigetstr<92> 
[-Wimplicit-function-declaration]
     const char *keyvalue = tigetstr(keyname);
     ^
nano.c:1522:2: warning: implicit declaration of function <91>key_defined<92> 
[-Wimplicit-function-declaration]
  return key_defined(keyvalue);
  ^
nano.c: In function <91>main<92>:
nano.c:2549:5: warning: implicit declaration of function <91>set_escdelay<92> 
[-Wimplicit-function-declaration]
     set_escdelay(50);
     ^

Strange, nano detects the key_defined() function:

checking for key_defined in -lncurses... yes

But it's not actually there:

checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no

You need the ncurses headers installed.

Benno

-- 
http://www.fastmail.com - Access your email from home and the web




reply via email to

[Prev in Thread] Current Thread [Next in Thread]