Thread overview
Re: vibe.d problem
Nov 17, 2014
ketmar
Nov 18, 2014
Lázaro Armando
Nov 18, 2014
Etienne
Nov 18, 2014
Martin Nowak
Nov 18, 2014
ketmar
November 17, 2014
On Mon, 17 Nov 2014 16:24:17 -0500
låzaro via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
wrote:

> Building vibe-d 0.7.20 configuration "libevent", build type debug.
this is very old. try git HEAD instead, it should help.


November 18, 2014
Thread name: "Re: vibe.d problem" Mail number: 2 Date: Tue, Nov 18, 2014 In reply to: DigitalmarsD learn
>
> On Mon, 17 Nov 2014 16:24:17 -0500
> låzaro via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
> wrote:
> 
> > Building vibe-d 0.7.20 configuration "libevent", build type debug.
> this is very old. try git HEAD instead, it should help.

How could I do that using dub?

November 18, 2014
On Tue, 18 Nov 2014 08:37:14 -0500
Lázaro Armando via Digitalmars-d-learn
<digitalmars-d-learn@puremagic.com> wrote:

> Thread name: "Re: vibe.d problem" Mail number: 2 Date: Tue, Nov 18, 2014 In reply to: DigitalmarsD learn
> >
> > On Mon, 17 Nov 2014 16:24:17 -0500
> > låzaro via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com>
> > wrote:
> > 
> > > Building vibe-d 0.7.20 configuration "libevent", build type debug.
> > this is very old. try git HEAD instead, it should help.
> 
> How could I do that using dub?
dunno, not using it. let's hope that some DUB user will answer.


November 18, 2014
On 2014-11-18 8:37 AM, Lázaro Armando via Digitalmars-d-learn wrote:
> How could I do that using dub?
>

You must download the most recent version of dub from http://code.dlang.org

Run the commands:

dub remove vibe-d --force-remove
dub fetch vibe-d --version=0.7.21-rc.4

The list of versions you can use is here:
https://github.com/rejectedsoftware/vibe.d/releases
November 18, 2014
On Tuesday, 18 November 2014 at 13:37:54 UTC, Lázaro Armando via Digitalmars-d-learn wrote:
> this is very old. try git HEAD instead, it should help.
>
> How could I do that using dub?

Running `dub upgrade` should be enough as a new version of vibe.d was just released.