Re: Linking to static gtkd libraries

2012-04-23 Thread Marco Leise
Am Mon, 23 Apr 2012 19:30:25 -0400 schrieb Ed McCardell : > 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

Linking to static gtkd libraries

2012-04-23 Thread Ed McCardell
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 latest gdc from github, with the latest gcc snapshot, on both 32- and

Re: green's mingw-gdc

2012-04-23 Thread Andrej Mitrovic
On 4/23/12, Iain Buclaw wrote: > You probably want to use the gcc-4.x-compat branch if you are using > the sources from Github. Sorry I have the dumbs today, I didn't even download those gcc sources. I assumed qpush would do its magic and pull the sources automatically. :p

Re: green's mingw-gdc

2012-04-23 Thread Iain Buclaw
On 23 April 2012 18:10, Iain Buclaw wrote: > On 23 April 2012 18:02, 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 >> >> Errors:

Re: green's mingw-gdc

2012-04-23 Thread Iain Buclaw
On 23 April 2012 18:02, 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 > > Errors: > -

Re: green's mingw-gdc

2012-04-23 Thread Andrej Mitrovic
On 4/23/12, Andrej Mitrovic wrote: > Also thanks for linking to my DWinProg repo Or was that Ian? Well anyway it's here so thanks to whoever linked it: https://bitbucket.org/goshawk/gdc/wiki/MinGWDocumentation

green's mingw-gdc

2012-04-23 Thread Andrej Mitrovic
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 Errors: -- applying documents applying patches applying dmain