[OmniOS-discuss] ncurses lib in r151010j
Dale Ghent
daleg at omniti.com
Fri Jul 4 09:05:09 UTC 2014
So what does your config.log say regarding the check for mvchgat() ? How is it failing the test? When running into issues such as this, config.log is the go-to place to start figuring out the why.
autoconf itself isn’t infallible in how it checks for things, after all.
/dale
On Jul 4, 2014, at 8:35 AM, Cal Sawyer <cal-s at blue-bolt.com> wrote:
> Hi
>
> I'm trying to build iftop on r151010j because the available packages are rather stale.
>
> basename file opt/omni/sbin/iftop pkg:/network/iftop at 1.0.2-0.151006
>
>
> PUBLISHER TYPE STATUS URI
> omnios origin online http://pkg.omniti.com/omnios/r151010/
> ms.omniti.com origin online http://pkg.omniti.com/omniti-ms/
>
>
> Running into an issue with ncurses during the configure stage
>
> checking for a curses library containing mvchgat... none found
> configure: error: Curses! Foiled again!
> (Can't find a curses library supporting mvchgat.)
> Consider installing ncurses.
>
> however ...
>
> > pkg list ncurses
> NAME (PUBLISHER) VERSION IFO
> library/ncurses 5.9-0.151010 i--
> > grep mvchgat /usr/include/ncurses/ncurses.h
>
> extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, short, const void *); /* generated */
> #define mvchgat(y,x,n,a,c,o) mvwchgat(stdscr,y,x,n,a,c,o)
>
> Looks like it's supported. Any ideas?
>
> thanks
>
> - cal
> _______________________________________________
> OmniOS-discuss mailing list
> OmniOS-discuss at lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
More information about the OmniOS-discuss
mailing list