I have no idea what version of the code you're trying to build from, but it's not the current one. To start with, the correct value for DATATYPE_LOGICAL is 'O', not 'G'. But that's not really relevant, because those constants don't even reside in RexxBuiltinFunctions.h any more. They're defined in StringClass.hpp.
Rick On Thu, Oct 2, 2008 at 12:29 PM, Jack Woehr <[EMAIL PROTECTED]> wrote: > Admittedly I don't know much of what's going on with the Core > Development team, but > the current checkout from SourceForge doesn't build for me without a > diff something like > this: > > Index: kernel/runtime/RexxBuiltinFunctions.h > =================================================================== > RCS file: /cvsroot/oorexx/oorexx/kernel/runtime/RexxBuiltinFunctions.h,v > retrieving revision 1.3 > diff -u -r1.3 RexxBuiltinFunctions.h > --- kernel/runtime/RexxBuiltinFunctions.h 7 Mar 2006 15:37:20 > -0000 1.3 > +++ kernel/runtime/RexxBuiltinFunctions.h 2 Oct 2008 16:34:33 -0000 > @@ -73,6 +73,7 @@ > #define DATATYPE_BINARY 'B' > #define DATATYPE_MIXED_DBCS 'C' > #define DATATYPE_PURE_DBCS 'D' > +#define DATATYPE_LOGICAL 'G' > #define DATATYPE_LOWERCASE 'L' > #define DATATYPE_MIXEDCASE 'M' > #define DATATYPE_NUMBER 'N > > You wanted some C++ ... :) > > -- > Jack J. Woehr # "Self-delusion is > http://www.well.com/~jax # half the battle!" > http://www.softwoehr.com # - Zippy the Pinhead > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Oorexx-devel mailing list > Oorexx-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel