On Tue, Dec 11, 2012 at 2:28 PM, David Ashley <w.david.ash...@gmail.com>wrote:

> Rick -
>
> Your changes do not help. Here are the error messages I am getting.
>
> ./interpreter/platform/unix/SystemInterpreter.cpp: In function 'void
> signalHandler(int)':
> ./interpreter/platform/unix/SystemInterpreter.cpp:106:40: error:
> 'OREF_SIGINT' was not declared in this scope
> ./interpreter/platform/unix/SystemInterpreter.cpp:111:40: error:
> 'OREF_SIGTERM' was not declared in this scope
> ./interpreter/platform/unix/SystemInterpreter.cpp:116:40: error:
> 'OREF_SIGHUP' was not declared in this scope
>
> The three constants are defined like this.
>
> In RexxConstants jpp:
>   CHARCONSTANT(SIGTERM,    "SIGTERM");
>   CHARCONSTANT(SIGINT,     "SIGINT");
>   CHARCONSTANT(SIGHUP,     "SIGHUP");
>
> In GlobalNames.h:
>   GLOBAL_NAME(SIGTERM_STRING, CHAR_SIGTERM)
>   GLOBAL_NAME(SIGINT_STRING, CHAR_SIGINT)
>   GLOBAL_NAME(SIGHUP_STRING, CHAR_SIGHUP)
>

Ummmm, you declared these names with a _STRING suffix, but don't use the
suffix when you attempt to use them...

Rick



>
> The order of compilation has SystemInterpreter.cpp compiling before
> Globalnames.cpp and GlobalData.cpp.
>
> David Ashley
>
>
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to