[phobos] std.all

Andrei Alexandrescu andrei at erdani.com
Tue Jun 8 13:16:52 PDT 2010


Looking good. I've fixed phobos.mak as well. std.all is working smoothly 
now.

If we decide to keep it, we need to decide how to generate it on 
windows. I'd be very happy with an overhaul of win32.mak. It doesn't scale.


Andrei

On 06/08/2010 02:26 PM, Don Clugston wrote:
> Done.
>
> On 8 June 2010 20:48, Adam Ruppe<destructionator at gmail.com>  wrote:
>> On 6/8/10, Andrei Alexandrescu<andrei at erdani.com>  wrote:
>>> Recently there seems to be a problem with BigInt. Trying to add std.all
>>> to the Phobos build yields the bizarre error:
>>>
>>> std/all.d(7): Error: module bigint from file std/bigint.d conflicts with
>>> another module bigint from file std/bigint.d
>>
>> I saw this error message on my code yesterday. Try changing the line:
>>
>> module bigint;
>>
>> To
>>
>> module std.bigint;
>> _______________________________________________
>> phobos mailing list
>> phobos at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/phobos
>>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos


More information about the phobos mailing list