Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Rick McGuire
Rats, the installer gives an error trying to download components. You might have the only working installer for this! I'm still stuck on trying to get this to build on ubunto. If I use Fop, I get a java out of heap exception that I've not had any success at eliminating. If I install wkhtmltopdf, I

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Rick McGuire
I found this FAQ about how to increase the FOP heap size: https://jfearn.fedorapeople.org/en-US/Publican/4.0/html/Users_Guide/chap-Publican-Users_Guide-Frequently_Asked_Questions.html#idp21915680 But it didn't seem to work. I tried going as high as 2g on the max, and it died at the same place. I'

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread René Jansen
Linux - I am planning a docker image for the build machine, like the one that builds ooRexx for Arch Linux now. René. On 25 Dec 2018, at 14:07, Erich Steinböck wrote: >> I’d like to build the docs on the build server also > Hi René, on which platform should that be: Windows or Linux? > >> Do

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Rony G Flatscher
Use java -X for all switches —-rony Rony G. Flatscher (mobil/e) > Am 25.12.2018 um 22:40 schrieb Rony G Flatscher : > > Use -Xmx fir nax hesp size -Xms initial Java heap size > > —-rony > > Rony G. Flatscher (mobil/e) > >> Am 25.12.2018 um 22:35 schrieb Rick McGuire : >> >> I went back

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Rony G Flatscher
Use -Xmx fir nax hesp size -Xms initial Java heap size —-rony Rony G. Flatscher (mobil/e) > Am 25.12.2018 um 22:35 schrieb Rick McGuire : > > I went back and tried rebuilding just the rexxref, and it looks like this is > a heap space problem with java. I don't know if there is a way to increas

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Rick McGuire
I went back and tried rebuilding just the rexxref, and it looks like this is a heap space problem with java. I don't know if there is a way to increase this. Rick On Tue, Dec 25, 2018 at 3:36 PM Rick McGuire wrote: > I fired up a build on unbuntu before I left to walk my dog. It looks like > ev

Re: [Oorexx-devel] oorexxapi.h

2018-12-25 Thread Rick McGuire
On Tue, Dec 25, 2018 at 1:34 PM Erich Steinböck wrote: > > Based on how the INTERFACE_VERSION defines were set up in oorexxapi.h for > 4.2 > > ~~~ > #define INSTANCE_INTERFACE_VERSION 100 > #define THREAD_INTERFACE_VERSION_4_0_0 100 > #define THREAD_INTERFACE_VERSION_4_1_1 101 > #define THREAD_IN

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Rick McGuire
I fired up a build on unbuntu before I left to walk my dog. It looks like everything but the rexxref built cleanly, and I think the failure there was related to the ulimit problem. When I try to issue the ulimit command you show, I get the following error: bash: ulimit: open files: cannot modify l

[Oorexx-devel] oorexxapi.h

2018-12-25 Thread Erich Steinböck
Based on how the INTERFACE_VERSION defines were set up in oorexxapi.h for 4.2 ~~~ #define INSTANCE_INTERFACE_VERSION 100 #define THREAD_INTERFACE_VERSION_4_0_0 100 #define THREAD_INTERFACE_VERSION_4_1_1 101 #define THREAD_INTERFACE_VERSION 102 #define METHOD_INTERFACE_VERSION_4_0_0 100 #define MET

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Erich Steinböck
> > That could mean, Publican is dead > According to https://www.redhat.com/archives/publican-list/2017-January/msg1.html the Publican git was moved to https://sourceware.org/gerrit/#/admin/projects/publican But for me, this new site is currently unavailable. On Tue, Dec 25, 2018 at 6:51 PM E

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Erich Steinböck
> > I’d like to build the docs on the build server also > Hi René, on which platform should that be: Windows or Linux? Do you still have that email somewhere in which you explained to me what > you did? > Are you maybe referring to this thread? https://sourceforge.net/p/oorexx/mailman/message/3525

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Erich Steinböck
> > it might be better to delete wkhtmltopdf and allow it to use FOP instead > I can't remember whether I managed to get publican+fop to work on Ubuntu, but I think the idea was to create a "supported" publican environment (Jeff said, publican+fop was deprecated and wouldn't support it) which would

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread René Jansen
Hi Erich, I’d like to build the docs on the build server also. Do you still have that email somewhere in which you explained to me what you did? René. On 25 Dec 2018, at 13:51, Erich Steinböck wrote: >> OK, snag #1) fedorahosted.org has gone away > Well, as far as I understand this is where t

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Erich Steinböck
> > OK, snag #1) fedorahosted.org has gone away > Well, as far as I understand this is where the Publican git was hosted. That could mean, Publican is dead. Do you still have the installer file? Perhaps we should add that to the > buildutils directory on sourceforge. Yes, I still have it. I've pa

