October 17, 2012
On Wednesday, 17 October 2012 at 18:38:25 UTC, DypthroposTheImposter wrote:
>  I guess D doesn't support unique_ptr like behavior, humm.. I like this in C++, is it possible in D?

http://dlang.org/phobos/std_typecons.html#Unique
?
October 18, 2012
On Wednesday, 17 October 2012 at 17:14:59 UTC, Michael wrote:
> I can't compile even hello world on both Win 7 and Win XP.
>
> rust 0.4, latest mingw.

Try it out in Linux. Windows support is still shaky due to LLVM, which also has Windows issues.

If you check Rust mailing list there are a few posts about not so good Windows support.

I had to endure the same thing with Go, as Go team only cared about Linux & Mac OS X, leaving any other operating system support to the community.

--
Paulo
October 18, 2012
On 17/10/2012 18:14, Michael wrote:
> I can't compile even hello world on both Win 7 and Win XP.
>
> rust 0.4, latest mingw.

The announcement seems to suggest you might need an older mingw:
https://mail.mozilla.org/pipermail/rust-dev/2012-October/002489.html

Also if you had 0.3 you need to uninstall it before installing 0.4.
October 18, 2012
> The announcement seems to suggest you might need an older mingw:
> https://mail.mozilla.org/pipermail/rust-dev/2012-October/002489.html
>
> Also if you had 0.3 you need to uninstall it before installing 0.4.

Yes. I read it. It is annoying.

1 2
Next ›   Last »