vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vile] vile Digest, Vol 68, Issue 5


From: Thomas Dickey
Subject: Re: [vile] vile Digest, Vol 68, Issue 5
Date: Tue, 22 Nov 2011 13:26:01 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Nov 22, 2011 at 09:34:32AM -0800, ric smith wrote:
> 
> Here are the command log, plus the other log files
> 
> This was done with a recent downloaded version of vile - 9.8, on Lion 10.7.2

ah.  That's even worse than I'd assume (for Mac OS X).

>checking for reflex... no
>checking for flex... flex
>checking for yywrap in -lfl... yes
>checking lex output file root... dyld: Library not loaded: 
>/opt/local/lib/libiconv.2.dylib
>  Referenced from: /opt/local/bin/flex
>  Reason: Incompatible library version: flex requires version 8.0.0 or later, 
> but libiconv.2.dylib provides version 7.0.0
>./configure: line 3827: 84190 Done                    echo '%%
>%%'
>     84191 Trace/BPT trap: 5       | $LEX
>configure: error: cannot find output from flex; giving up

What it's saying is that whatever you've got for flex is newer or whatever
than what's in the library.  However, that has to be "new" flex since it
depends upon libiconv.  Aside from the handful of applications which use its
reentrancy option, it's generally a step backward to be involved with it.
(Even if the executable worked, you couldn't build vile reliably with it).

Rather, use reflex 

        http://invisible-island.net/reflex/

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]