dsss net install tango

Graham MacDonald grahamamacdonald at gmail.com
Sun Jul 22 10:15:07 PDT 2007


Sean Kelly wrote:
> You must be using OSX.  And I suppose you're also the first OSX user to 
> try compiling the Semaphore module :-)  It's fixed in the SVN trunk now, 
> and it will be in tomorrow's snapshot as well.

Ok, thanks.  I installed it now, seemingly without any errors.  If I 
take the most simple tango app:

import  tango.io.Console;

void	main()
{
    Cout("Hello, World").newline;
}


and build it with 'gdc d.d', I get:

d.d:1: module Console cannot read file 'tango/io/Console.d'

Should I be passing any additional arguments into gdc?  I'm sure I'll 
need to link the usual libs, but I haven't got to that stage yet :-)

graham



More information about the Digitalmars-d-announce mailing list