gtkD doesn't compile on windows

simendsjo simendsjo at gmail.com
Tue Jul 19 07:12:33 PDT 2011


On 19.07.2011 15:53, Trass3r wrote:
>> 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
>
> dmd -I~/coding/gtkD/src/ -L-ldl -v -o- 'test.d' -I'.' >test.d.deps
> dmd '@/tmp/.rdmd/rdmd.6FC1F920EA8D2136FC5ECC4E5ED4404A.rsp'
>
> with rsp containing:
(...)

So your command line is simply "rdmd --build-only --chatty 
-I\d\ext\gtkd\src -L-ldl t.d"?
rdmd calls "dmd -I\d\ext\gtkd\src -L-ldl -v -o- "t.d" -I"." >t.d.deps", 
and then segfaults (win7x64).


More information about the Digitalmars-d-learn mailing list