[Omake] OMake 0.9.8.5-3 released

Markus Mottl markus.mottl at gmail.com
Mon Aug 20 07:38:01 PDT 2007


Hi,

I still haven't managed to upgrade to the new release yet.  There seem
to be further problems with environments:

On 8/14/07, Jason Hickey <jyh at cs.caltech.edu> wrote:
>     - The export function also takes a list of variables.
>
>          state = $(export A B C)
>          ...
>          export($(state))

This example does not seem to work for me and is probably the reason
why our code keeps breaking.  E.g.:

------------------
section
  A = 1
  foo = $(export A)
  export($(foo))

println($(A))
------------------

AFAIK the above should work.  Setting "foo = A" also doesn't work.  I
have no idea how I can export variables at all other than explicitly
calling e.g. "export A".  Btw., "export(A)" doesn't work either, but
seems to be accepted coded.  "export $(foo)" gives a syntax error
(misplaced expression).

Am I missing anything here?

Regards,
Markus

-- 
Markus Mottl        http://www.ocaml.info        markus.mottl at gmail.com


More information about the Omake mailing list