Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2000 22:21:37 +0300 (MSK)
From:      Alexey Koptsevich <ak@astro.ioffe.rssi.ru>
To:        freebsd-questions@freebsd.org
Subject:   midnight commander internal editor
Message-ID:  <Pine.BSF.4.21.0002111518550.63224-100000@astro.ioffe.rssi.ru>

next in thread | raw e-mail | index | archive | help

Ladies and Gentlemen,

I would like to compile mc from port with internal editor enabled.
I commented out the flag "--without-edit" in its Makefile, but make issues
the following error:


cc  -o mc dir.o util.o screen.o dialog.o key.o keyxdef.o menu.o file.o
win.o color.o help.o find.o profile.o user.o view.o ext.o mouse.o setup.o
dlg.o option.o tree.o widget.o chmod.o mad.o wtools.o info.o
cons.handler.o chown.o subshell.o terms.o boxes.o hotlist.o achown.o
layout.o fsusage.o mountlist.o  regex.o complete.o slint.o command.o cmd.o
main.o panelize.o learn.o listmode.o utilunix.o background.o rxvt.o text.o
popt.o findme.o poptparse.o poptconfig.o popthelp.o filegui.o filenot.o
fileopctx.o treestore.o -L../vfs -L../slang -L../edit -lvfs-mc  -ledit
-lintl -L/usr/local/lib -L/usr/local/lib -lglib12 -lncurses -lmytinfo      
../edit/libedit.a(edit.o): In function `edit_execute_cmd':
edit.o(.text+0x44f3): undefined reference to `edit_check_spelling'
edit.o(.text+0x452a): undefined reference to `edit_check_spelling'
gmake[1]: *** [mc] Error 1
gmake[1]: Leaving directory `/usr/ports/misc/mc/work/mc-4.5.40/src'
gmake[1]: Entering directory `/usr/ports/misc/mc/work/mc-4.5.40/syntax'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/misc/mc/work/mc-4.5.40/syntax'
gmake[1]: Entering directory `/usr/ports/misc/mc/work/mc-4.5.40/po'
file=./`echo zh_TW.Big5 | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH /usr/local/bin/msgfmt -o $file
zh_TW.Big5.po
gmake[1]: Leaving directory `/usr/ports/misc/mc/work/mc-4.5.40/po'

 
Really I do not need in spell-checker, but need in only internal
editor. Now I use the old version 4.1.35 that was compiled easily two
years ago with internal editor support. Would be grateful for any advice
how to compile it with internal editor.


Thanks,
Alexey








To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0002111518550.63224-100000>