On Fri, Sep 12, 2008 at 11:55 AM, Jack Woehr <[EMAIL PROTECTED]> wrote: > Open Object Rexx Interpreter Version 3.2.0 for SUNOS > Build date: Jul 19 2008 > > I built and installed and have been using OORexx but the message files > don't seem to have gotten installed ... on error I get stuff like: > > REX0040E: Error message not found! 40 Error message not found! > > etc. ... I found the .xls etc. message files, but > > why didn't they install > what target can I invoke to install them > or should I manually fix it (where to put?)
Jack, I don't know much about the Solaris build. But there is a package step for Solaris, did you make the Solaris package and install that? If not, I would try that rather than using the 'install' target of the make file. Look at the very end of the unix-like-build.txt: Solaris - PKG ------------- When building ooRexx for packaging, configure the build as follows: % ./configure --disable-static --prefix=/opt/sfw The "make DESTDIR=`pwd`/tmp package" above will also create: a gzipped ./ooRexx-x.y.z.pkg suitable for Solaris' "pkgadd" -- Mark Miesfeld ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
