Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2009 11:55:25 +0200
From:      "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
To:        Dima Panov <fluffy@fluffy.khv.ru>
Cc:        fjoe@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: configure failed on misc/mc
Message-ID:  <20091215115525.778d9f39@tiger.minsk.domain>
In-Reply-To: <200912151927.52138.fluffy@fluffy.khv.ru>
References:  <20091215110430.56ffc19b@notebook> <200912151927.52138.fluffy@fluffy.khv.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Dec 2009 19:27:51 +1000
Dima Panov <fluffy@fluffy.khv.ru> wrote:

DP> On Tuesday 15 December 2009 19:04:30 Sergey V. Dyatko wrote:
DP> > Hi,
DP> > 
DP> > I have same error as
DP> > http://forums.freebsd.org/showthread.php?p=55865 on my laptop,
DP> > but on my desktop mc-4.7.0-pre4 build and works fine.
DP> > 
DP> > desktop# make showconfig
DP> > ===> The following configuration options are available for
DP> > mc-4.7.0pre4: SLANG=on "Build with SLang library"
DP> >      ICONV=on "Build with iconv recoding"
DP> >      NLS=on "Build with NLS support"
DP> >      EDIT=on "Build with internal editor"
DP> >      X11=on "Build with X11 library"
DP> >      SUBSHELL=on "Build with subshell support"
DP> >      SAMBA=off "Build with Samba support"
DP> > ===> Use 'make config' to modify these settings
DP> > 
DP> > On laptop I have same config
DP> > 
DP> > config.log:
DP> > http://tiger.ipfw.ru/files/config.log
DP> > 
DP> 
DP> Index:
DP> Makefile
DP> ===================================================================
DP> RCS file: /home/ncvs/ports/misc/mc/Makefile,v retrieving revision
DP> 1.120 diff -u -r1.120
DP> Makefile --- Makefile    14 Dec 2009 18:54:05 -0000      1.120
DP> +++ Makefile    15 Dec 2009 09:26:38 -0000
DP> @@ -76,6 +76,7 @@
DP>  .if defined(WITH_UTF8)
DP>  LIB_DEPENDS+=  slang.2:${PORTSDIR}/devel/libslang2
DP>  CONFIGURE_ARGS+=--with-screen=slang
DP> +CONFIGURE_ENV+=        LDFLAGS=-L${LOCALBASE}/lib
DP> CFLAGS+=-I${LOCALBASE}/include .elif !defined(WITH_SLANG) &&
DP> (defined(WITHOUT_SLANG) || defined(MINIMAL))
DP> CONFIGURE_ARGS+=--with-screen=ncurses .else
DP> 

same error.

--
wbr, tiger



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091215115525.778d9f39>