Re: GDC and Tango problem

2009-12-30 Thread Michael P.
revcompgeek Wrote: > On 12/27/09 9:52 AM, Michael P. wrote: > > revcompg...@gmail.com Wrote: > > > >> So I tried building Tango trunk a while ago, and it actually built > >> surprisingly well, with only one small error I was able to fix. So I > >> installed the tango library and proceeded to test

Re: GDC and Tango problem

2009-12-30 Thread revcompgeek
On 12/27/09 9:52 AM, Michael P. wrote: revcompg...@gmail.com Wrote: So I tried building Tango trunk a while ago, and it actually built surprisingly well, with only one small error I was able to fix. So I installed the tango library and proceeded to test if tango was really working. So in hello.

Re: GDC and Tango problem

2009-12-30 Thread Michael P.
revcompg...@gmail.com Wrote: > So I tried building Tango trunk a while ago, and it actually built > surprisingly well, with only one small error I was able to fix. So I > installed the tango library and proceeded to test if tango was really > working. So in hello.d: > > import tango.io.Stdout;

GDC and Tango problem

2009-12-30 Thread revcompgeek
So I tried building Tango trunk a while ago, and it actually built surprisingly well, with only one small error I was able to fix. So I installed the tango library and proceeded to test if tango was really working. So in hello.d: import tango.io.Stdout; void main(){ Stdout("Hello {}!","World")