On 20.07.2011 11:52, Kagamin wrote:
Trass3r Wrote:
Yep. See thread 'gtkD doesn't compile on windows' in D.learn.
"
If I compile rdmd (with my patch, haven't tried the original) without
-g, it crashes when trying to compile anything...
Does this also happen if you compile it with -g and then run cv2pdb on
it?
I cannot compile anything without first compiling rdmd with -g.
Compiling rdmd with -g and running cv2pdb on it works.
It fails on the return statement in getDependencies.
It never gets to the line after getDependencies in main.
May be, it's an exception while getting symbols? Try to disable strack trace
generation.
Not sure I understand what you mean.. Isn't stack trace enabled with -g?