Re: Mingw. Compile for arm

2013-02-11 Thread Dejan Lekic
Glap wrote: > Can I get somewhere gdc for build arm programs? > > Thank you. Question is - is there a MinGW GCC cross-compiler toolchain that can target ARM? If so, rebuild it with D enabled and you may succeed. -- Dejan Lekic dejan.lekic (a) gmail.com http://dejan.lekic.org

Re: weird bug with nested functions:

2013-02-11 Thread Iain Buclaw
On 10 February 2013 09:05, Johannes Pfau wrote: > Am Fri, 8 Feb 2013 14:05:24 +0100 > schrieb Johannes Pfau : > > > https://gist.github.com/jpf91/4738922 > > > > OK, found it and found a fix. As a result functions in nested structs > can now also have static chains. > > With my changes it's possi