Release DUB 0.9.25, new logo and updated website design

Russel Winder via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon May 23 08:05:54 PDT 2016


On Mon, 2016-05-23 at 15:19 +0200, Sönke Ludwig via Digitalmars-d-
announce wrote:
> 
[…]
> Online docs are still on the TODO list, but you can do
> 
>      dub fetch dub
>      dub run dub -b ddox
> 
> And it will start up a local HTTP server on http://127.0.0.1:8080/
> with 
> the API documentation.

OK will go with that… did nots of downloading and other stuff and then:

    …
    Linking...
    /usr/bin/ld: cannot find -levent
    /usr/bin/ld: cannot find -levent_pthreads
    collect2: error: ld returned 1 exit status
    --- errorlevel 1
    dmd failed with exit code 1.

It seems that there is a dependency that is not being checked at the
start of processing.

Clearly installing libevent-dev (on Debian Sid) cures the problem, but
I would have expected a build system to check requirements such as this
very early on.


-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20160523/2254e83b/attachment.sig>


More information about the Digitalmars-d-announce mailing list