On Sun, Sep 01, 2013 at 20:24:34 +0200, gi...@swipnet.se wrote:
> Hi
> 
> I've gone from openindiana to omnios and it works really well.
> I do, however, miss lftp. When i try to compile it i get the following
> when i run ./configure:
> 
> checking term.h presence... yes
> configure: WARNING: term.h: present but cannot be compiled
> configure: WARNING: term.h:     check for missing prerequisite headers?
> configure: WARNING: term.h: see the Autoconf documentation
> configure: WARNING: term.h:     section "Present But Cannot Be Compiled"
> configure: WARNING: term.h: proceeding with the compiler's result
> configure: WARNING:     ## ------------------------------------ ##
> configure: WARNING:     ## Report this to lftp-b...@lftp.yar.ru ##
> configure: WARNING:     ## ------------------------------------ ##
> checking for term.h... no

That's the least of your problems, actually. ISTR trying to build
lftp and running into gnarly C++ issues. For that error you'll
probably need to be careful about the 32/64-bitness of headers
and whether you're using /usr/include/term.h or
/usr/include/ncurses/term.h (you want the latter, most likely).
ncurses is a little weird as-packaged.

-- 
Chris Nehren
_______________________________________________
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss

Reply via email to