gtkD doesn't compile on windows

simendsjo simendsjo at gmail.com
Tue Jul 19 06:40:41 PDT 2011


On 19.07.2011 15:29, Trass3r wrote:
> I built the fourth example
> (http://dsource.org/projects/gtkd/wiki/CodeExamples) using rdmd and it
> worked fine (regarding gtkD).
> (svn version of gtkD)
>
> There's a rdmd bug though. 'rdmd --build-only --chatty
> -I~/coding/gtkD/src/ -L-ldl test.d'
> doesn't directly work cause the .rsp file contains 'dmd'.
> But if you execute the command inside the .rsp it builds without problems.

What is the command line?
rdmd segfaults on me using this:

c:\temp>rdmd --build-only --chatty -I\d\ext\gtkd\src t.d
dmd -I\d\ext\gtkd\src -v -o- "t.d" -I"." >t.d.deps


More information about the Digitalmars-d-learn mailing list