<br><br>On Tuesday, April 12, 2016, Ralph Versteegen <<a href="mailto:teeemcee@gmail.com">teeemcee@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 12 April 2016 at 08:01,  <<a href="javascript:;" onclick="_e(event, 'cvml', 'subversion@hamsterrepublic.com')">subversion@hamsterrepublic.com</a>> wrote:<br>
> james<br>
> 2016-04-11 13:01:25 -0700 (Mon, 11 Apr 2016)<br>
> 153<br>
> If all other include locations fail, check for includes in /usr/share/games/ohrrpgce/<br>
> (should fix compiling scripts when installed via the .deb package)<br>
> ---<br>
> U   rel/callipygous/hspeak.exw<br>
> U   wip/hspeak.exw<br>
<br>
If hspeak checks a hardcoded path, it ought to use the same path as<br>
Custom, DATAFILES, which is set in SConscript. Unfortunately it turns<br>
out that while Euphoria lets you add defines on the commandline,<br>
defines are either set or not; they can't provide values.<br>
I was just going to tell hspeak where plotscr.hsd is, with the<br>
--include commandline switch, but it tries to include plotscr.hsd<br>
before any of those includes...<br>
Meh, this hardcoded path is good enough.<br>
</blockquote><div><br></div><div>Yeah, I fiddled around a bit hoping for something more consistent or more elegant, and just decided, "meh, this is simple and it works" </div>