Thread overview
Bleeding edge
Mar 16, 2015
Russel Winder
Mar 16, 2015
Kai Nacke
Mar 16, 2015
Russel Winder
Mar 30, 2015
Kai Nacke
Mar 30, 2015
Dan Olson
Mar 30, 2015
Russel Winder
Mar 31, 2015
Russel Winder
March 16, 2015
Hi,

Is the bleeding edge currently master or merge-2.067 ?

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


March 16, 2015
On Monday, 16 March 2015 at 11:03:15 UTC, Russel Winder wrote:
> Hi,
>
> Is the bleeding edge currently master or merge-2.067 ?

Depends on how much blood you like to spent: the compiler from merge-2.067 is currently not able to link & run an application.

I think you want to use master. :-)

Regards,
Kai
March 16, 2015
On Mon, 2015-03-16 at 17:43 +0000, Kai Nacke via digitalmars-d-ldc
wrote:
[…]
> Depends on how much blood you like to spent: the compiler from merge-2.067 is currently not able to link & run an application.

I checked out the branch and everything compiled and installed just fine. It even build executably all my hello world programs (most of which involve GtkD. It does sort of fail on DCD and Dfmt though.

> I think you want to use master. :-)

OK, I will take on board the words of the wise.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


March 30, 2015
On Monday, 16 March 2015 at 17:43:03 UTC, Kai Nacke wrote:
> On Monday, 16 March 2015 at 11:03:15 UTC, Russel Winder wrote:
>> Hi,
>>
>> Is the bleeding edge currently master or merge-2.067 ?
>
> Depends on how much blood you like to spent: the compiler from merge-2.067 is currently not able to link & run an application.
>
> I think you want to use master. :-)
>
> Regards,
> Kai

Hi,

the merge-2.067 branch is now in a better state. It compiles on Linux, FreeBSD and Solaris. There are still unit tests failures but everybody who want help is encouraged to try a build with this branch.

Regards,
Kai
March 30, 2015
"Kai Nacke" <kai@redstar.de> writes:
> the merge-2.067 branch is now in a better state. It compiles on Linux, FreeBSD and Solaris. There are still unit tests failures but everybody who want help is encouraged to try a build with this branch.

It compiles on OS X too.
March 30, 2015
On Mon, 2015-03-30 at 05:43 +0000, Kai Nacke via digitalmars-d-ldc wrote:
> On Monday, 16 March 2015 at 17:43:03 UTC, Kai Nacke wrote:
> > On Monday, 16 March 2015 at 11:03:15 UTC, Russel Winder wrote:
> > > Hi,
> > > 
> > > Is the bleeding edge currently master or merge-2.067 ?
> > 
> > Depends on how much blood you like to spent: the compiler from merge-2.067 is currently not able to link & run an application.
> > 
> > I think you want to use master. :-)
> > 
> > Regards,
> > Kai
> 
> Hi,
> 
> the merge-2.067 branch is now in a better state. It compiles on Linux, FreeBSD and Solaris. There are still unit tests failures but everybody who want help is encouraged to try a build with this branch.
> 
> Regards,
> Kai

I rebuilt LDC from this branch on Fedora Rawhide (GCC 5.0) and it built and installed fine. Moreover it built GtkD (master/HEAD) just fine, and my trivial little Gtk applications compile and run (well after I fixed the source code due to a change in GtkD).

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


March 31, 2015
On Mon, 2015-03-30 at 18:00 +0100, Russel Winder wrote:

> I rebuilt LDC from this branch on Fedora Rawhide (GCC 5.0) and it built and installed fine. Moreover it built GtkD (master/HEAD) just fine, and my trivial little Gtk applications compile and run (well after I fixed the source code due to a change in GtkD).

DCD and Dfmt compile fine with this version of LDC on both Debian Sid LLVM 3.6 and Fedora Rawhide LLVM 3.5.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder