Unfortunately, my attempt to build GDC on my CubieBoard2 failed.

However, I decided to change the line slightly, in order to find out exactly what's going wrong...


src/start.d:46:12: error: mismatched array lengths, 0 and 3
     uint[4]message=[2,cast(uint)"hello\r\n".ptr,7];
            ^
make: *** [output/src/start.o] Error 1

This means that the arry on the right hand side is actually parsed correctly.
It seems that the number [3] or [4] is parsed/read as zero ??

Reply via email to