Re: [Oorexx-devel] Cmake problem

2015-03-02 Thread David Ashley
You are probably right about CMake not discovering missing requisites header files. I would open a bug on the CMake.org web site. In any case, it does crap out when it compiles. It is just that the message is not very informative. David Ashley On 03/02/2015 11:08 AM, CVBruce wrote: I did get

Re: [Oorexx-devel] Cmake problem

2015-03-02 Thread CVBruce
I did get ooRexx V5 (from the svn repository) to compile. The only problem I ran into was that although I had curses installed, I didn't have the curses-devl package, so my system didn't have the required curses.h. Shouldn't cmake discover this and report it during makefile creation? Bruce On