Forum Navigation
"Unsupported Environment"
Moderators:
kris
Posted: 04/17/07 20:29:41So I've spent the better part of a day trying to figure this out, and at this point I should really ask for help:
I've been trying to install tango. I've tried manual, scripts, and manual from source, but the furthest I've gotten at any of these methods is this error whenever I call tango in the code:
$ gdc tangoTest.d Unsupported environment; neither Win32 or Posix is declared /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../include/d/4.1.2/tango/sys/Common.d:79: static assert (0) is falseI guess my question is, how do I get this to understand I'm using a posix environment? ( ArchLinux 2.6.20.6 )
Thanks.
Author Message
Posted: 04/18/07 23:27:05on Posix systems, you need to specify -version=Posix












