Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Haskell-cafe] problem with editline install

2 views
Skip to first unread message

Andrew U. Frank

unread,
Dec 25, 2009, 5:17:55 AM12/25/09
to haskell-cafe
i tried to install editline (because i wanted to install djinn, which depends
on it):
with cabal install and with downloading and runghc Setup.lhs configure
i got the same error:

checking for completion_matches... no
configure: error: editline not found, so this package cannot be built
See `config.log' for more details.


in the log i did not see anything helpful (at my level of understanding).
i could then install with synaptic because a deb package existed for ubuntu).

what did i wrong? thanks for helpful comments

andrew

ps. in this case a wiki would have been helpful. it would have been a less
intruding form to communicate than sending an email to the developer.
especially in the case i assume i made some error.
_______________________________________________
Haskell-Cafe mailing list
Haskel...@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Judah Jacobson

unread,
Dec 25, 2009, 12:53:57 PM12/25/09
to Andrew U. Frank, haskell-cafe
On Fri, Dec 25, 2009 at 2:17 AM, Andrew U. Frank
<fr...@geoinfo.tuwien.ac.at> wrote:
> i tried to install editline (because i wanted to install djinn, which depends
> on it):
> with cabal install and with downloading and runghc Setup.lhs configure
> i got the same error:
>
> checking for completion_matches... no
> configure: error: editline not found, so this package cannot be built
> See `config.log' for more details.
>
>
> in the log i did not see anything helpful (at my level of understanding).
> i could then install with synaptic because a deb package existed for ubuntu).
>
> what did i wrong? thanks for helpful comments

You probably need to install the Ubuntu libedit-dev package, which
contains the necessary C headers. Note that's different than the
libeditline-dev package, which is an old version of the library
missing some important features.

Best,
-Judah

Ivan Lazar Miljenovic

unread,
Dec 25, 2009, 3:24:51 PM12/25/09
to Andrew U. Frank, haskell-cafe
"Andrew U. Frank" <fr...@geoinfo.tuwien.ac.at> writes:
> checking for completion_matches... no
> configure: error: editline not found, so this package cannot be built
> See `config.log' for more details.
>

Do you have the editline (sometimes also called libedit) C library installed?
--
Ivan Lazar Miljenovic
Ivan.Mi...@gmail.com
IvanMiljenovic.wordpress.com

0 new messages