Re: vibe.d problem

2014-11-18 Thread Martin Nowak via Digitalmars-d-learn
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.

Re: vibe.d problem

2014-11-18 Thread CraigDillabaugh via Digitalmars-d-learn
On Monday, 17 November 2014 at 22:02:13 UTC, låzaro via Digitalmars-d-learn wrote: Hi there folks, let me the fact talk for me lazaro@leviatan:~$ dub init aplicacion vibe.d Successfully created an empty project in '/home/lazaro/aplicacion'. lazaro@leviatan:~$ cd aplicacion/ lazaro@leviatan:~/

Re: vibe.d problem

2014-11-18 Thread CraigDillabaugh via Digitalmars-d-learn
On Tuesday, 18 November 2014 at 17:16:33 UTC, CraigDillabaugh wrote: On Monday, 17 November 2014 at 22:02:13 UTC, låzaro via Digitalmars-d-learn wrote: Error executing command run: dmd failed with exit code 1. Not sure exactly what your issue is, and am a bit rusty on Vibe/dub, but you may ha

Re: vibe.d problem

2014-11-18 Thread Etienne via Digitalmars-d-learn
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

Re: vibe.d problem

2014-11-18 Thread ketmar via Digitalmars-d-learn
On Tue, 18 Nov 2014 08:37:14 -0500 Lázaro Armando via Digitalmars-d-learn 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

Re: vibe.d problem

2014-11-18 Thread Lázaro Armando via Digitalmars-d-learn
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 > wrote: > > > Building vibe-d 0.7.20 configuration "libevent", build typ

Re: vibe.d problem

2014-11-17 Thread ketmar via Digitalmars-d-learn
On Mon, 17 Nov 2014 16:24:17 -0500 låzaro via Digitalmars-d-learn wrote: > Building vibe-d 0.7.20 configuration "libevent", build type debug. this is very old. try git HEAD instead, it should help. signature.asc Description: PGP signature

vibe.d problem

2014-11-17 Thread låzaro via Digitalmars-d-learn
Hi there folks, let me the fact talk for me lazaro@leviatan:~$ dub init aplicacion vibe.d Successfully created an empty project in '/home/lazaro/aplicacion'. lazaro@leviatan:~$ cd aplicacion/ lazaro@leviatan:~/aplicacion$ dub run Building vibe-d 0.7.20 configuration "libevent", build type debug.