Hello Andrej,
On 4/23/2012 12:02 PM, Andrej Mitrovic wrote:
Hey Daniel,
I've tried your new mingw-gdc repository but I've had some patching failures:
$ hg qclone https://bitbucket.org/venix1/mingw-gdc
$ cd mingw-gdc
$ hg qpush -a
The new steps are(roughly):
# Requires hg-git
hg clone git://
On Monday, 23 April 2012 at 23:30:31 UTC, Ed McCardell wrote:
I've built gtkD as a static library using gdc, but whenever I
try to link libgtkd.a into another program, I get dozens of
errors like
/path/to/libgtkd.a(HScrollbar.o)(.data+0x80)undefined reference
to `t.0'
I'm using the late