DSSS, Dsource, and cpan
Anders F Björklund
afb at algonet.se
Wed Apr 11 10:46:41 PDT 2007
Gregor Richards wrote:
> I have a testing framework which checks whether dsss-net-installable
> tools succeed across all the systems I can x-compile to, with results
> posted at http://dsss.codu.org/results.html (I'm still working out some
> kinks, so there are false-negatives there ;) )
For wxD the problem is that it is trying to build an old release (0.08)
with a new D compiler, and fails because the implicit .ptr was removed.
So it needs to either specify the D version to be used (DMD 0.177), or
it needs to be updated to the 0.09 release. Not sure how to do either...
--anders
More information about the Digitalmars-d
mailing list