On 8/16/2010 7:27 AM, Stef Mientki wrote: > thanks, > Stef Mientki Seems that building arac on Windows is not currently supported. From the SConstruct file: if sys.platform == 'darwin': ... elif sys.platform == 'linux2': ... else: raise SystemExit("Cannot build on %s." % sys.platform) -- Christoph