You're first stop on these sorts of questions should likely be the auto-tester... it's green, so it's a problem on your end almost guaranteed.
On Wed, 4 May 2011, Walter Bright wrote: > Phobos still fails to build? > > std.intrinsic has been moved. Please import core.bitop instead. > std\internal\math\biguintcore.d(1250): Error: import bsr not found > std\internal\math\biguintcore.d(1250): Error: alias > std.internal.math.biguintcore.bsr recursive alia > s declaration > > On 5/4/2011 7:48 AM, [email protected] wrote: > > Branch: refs/heads/master > > Home: https://github.com/D-Programming-Language/phobos > > > > Commit: 8b2ff4c0e9b64cf0d61d031438204d0fe126a880 > > > > https://github.com/D-Programming-Language/phobos/commit/8b2ff4c0e9b64cf0d61d031438204d0fe126a880 > > Author: Don Clugston<[email protected]> > > Date: 2011-05-04 (Wed, 04 May 2011) > > > > Changed paths: > > M std/math.d > > > > Log Message: > > ----------- > > Revert "Merge pull request #24 from braddr/intrinsics." > > > > This reverts commit 8fd2c0445495058ce51922a20b0c276c507e7ee3, reversing > > changes made to d061f13d34a35a16c4d51df0ae985d1b28eb4ef9. > > > > This change exposed irrelvant DMD compiler implementation details, with no > > benefit (and also broke the build). > > > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos > _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
