Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rainer Tammer
Hello, Condition: SYNTAX Unable to load library "orxinvocation" 56 *-* .context~package~loadPackage('INVOCATIONTester.cls') I think this error was because the library being built was named orxinvocation.so instead of liborxinvocation.so. Yes, but even with the correct name

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rainer Tammer
: 0 Messages:0 Logs:2 [Framework exception] [20081116 20:37:32.834898] Type: Trap Severity: Fatal File: /daten/svn/ooRexx/test/trunk/ooRexx/API/oo/RexxStart.testGroup Line: 56 Failed to load the external API package needed for this test group. Condition: SYNTAX

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Mark Miesfeld
On Sun, Nov 16, 2008 at 10:52 AM, Rainer Tammer <[EMAIL PROTECTED]> wrote: > I got the rexxinstance compiled and linked on AIX but the errors are > still there. > I will wait for your commit, thanks. Rainer, You can take a look at what I just committed for the Linux make file. Everything seems t

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Mark Miesfeld
On Sun, Nov 16, 2008 at 7:19 AM, Rick McGuire <[EMAIL PROTECTED]> wrote: > I need some makefile help on the API tests I just put in. I've got > this building on Windows, but I'm not completely certain how this > needs to be built on the *ix system. These new tests need an > executable file rather

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rainer Tammer
hello MArk, Mark Miesfeld wrote: > Rainer, > > I just about have the make file for Linux working. And I know the > reason for your failures. Hold off for a bit and give me a chance to > commit a working Linux make file. > > OK, I got the rexxinstance compiled and linked on AIX but the errors

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Mark Miesfeld
uld use the callrexx sample from the interpreter for the > Makefile.linux. > > Currently I am trying to get this working on AIX but I still get errors: > > [Framework exception] [20081116 19:09:51.024168] > Type: Trap Severity: Fatal > File: /daten/svn/ooRexx/test/trunk/

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rainer Tammer
Hello, maybe we should use autoconf to generate the Makefile for teh API tests. This is more generic and automatically takes care of many things ?? Bye Rainer - This SF.Net email is sponsored by the Moblin Your Move Develo

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rainer Tammer
kefile.linux. Currently I am trying to get this working on AIX but I still get errors: [Framework exception] [20081116 19:09:51.024168] Type: Trap Severity: Fatal File: /daten/svn/ooRexx/test/trunk/ooRexx/API/oo/RexxStart.testGroup Line: 56 Failed to load the external API package needed for thi

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Mark Miesfeld
On Sun, Nov 16, 2008 at 8:02 AM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: > On Sun, Nov 16, 2008 at 7:19 AM, Rick McGuire <[EMAIL PROTECTED]> wrote: > # Build the executable file > rexxinstance: rexxinstance.o >gcc $(ORXEXELFLAGS) -lorxclassicexits.so rexxinstance.o -o rexxinstance That p

Re: [Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Mark Miesfeld
On Sun, Nov 16, 2008 at 7:19 AM, Rick McGuire <[EMAIL PROTECTED]> wrote: > I need some makefile help on the API tests I just put in. I've got > this building on Windows, but I'm not completely certain how this > needs to be built on the *ix system. These new tests need an > executable file rather

[Oorexx-devel] Makefile assistance needed.

2008-11-16 Thread Rick McGuire
I need some makefile help on the API tests I just put in. I've got this building on Windows, but I'm not completely certain how this needs to be built on the *ix system. These new tests need an executable file rather than a library file built, so the build for that is a little different. Rick -