Update: gexace error with conditional options and clusters
"Brian Heilig" <Brian.Heilig-tdt4z+Mb/[email protected]> Mon, 12 May 2008 21:41:47 -0000
| Newsgroups | gmane.comp.lang.eiffel.gobo.general |
|---|---|
| Message-ID | <[email protected]> |
I wrote:
> I have the following environment variable GOBO_OS=unix defined in
> /etc/profile. In one of my xace files I have some conditional lines,
> for example:
>
> <option name="header" value="${SECOM}/library/posix/c"
> if="${GOBO_OS}=unix"/>
>
> These don't make it into the compile_ge.xace file unless I remove the
> conditional. What's going on?
Actually, there seems to be two separate issues. The header and link
options don't make it into compile_ge.xace at all (whether or not the
conditional is there) but the cluster makes it if the conditional is
not there.
Brian