Re: LDC 1.0.0-beta1 has been released! Please help testing!

2016-05-09 Thread Kai Nacke via Digitalmars-d-announce

On Monday, 9 May 2016 at 07:31:39 UTC, Guillaume Chatelet wrote:

On Monday, 25 April 2016 at 06:42:02 UTC, Kai Nacke wrote:

Hi everyone,

LDC 1.0.0-beta1, the LLVM-based D compiler, is available for 
download!
This BETA release is based on the 2.070.2 frontend and 
standard library and supports LLVM 3.5-3.8.


The 1.0 release will be a major milestone. Please help testing 
to make it the best release ever!
We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM 
(armv7hf). :-)


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/bwrnvztwkzhhwhzsk...@forum.dlang.org

Regards,
Kai


Why does it requires libconfig.so.8? Could you static link it?


It's a bug. See https://github.com/ldc-developers/ldc/issues/1460.
(Hopefully fixed now.)

Regards,
Kai



Re: LDC 1.0.0-beta1 has been released! Please help testing!

2016-05-09 Thread Rory McGuire via Digitalmars-d-announce
>From the github issue it appears it was just a issue with the build script.

On Mon, May 9, 2016 at 9:31 AM, Guillaume Chatelet via
Digitalmars-d-announce  wrote:
> On Monday, 25 April 2016 at 06:42:02 UTC, Kai Nacke wrote:
>>
>> Hi everyone,
>>
>> LDC 1.0.0-beta1, the LLVM-based D compiler, is available for download!
>> This BETA release is based on the 2.070.2 frontend and standard library
>> and supports LLVM 3.5-3.8.
>>
>> The 1.0 release will be a major milestone. Please help testing to make it
>> the best release ever!
>> We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf).
>> :-)
>>
>> As usual, you can find links to the changelog and the binary packages over
>> at digitalmars.D.ldc:
>> http://forum.dlang.org/post/bwrnvztwkzhhwhzsk...@forum.dlang.org
>>
>> Regards,
>> Kai
>
>
> Why does it requires libconfig.so.8? Could you static link it?


Re: LDC 1.0.0-beta1 has been released! Please help testing!

2016-05-09 Thread Guillaume Chatelet via Digitalmars-d-announce

On Monday, 25 April 2016 at 06:42:02 UTC, Kai Nacke wrote:

Hi everyone,

LDC 1.0.0-beta1, the LLVM-based D compiler, is available for 
download!
This BETA release is based on the 2.070.2 frontend and standard 
library and supports LLVM 3.5-3.8.


The 1.0 release will be a major milestone. Please help testing 
to make it the best release ever!
We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM 
(armv7hf). :-)


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/bwrnvztwkzhhwhzsk...@forum.dlang.org

Regards,
Kai


Why does it requires libconfig.so.8? Could you static link it?


Re: LDC 1.0.0-beta1 has been released! Please help testing!

2016-04-27 Thread Seb via Digitalmars-d-announce

On Wednesday, 27 April 2016 at 08:48:48 UTC, Sönke Ludwig wrote:

Am 25.04.2016 um 08:42 schrieb Kai Nacke:

Hi everyone,

LDC 1.0.0-beta1, the LLVM-based D compiler, is available for 
download!
This BETA release is based on the 2.070.2 frontend and 
standard library

and supports LLVM 3.5-3.8.

The 1.0 release will be a major milestone. Please help testing 
to make

it the best release ever!
We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM 
(armv7hf).

:-)

As usual, you can find links to the changelog and the binary 
packages

over at digitalmars.D.ldc:
http://forum.dlang.org/post/bwrnvztwkzhhwhzsk...@forum.dlang.org

Regards,
Kai



Just tried and now fails to find "libconfig.so.8" on Travis-CI 
(worked for alpha1):


https://travis-ci.org/rejectedsoftware/vibe.d/jobs/126048861


See:

https://github.com/ldc-developers/ldc/issues/1460
https://github.com/travis-ci/travis-ci/issues/5952


Re: LDC 1.0.0-beta1 has been released! Please help testing!

2016-04-27 Thread Sönke Ludwig via Digitalmars-d-announce

Am 25.04.2016 um 08:42 schrieb Kai Nacke:

Hi everyone,

LDC 1.0.0-beta1, the LLVM-based D compiler, is available for download!
This BETA release is based on the 2.070.2 frontend and standard library
and supports LLVM 3.5-3.8.

The 1.0 release will be a major milestone. Please help testing to make
it the best release ever!
We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf).
:-)

As usual, you can find links to the changelog and the binary packages
over at digitalmars.D.ldc:
http://forum.dlang.org/post/bwrnvztwkzhhwhzsk...@forum.dlang.org

Regards,
Kai



Just tried and now fails to find "libconfig.so.8" on Travis-CI (worked 
for alpha1):


https://travis-ci.org/rejectedsoftware/vibe.d/jobs/126048861



Re: LDC 1.0.0-beta1 has been released! Please help testing!

2016-04-26 Thread Brian Schott via Digitalmars-d-announce

On Monday, 25 April 2016 at 06:42:02 UTC, Kai Nacke wrote:
LDC 1.0.0-beta1, the LLVM-based D compiler, is available for 
download!


Using a recent build of LDC I was able to build EMSI's core data 
processing library and get it to pass all of its tests.


It also seems to handle DCD and D-Scanner correctly now.


Re: LDC 1.0.0-beta1 has been released! Please help testing!

2016-04-25 Thread Dan Olson via Digitalmars-d-announce
Kai Nacke  writes:

> Hi everyone,
>
> LDC 1.0.0-beta1, the LLVM-based D compiler, is available for download!
> This BETA release is based on the 2.070.2 frontend and standard
> library and supports LLVM 3.5-3.8.
>
> The 1.0 release will be a major milestone. Please help testing to make
> it the best release ever!
> We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM
> (armv7hf). :-)
>
> As usual, you can find links to the changelog and the binary packages
> over at digitalmars.D.ldc:
> http://forum.dlang.org/post/bwrnvztwkzhhwhzsk...@forum.dlang.org
>
> Regards,
> Kai

Just a note for Pi 2 and 3 owners running Raspian.  Even though Raspian
defaults to armv6, the LDC 1.0.0-beta1 binary for armv7 can be used with
a little symlinking:

$ cd /usr/lib/arm-linux-gnueabihf/
$ ln -s libedit.so libedit.so.0

LDC works great for Pi 1 too, but being armv6, Pi 1 owners will need to
bootstrap by downloading and building ldc ltsmaster branch (C++
version).  I suppose at some point, Raspian will have this version of
LDC available with apt-get.
--
Dan



LDC 1.0.0-beta1 has been released! Please help testing!

2016-04-24 Thread Kai Nacke via Digitalmars-d-announce

Hi everyone,

LDC 1.0.0-beta1, the LLVM-based D compiler, is available for 
download!
This BETA release is based on the 2.070.2 frontend and standard 
library and supports LLVM 3.5-3.8.


The 1.0 release will be a major milestone. Please help testing to 
make it the best release ever!
We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM 
(armv7hf). :-)


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/bwrnvztwkzhhwhzsk...@forum.dlang.org

Regards,
Kai