[Oorexx-devel] Problem to load oosqlite.dll in Rexx Version 5.0.0 r11639

2018-12-25 Thread H?kan Erixon
Problem to load oosqlite.dll in Rexx Version 5.0.0 r11639 Works to load oosqlite.dll with Rexx Version 5.0.0 r11580 I believe it has something to do with how the loading mechanism have changed, but as a non C programmer I have no clue, what changes has to be done in the oosqlite src regarding r

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Rick McGuire
I thought I'd give the ubuntu build a try. I was able to build and install the brand successfully. Attempting to build the docs got the the phase "Starting pdf" and it has been sitting there for a long time. I don't know it it is hung, or just taking a really long time. This is using the latest pub

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Rick McGuire
OK, snag #1) fedorahosted.org has gone away and I haven't been able to find another source for publican 3.0. Do you still have the installer file? Perhaps we should add that to the buildutils directory on sourceforge. Rick On Tue, Dec 25, 2018 at 10:18 AM Erich Steinböck wrote: > I'm building o

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Gil Barmwater
I, too, was under the impression that the docs were built on *ix, not Windows!  Once we have a tested "recipe" for doing it, I'll attempt to get it working on my system as well.  That way, when I find typos, etc., I can edit/build and supply a "tested" patch that a committer can confidently app

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Rick McGuire
I didn't realize you were doing this on Windows...I'd actually prefer that. Years ago David stated Windows would not be possible, so I didn't realize that had changed. I'll give that a shot. I ran into an immediate road block with your ubuntu instructions. The patched version doesn't appear availa

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Erich Steinböck
I'm building on Windows only, using an ancient, unsupported version of publican plus fop for Windows I changed some settings, like single-page formatting and added a crude manual cleaning-step which removes a lot of annoying whitespace around examples. Windows was (and still seems) the only way to

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Rick McGuire
I'll give it a go...how are you building the docs now if not this way? Rick On Tue, Dec 25, 2018 at 9:30 AM Erich Steinböck wrote: > I tried this some two or three years ago, and it was a miserable > experience. > I've attached below my notes from back then. > > If you want to give it a try, pl

Re: [Oorexx-devel] Building the docs

2018-12-25 Thread Erich Steinböck
I tried this some two or three years ago, and it was a miserable experience. I've attached below my notes from back then. If you want to give it a try, please note down each step as accurately as possible. If we get somewhere, I'll add the steps required to our Wiki. I tried getting help for a f

[Oorexx-devel] Building the docs

2018-12-25 Thread Rick McGuire
I have a working Ubuntu 18.10 now running in VirtualBox. It would be nice to be able to build the docs on VM as well. Is there a guide for what needs to be installed for this? Rick ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://

Re: [Oorexx-devel] Time for the *ix users to pitch in.

2018-12-25 Thread P.O. Jonsson
This is what is a bit weird: I deleted the old ooRexx installation (from /opt or /uer/local) on the 4th of december, at 22:00 sometime (I checked the garbage bin), hence there was no ooRexx installation available on the user „po“ on that machine at the 8.12. entering „rexx“ on the command line g

Re: [Oorexx-devel] Time for the *ix users to pitch in.

2018-12-25 Thread Rick McGuire
You probably ran ooRexx back on December 8th, which is when they were created. You can delete them, but the files will get recreated the next time you run ooRexx. Rick On Tue, Dec 25, 2018 at 6:25 AM P.O. Jonsson wrote: > I have no recollection of having made a build on that userID for quite >

Re: [Oorexx-devel] Time for the *ix users to pitch in.

2018-12-25 Thread P.O. Jonsson
I have no recollection of having made a build on that userID for quite some time, hence the question,, it is Erich that uses the „Jenkins“ account on the same machine to make the automated builds, hence the question. Here are the further details of these files -rw-rw-rw- 1 postaff 0

Re: [Oorexx-devel] Time for the *ix users to pitch in.

2018-12-25 Thread Rick McGuire
If the build was running under your userid, that file got created when rxapi was launched during the build process. That's the file that is used to ensure that only one copy of rxapi runs per user. Rick On Tue, Dec 25, 2018 at 5:09 AM P.O. Jonsson wrote: > Dear Erich, > > I was going into my us

Re: [Oorexx-devel] Time for the *ix users to pitch in.

2018-12-25 Thread P.O. Jonsson
Dear Erich, I was going into my user account on the Mac Mini Jenkins slave today and noticed a hidden file ".ooRexx-5.0.0-64.lock“ in my home directory (Users/po) Is this something that is coming out of the Jenkins build? How can the lock file be in my account? I have no ooRexx installation in