Re: [Oorexx-devel] Releasing ooRexx 5.0? Building on Debian Linux Shared Web Hosting as non-root

2019-02-05 Thread Michael Lueck
Greetings Team, All right. Please let me know when I can do another svn pull to pick up that accommodation. Meanwhile I have contacted 1&1 support seeking the specified library package. I am thankful, -- Michael Lueck Lueck Data Systems http://www.lueckdatasystems.com/ Rick McGuire wrote:

Re: [Oorexx-devel] Releasing ooRexx 5.0? Building on Debian Linux Shared Web Hosting as non-root

2019-02-05 Thread Rick McGuire
Excellent idea. Rick On Tue, Feb 5, 2019 at 5:24 PM Enrico Sorichetti via Oorexx-devel < oorexx-devel@lists.sourceforge.net> wrote: > Why not simply wrap the build of the ncurses stuff with , for example > > If( HAVE_NCURSES_H ) > > the ncurses stuff > > endif() > > So that if the curses-devel g

Re: [Oorexx-devel] Releasing ooRexx 5.0? Building on Debian Linux Shared Web Hosting as non-root

2019-02-05 Thread Enrico Sorichetti via Oorexx-devel
Why not simply wrap the build of the ncurses stuff with , for example If( HAVE_NCURSES_H ) the ncurses stuff endif() So that if the curses-devel gets installed there will be no need to revisit the cmakelists.txt E > On 5 Feb 2019, at 23:18, Michael Lueck wrote: > >> >> If you really can'

Re: [Oorexx-devel] Releasing ooRexx 5.0? Building on Debian Linux Shared Web Hosting as non-root

2019-02-05 Thread Michael Lueck
Greetings Erich, Erich Steinböck wrote: Back to 1&1 to seek them to add ncurses to the box? Yes. Normally you'd just sudo apt install libncurses5-dev Then I will request. Did you also have to ask your provider to install gcc, cmake, and svn? No, the rest was already on the server.

Re: [Oorexx-devel] Releasing ooRexx 5.0? Building on Debian Linux Shared Web Hosting as non-root

2019-02-05 Thread Erich Steinböck
> > Back to 1&1 to seek them to add ncurses to the box? Yes. Normally you'd just sudo apt install libncurses5-dev Did you also have to ask your provider to install gcc, cmake, and svn? If you really can't install ncurses, you could remove all references to curses/ncurses from CMakeLists.txt You'

Re: [Oorexx-devel] Releasing ooRexx 5.0? Building on Debian Linux Shared Web Hosting as non-root

2019-02-05 Thread Michael Lueck
Michael Lueck wrote: Brilliant suggestion! That does work. I am building now. Used CMake suntax: cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/homepages/35/d157794216/htdocs/build/oorexxbuild/release/opt/oorexx ../../ooRexx-5.0.0/oorexx-code-0 Oops, copy/paste issue with the pre

Re: [Oorexx-devel] Releasing ooRexx 5.0? Building on Debian Linux Shared Web Hosting as non-root

2019-02-05 Thread Michael Lueck
Greetings Erich, Erich Steinböck wrote: Or try if you can simple ignore kunden and use an absolute path starting with /homepages/35/d.. Just check if ls /homepages works Brilliant suggestion! That does work. I am building now. Used CMake suntax: cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAK

Re: [Oorexx-devel] Releasing ooRexx 5.0? Building on Debian Linux Shared Web Hosting as non-root

2019-02-05 Thread Erich Steinböck
Michael, I've uploaded ooRexx-5.0.0-11716.ubuntu1604.x86_64-opt-oorexx-mdlueck.tar to https://sourceforge.net/projects/oorexx/files/oorexx/5.0.0beta/ It's the installed files of an interpreter built on Ubuntu 16.04 using cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=~/opt/oorexx and packe

Re: [Oorexx-devel] sandbox/rick/rexxutil

2019-02-05 Thread Rick McGuire
On Tue, Feb 5, 2019 at 11:25 AM Erich Steinböck wrote: > I'm not seeing that warning >> > For me the warning doesn't show up for DEBUG builds, only for RELEASE > builds > > Lately I've been using the TortoiseSVN explorer menu option > Ok .. I haven't ever used the GUI, but I stepped through the m

Re: [Oorexx-devel] Releasing ooRexx 5.0? Building on Debian Linux Shared Web Hosting as non-root

2019-02-05 Thread Erich Steinböck
Or try if you can simple ignore kunden and use an absolute path starting with /homepages/35/d.. Just check if ls /homepages works On Tue, Feb 5, 2019 at 5:29 PM Erich Steinböck wrote: > cmake -DCMAKE_BUILD_TYPE=RELEASE >> -DCMAKE_INSTALL_PREFIX=/kunden/homepages/35/d157794216/htdocs/opt/oore

Re: [Oorexx-devel] Releasing ooRexx 5.0? Building on Debian Linux Shared Web Hosting as non-root

2019-02-05 Thread Erich Steinböck
> > cmake -DCMAKE_BUILD_TYPE=RELEASE > -DCMAKE_INSTALL_PREFIX=/kunden/homepages/35/d157794216/htdocs/opt/oorexx > -CMAKE_INSTALL_PREFIX=/kunden/homepages/35/d157794216/htdocs/opt/oorexx > ../../ooRexx-5.0.0/oorexx-code-0 > Still blows up... see attached. My suggestion was to specify a relative pa

Re: [Oorexx-devel] sandbox/rick/rexxutil

2019-02-05 Thread Erich Steinböck
> > I'm not seeing that warning > For me the warning doesn't show up for DEBUG builds, only for RELEASE builds Lately I've been using the TortoiseSVN explorer menu option Ok .. I haven't ever used the GUI, but I stepped through the menu and as you say it looks easy (didn't actually do any real mer

Re: [Oorexx-devel] sandbox/rick/rexxutil

2019-02-05 Thread Rick McGuire
On Tue, Feb 5, 2019 at 7:22 AM Erich Steinböck wrote: > more sandbox rexxutil issues: > > to remove compiler "warning C4800: 'uint32_t': forcing value to bool > 'true' or 'false' (performance warning)" I believe the following patch > should be appropriate > Hmm, I'm not seeing that warning, but

Re: [Oorexx-devel] sandbox/rick/rexxutil

2019-02-05 Thread Erich Steinböck
more sandbox rexxutil issues: to remove compiler "warning C4800: 'uint32_t': forcing value to bool 'true' or 'false' (performance warning)" I believe the following patch should be appropriate ~~~ --- interpreter/platform/windows/SysRexxUtil.cpp(revision 11717) +++ interpreter/platform/win

Re: [Oorexx-devel] Ad ooRexx pipe-samples

2019-02-05 Thread Rick McGuire
He is perfectly permitted to make this available on his own, it does not need to be part of the ooRexx distribution in order to be useful. The samples were written with a specific purpose in mind, a purpose that is not really met by the rewritten version. Rick On Mon, Feb 4, 2019 at 10:01 PM J Le