Re: [Oorexx-devel] What needs installing to get ncurses to build?

2014-10-29 Thread J. Leslie Turriff
On Tuesday 28 October 2014 17:05:50 Rick McGuire wrote: > Just did my first Linux build in a while, and I'm getting a compile error > because it can't find ncurses.h. What do I need to install to get this to > build? > > Rick > Is your architecture 32bit or 64bit? If the latter, I had

Re: [Oorexx-devel] What needs installing to get ncurses to build?

2014-10-29 Thread David Ashley
Depending on your Linux distribution, you will need to install ncurses-devel (RPMs) or libncurses5-dev (DEB). David Ashley On Tue, 2014-10-28 at 18:05 -0400, Rick McGuire wrote: > Just did my first Linux build in a while, and I'm getting a compile > error because it can't find ncurses.h. What do

Re: [Oorexx-devel] What needs installing to get ncurses to build?

2014-10-28 Thread Enrico Sorichetti
on Centos 7 I had to install ncurses-devel Enrico On 28 Oct 2014, at 23:05, Rick McGuire wrote: -- ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lis

[Oorexx-devel] What needs installing to get ncurses to build?

2014-10-28 Thread Rick McGuire
Just did my first Linux build in a while, and I'm getting a compile error because it can't find ncurses.h. What do I need to install to get this to build? Rick -- ___ Oorexx-dev