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.win...@ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to