www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - drepl fails because of missing lib linenoise

reply =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
drepl fails to build as

https://github.com/drepl/drepl/issues/58

Any ideas why?
Dec 08 2016
parent reply Edwin van Leeuwen <edder tkwsping.nl> writes:
On Thursday, 8 December 2016 at 12:31:01 UTC, Nordlöw wrote:
 drepl fails to build as

 https://github.com/drepl/drepl/issues/58

 Any ideas why?
Looks like you don't have liblinenoise installed. Some basic notes on how to install on linux/macosx can be found here: https://github.com/BlackEdder/todod#linenoise
Dec 08 2016
parent Seb <seb wilzba.ch> writes:
On Thursday, 8 December 2016 at 13:03:10 UTC, Edwin van Leeuwen 
wrote:
 On Thursday, 8 December 2016 at 12:31:01 UTC, Nordlöw wrote:
 drepl fails to build as

 https://github.com/drepl/drepl/issues/58

 Any ideas why?
Looks like you don't have liblinenoise installed.
... and for the record I just recompiled it with the lastest, greatest DMD and it still worked :) Btw if you also feel that DUB should have a smoother integration with C code -> https://github.com/dlang/dub/issues/852
 Some basic notes on how to install on linux/macosx can be found 
 here:
 https://github.com/BlackEdder/todod#linenoise
For ArchLinux there's also a convenient packages: https://aur.archlinux.org/packages/linenoise
Dec 08 2016