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

2019-01-27 Thread CV Bruce
Thanks.  I just thought I’d ask since you seem to be the guru for the -D 
option.  This was in no way an enhancement request.

Yours,

Bruce
> On Jan 27, 2019, at 10:36 AM, Erich Steinböck  
> wrote:
> 
> Is there a build option that would allow me to rename the rexx executable to, 
> perhaps orexx?
> Tthat's not a supported scenario.
> You'd have to rename the binary manually. On Unix at least you could build 
> with -DORX_SHEBANG=/-your-install-path-/bin/orexx so that built rexx programs 
> have their shebangs modified accordingly.
> On Windows, you'd have to modify the file type association with ftype 
> RexxScript="d:\-your-install-path-\ooRexx\orexx.exe" "%1" %*
> I never tested anything like this, so you might experience other issues.
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


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

2019-01-27 Thread Erich Steinböck
>
> Is there a build option that would allow me to rename the rexx executable
> to, perhaps orexx?
>
Tthat's not a supported scenario.
You'd have to rename the binary manually. On Unix at least you could build
with -DORX_SHEBANG=/-your-install-path-/bin/orexx so that built rexx
programs have their shebangs modified accordingly.
On Windows, you'd have to modify the file type association with ftype
RexxScript="d:\-your-install-path-\ooRexx\orexx.exe" "%1" %*
I never tested anything like this, so you might experience other issues.
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


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

2019-01-27 Thread CV Bruce
Hi Eric,

Is there a build option that would allow me to rename the rexx executable to, 
perhaps orexx?

Thanks,

Bruce
> On Jan 22, 2019, at 8:53 AM, Erich Steinböck  
> wrote:
> 
> Hi Michael,
> if you do not want to build to the default ooRexx install location /usr/bin, 
> set CMAKE_INSTALL_PREFIX to the desired path on the cmake command. To build 
> for an install to your home directory, you would use
> 
> cmake -DBUILD_DEB=1 -DOS_DIST=ubuntu1604 -DCMAKE_BUILD_TYPE=RELEASE 
> -DCMAKE_INSTALL_PREFIX=~/oorexx ../../oorexxsvn/main/trunk
> 
> To install without building a package, use make install
> 
> No APIService.cpp patching, ./configure, mkdir ~/opt/oorexx/var should be 
> necessary for 5.0.  The latest 5.0 trunk will no longer require rxapi to run 
> as root.
> 
> 
> I have just updated our How-to-build-ooRexx wiki at 
> https://sourceforge.net/p/oorexx/wiki/how-to-build-oorexx/ 
> I'll also update 
> CMake-build-readme.txt 
> 
> Please let us know of any issues you encounter.
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel