[Oorexx-devel] Hardware support in the readme files.

2013-12-13 Thread Rick McGuire
When reviewing Patch file 189 (let's see if this creates a real link for the mailing list.[patches:#189]), I noticed we give the hardware requirements as: IBM-compatible, Pentium or AMD processor, or higher. Both 32-bit and 64-bit processors are supported. It's been a long time since I've heard

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Perry Werneck
Hi, In my projects I do this in the ./configure; if gtk3 is available it´s used, if not, fallback to GTK2. From configure.ac on pw3270 project ( https://build.opensuse.org/package/show/home:PerryWerneck/pw3270 ) ... #--[ GTK 2/3 check ]

Re: [Oorexx-devel] Rexxref Doc Question

2013-12-13 Thread Rick McGuire
I'd say go ahead and delete them. Rick On Fri, Dec 13, 2013 at 5:06 PM, David Ashley wrote: > I will leave the diagrams in for now and we can revisit this later. > > David Ashley > > On Fri, 2013-12-13 at 16:54 -0500, Rick McGuire wrote: > > They were never in. Rony proposed them, but they nev

Re: [Oorexx-devel] Rexxref Doc Question

2013-12-13 Thread David Ashley
I will leave the diagrams in for now and we can revisit this later. David Ashley On Fri, 2013-12-13 at 16:54 -0500, Rick McGuire wrote: > They were never in. Rony proposed them, but they never got anywhere. > Possibly he created some docs for them. > > > Rick > > > On Fri, Dec 13, 2013 at

Re: [Oorexx-devel] Rexxref Doc Question

2013-12-13 Thread Rick McGuire
They were never in. Rony proposed them, but they never got anywhere. Possibly he created some docs for them. Rick On Fri, Dec 13, 2013 at 4:44 PM, David Ashley wrote: > Have the Iterator and the CircularIterator classes been eliminated? We > have class diagrams for them but they are not in th

[Oorexx-devel] Rexxref Doc Question

2013-12-13 Thread David Ashley
Have the Iterator and the CircularIterator classes been eliminated? We have class diagrams for them but they are not in the docs. David Ashley -- Rapidly troubleshoot problems before they affect your business. Most IT o

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread David Ashley
The problem is not the code itself. The problem is how to determine which version (GTK2 or GTK3) of RexxGTK to build for a particular Linux distribution. For instance, Red Hat 6.0 does not have GTK3 libraries, therefore I would have to build a GTK2 version for it. Red Hat 6.4 has GTK3 so I would ha

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Erich Steinböck
> So - whatever you'd like to do, go for it. OK, I'll have a look > I think many users are not comfortable asking questions on the developer's list Yes, absolutely, and I so much understand that!! Erich On Fri, Dec 13, 2013 at 7:33 PM, Mark Miesfeld wrote: > > On Fri, Dec 13, 2013 at 9:57 AM,

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Mark Miesfeld
On Fri, Dec 13, 2013 at 10:35 AM, Perry Werneck wrote: > Well, why not use an DB independent library to add support to other > databases? > The SQLite source code is public domain, so the entire database engine can be directly integrated into our source code base with no licensing issues at all.

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Perry Werneck
Hi, Well, why not use an DB independent library to add support to other databases? Em 13/12/2013 13:43, "Mark Miesfeld" escreveu: > On Fri, Dec 13, 2013 at 7:34 AM, Rony G. Flatscher < > rony.flatsc...@wu.ac.at> wrote: > >> >> are there any thoughts about adding the SQLLite support to the ooRexx

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Mark Miesfeld
On Fri, Dec 13, 2013 at 9:57 AM, Erich Steinböck wrote: > > But, the documentation is not finished > Mark, if there's something you can delegate, I'd look into it > Erich, If you'd like to look into it, then great. ooSQLite consists of an object orientated interface (classes and methods of the

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Perry Werneck
Hi, Some time ago i sent to sourceforge a patch allowing build on both GTK versions. I'm using it on my own gtkrexx packages and it's working fine on linux and windows. Em 13/12/2013 15:53, "David Ashley" escreveu: > With the transition from GTK2 to GTK3 that is going on now it has become > a p

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Erich Steinböck
> But, the documentation is not finished Mark, if there's something you can delegate, I'd look into it Erich On Fri, Dec 13, 2013 at 4:42 PM, Mark Miesfeld wrote: > On Fri, Dec 13, 2013 at 7:34 AM, Rony G. Flatscher < > rony.flatsc...@wu.ac.at> wrote: > >> >> are there any thoughts about adding

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread David Ashley
With the transition from GTK2 to GTK3 that is going on now it has become a problem to figure out which version to include with ooRexx. I still have not figured out a strategy for what to do. David Ashley On Fri, 2013-12-13 at 09:32 -0700, Dan Carter wrote: > This is a superb idea. I do not know

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Dan Carter
This is a superb idea. I do not know how I can help (mainframers don't understand such things) but if I could I would. SQLite is a strong natural complement to ooRexx. BTW, whatever happened to GTK integration? From: Mark Miesfeld [mailto:miesf...@gmail.com] Sent: Friday, December 13

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Mark Miesfeld
On Fri, Dec 13, 2013 at 7:34 AM, Rony G. Flatscher wrote: > > are there any thoughts about adding the SQLLite support to the ooRexx > 4.2.0 distribution or should > it remain a standalone add-on? > I do want to add it to the distribution. But, the documentation is not finished and I doubt that I

[Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Rony G. Flatscher
Hi there, are there any thoughts about adding the SQLLite support to the ooRexx 4.2.0 distribution or should it remain a standalone add-on? ---rony -- Rapidly troubleshoot problems before they affect your business. Mos

[Oorexx-devel] Rexxref Whole Again

2013-12-13 Thread David Ashley
All - Well it took me 30 minutes to find the error in rexxref but it finally builds again. Thank goodness for SlickEdit. The tag highlighting/matching feature for xml files saved the day. David Ashley -- Rapidly trouble

Re: [Oorexx-devel] Bug or Not?

2013-12-13 Thread Moritz Hoffmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 The open documentation states the following: mode specifies the permissions to use in case a new file is cre? ated. This argument must be supplied when O_CREAT is specified in flags; if O_CREAT is not specified, then mode is ign

Re: [Oorexx-devel] Bug or Not?

2013-12-13 Thread Mike Cowlishaw
> While you argument is somewhat true, Linux is used as a > server operating system more that a single user computer. Ah .. good point. Mike -- Rapidly troubleshoot problems before they affect your business. Most I