digitalmars.D - dmd on centos 6.6
- Andrei Alexandrescu (14/14) May 20 2015 Hi folks,
- weaselcat (3/17) May 20 2015 http://forum.dlang.org/thread/fbkyfjfofwaoitaxdply@forum.dlang.org
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
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, Andreihttp://forum.dlang.org/thread/fbkyfjfofwaoitaxdply forum.dlang.org
May 20 2015