FreeBSD a2451 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Sat Jul 17 14:19:59 PDT 2010 root@build8x64.pcbsd.org:/usr/obj/usr/pcbsd-build81/fbsd-source/8.1/sys/PCBSD amd64
When compiling import the following errors are encountered.
src/core/stdc/math.d(494): Error: function core.stdc.math.frexp (double value, int* exp) is not callable using argument types (const(real),const(int*))
src/core/stdc/math.d(494): Error: cannot implicitly convert expression (exp) of type const(int*) to int*
src/core/stdc/math.d(515): Error: function core.stdc.math.remquo (double x, double y, int* quo) is not callable using argument types (const(real),const(real),const(int*))
src/core/stdc/math.d(515): Error: cannot implicitly convert expression (quo) of type const(int*) to int*
gmake: *** [import/core/stdc/math.di] Error 1