www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dmd on centos 6.6

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
Hi folks,


I just cloned the latest dmd from github on a Centos 6.6 machine. It has 
a dmd 2.065 installed.

Cloning and building dmd succeeded, then so did druntime. Then after I 
cloned Phobos I got:

std/math.d(2759): Error: number '0x1p-1024' is not representable
std/math.d(2762): Error: number '0x1p-1024' is not representable
std/math.d(2765): Error: number '0x1p-1024' is not representable
std/math.d(2770): Error: number '0x1p-128f' is not representable
std/math.d(2773): Error: number '0x1p-128f' is not representable
std/math.d(2776): Error: number '0x1p-128f' is not representable

Does anyone know what could be happening?


Thanks,

Andrei
May 20 2015
parent "weaselcat" <weaselcat gmail.com> writes:
On Thursday, 21 May 2015 at 02:23:55 UTC, Andrei Alexandrescu 
wrote:
 Hi folks,


 I just cloned the latest dmd from github on a Centos 6.6 
 machine. It has a dmd 2.065 installed.

 Cloning and building dmd succeeded, then so did druntime. Then 
 after I cloned Phobos I got:

 std/math.d(2759): Error: number '0x1p-1024' is not representable
 std/math.d(2762): Error: number '0x1p-1024' is not representable
 std/math.d(2765): Error: number '0x1p-1024' is not representable
 std/math.d(2770): Error: number '0x1p-128f' is not representable
 std/math.d(2773): Error: number '0x1p-128f' is not representable
 std/math.d(2776): Error: number '0x1p-128f' is not representable

 Does anyone know what could be happening?


 Thanks,

 Andrei
http://forum.dlang.org/thread/fbkyfjfofwaoitaxdply forum.dlang.org
May 20 2015