dsss net install tango
Sean Kelly
sean at f4.ca
Sun Jul 22 10:23:53 PDT 2007
Graham MacDonald wrote:
> 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 :-)
I think that's all you should need to do, but Gregor would know best how
the install process works. It sounds to me like the header files aren't
being published to the proper location.
Sean
More information about the Digitalmars-d-announce
mailing list