Re: [Oorexx-devel] regexp

2010-04-30 Thread Rick McGuire
Oops, meant to email that to myself, not the list so I would have it in my archives. Another source of an open source regex engine in case I can't figure out how some of this stuff is supposed to work. Rick On Fri, Apr 30, 2010 at 1:39 PM, Gil Barmwater wrote: > And you posted this because?

Re: [Oorexx-devel] regexp

2010-04-30 Thread Gil Barmwater
And you posted this because? Rick McGuire wrote: > http://svn.apache.org/repos/asf/jakarta/regexp/trunk/ > > -- > ___ > Oorexx-devel mailing list > Oorexx-devel@lists.source

Re: [Oorexx-devel] Maybe a Messaging Problem?

2010-04-30 Thread David Ashley
I doubt that is the problem. Both of the 64-bit systems I tried this on were pure 64-bit installs, no 32-bit code libraries installed at all. David Ashley On 04/30/2010 10:53 AM, Mark Miesfeld wrote: > On Fri, Apr 30, 2010 at 8:46 AM, Mark Miesfeld wrote: > >> On Fri, Apr 30, 2010 at 8:26 A

Re: [Oorexx-devel] Maybe a Messaging Problem?

2010-04-30 Thread Mark Miesfeld
On Fri, Apr 30, 2010 at 8:46 AM, Mark Miesfeld wrote: > On Fri, Apr 30, 2010 at 8:26 AM, David Ashley > wrote: > >> I have determined that this is a 64-bit problem. The code works fine on >> a 32-bit Linux machine running rc1. On a 64-bit Linux machine you get a >> seg fault due to a NULL pointer

Re: [Oorexx-devel] Maybe a Messaging Problem?

2010-04-30 Thread Mark Miesfeld
On Fri, Apr 30, 2010 at 8:26 AM, David Ashley wrote: > I have determined that this is a 64-bit problem. The code works fine on > a 32-bit Linux machine running rc1. On a 64-bit Linux machine you get a > seg fault due to a NULL pointer. I thought GTK was 32-bit only? It used to be 32-bit only, a

Re: [Oorexx-devel] Maybe a Messaging Problem?

2010-04-30 Thread David Ashley
I have determined that this is a 64-bit problem. The code works fine on a 32-bit Linux machine running rc1. On a 64-bit Linux machine you get a seg fault due to a NULL pointer. I am going to open an official bug report. David Ashley On 04/30/2010 09:16 AM, Rick McGuire wrote: > Nothing has cha

Re: [Oorexx-devel] Maybe a Messaging Problem?

2010-04-30 Thread Rick McGuire
Nothing has changed in any of the ForwardMessage() code in those APIs. Rick On Fri, Apr 30, 2010 at 10:09 AM, David Ashley wrote: > Rick - > > Have you made any changes to the C++ API lately? Specifically, my > RexxGtk library is now failing on all invocations of > ForwardMessage(NULLOBJECT, NUL

[Oorexx-devel] Maybe a Messaging Problem?

2010-04-30 Thread David Ashley
Rick - Have you made any changes to the C++ API lately? Specifically, my RexxGtk library is now failing on all invocations of ForwardMessage(NULLOBJECT, NULL, super, NULLOBJECT) calls. The failure occurs deep inside GTK and it complains about a NULL pointer. It is expecting a pointer to a GTK

[Oorexx-devel] regexp

2010-04-30 Thread Rick McGuire
http://svn.apache.org/repos/asf/jakarta/regexp/trunk/ -- ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-deve