November 24, 2010
When trying to compile the trunk on OSX, I get:

std/stdio.d(550): Error: static assert  (4u == 8u) is false

which is yet another salvo in the endless war against the 32-bit offset issue in files.

Any idea on how to fix this?


Andrei
November 25, 2010
Have you been able to solve this? I don't get that error, just checked out the trunk and compiled.

On 25 nov 2010, at 01:03, Andrei Alexandrescu wrote:

> When trying to compile the trunk on OSX, I get:
> 
> std/stdio.d(550): Error: static assert  (4u == 8u) is false
> 
> which is yet another salvo in the endless war against the 32-bit offset issue in files.
> 
> Any idea on how to fix this?
> 
> 
> Andrei
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos

-- 
/Jacob Carlborg