Error by building druntime

Namespace rswhite4 at googlemail.com
Tue Jan 22 03:23:28 PST 2013


Hey, me again.
I cloned dmd from git head and try to build it with: make 
-fwin32.mak release
But I get these errors:

dmc -c -Ibackend;tk  -DMARS -cpp -D -g -DUNITTEST -e -wx 
-DDM_TARGET_CPU_X86=1 -
I. backend\cgelem
         elerr,
              ^
elxxx.c(3) : Error: need explicit cast to convert
from: elem*(*C func)(elem*,unsigned )
to  : elem*(*C func)(elem*)
         eladd,
              ^
elxxx.c(4) : Error: need explicit cast to convert
from: elem*(*C func)(elem*,unsigned )
to  : elem*(*C func)(elem*)
         elmin,
              ^
elxxx.c(5) : Error: need explicit cast to convert
from: elem*(*C func)(elem*,unsigned )
to  : elem*(*C func)(elem*)
         elmul,
              ^
elxxx.c(6) : Error: need explicit cast to convert
from: elem*(*C func)(elem*,unsigned )
to  : elem*(*C func)(elem*)
         eldiv,
              ^
elxxx.c(7) : Error: need explicit cast to convert
Fatal error: too many errors
--- errorlevel 1

--- errorlevel 1

--- errorlevel 1

I see them for the first time, so can someone explain me what is 
going on there? o.O


More information about the Digitalmars-d-learn mailing list