On Tuesday, 11 October 2016 at 07:29:00 UTC, Sönke Ludwig wrote:
Am 09.10.2016 um 14:32 schrieb Kai Nacke:
Hi everyone,
LDC 1.1.0-beta3, the LLVM-based D compiler, is available for
download!
This BETA release is based on the 2.071.2 frontend and
standard library
and supports LLVM 3.5-3.9.
We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64,
Linux/ARM
(armv7hf), now bundled with DUB. :-)
As usual, you can find links to the changelog and the binary
packages
over at digitalmars.D.ldc:
http://forum.dlang.org/post/[email protected]
Regards,
Kai
Just noticed that the release binaries are missing from
https://github.com/ldc-developers/ldc/releases/tag/v1.1.0-beta3
This means that the beta currently cannot be tested with
TravisCI (wanted to test a DUB related regression fix).
I had this problem with `beta3` when compiling a vibe.d project.
Performing "release" build using /D/ldc2-1.1.0-beta3/bin/ldc2 for
x86_64.
vibe-d:utils 0.7.30-rc.1: building configuration "library"...
Error: failed to create path to file:
.dub/obj/../../.dub/packages/vibe-d-0.7.30-rc.1/vibe-d/.dub/build/library-release-linux.posix-x86_64-ldc_0-2530BD99F72930F46E92BF1D555FBB9A/libvibe-d_utils.a
No such file or directory
I went back to `beta2` and it worked.