Date: Mon, 26 May 1997 01:56:44 -0700 (PDT) From: asami@FreeBSD.ORG (Satoshi Asami) To: obrien@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/vim5beta - Imported sources Message-ID: <199705260856.BAA00935@silvia.HIP.Berkeley.EDU> In-Reply-To: <199705250259.TAA10358@freefall.freebsd.org> (obrien@FreeBSD.ORG)
index | next in thread | previous in thread | raw e-mail
* Beta version of Vim 5.0.
* Vim 5.0 beta is still under development (hasn't really reached a final beta
* stage). Until that point, I don't want to change the stable vim-4.6 port.
*
* Note that Vim5.0 has syntax coloring and Perl 5.004 support.
That's great, but it doesn't compile here.
-------
===> Installing for vim-5.0h
gcc -c -DHAVE_CONFIG_H -DUSE_GUI_MOTIF -DFUNCPROTO=15 -DNARROWPROTO -I/usr/X11R6/include -O2 -pipe -Wall -Wshadow -I/usr/X11R6/include version.c
In file included from /usr/X11R6/include/Xm/DragC.h:33,
from /usr/X11R6/include/Xm/DragDrop.h:26,
from /usr/X11R6/include/Xm/Transfer.h:42,
from /usr/X11R6/include/Xm/Xm.h:746,
from gui.h:16,
from structs.h:39,
from vim.h:640,
from version.c:10:
/usr/X11R6/include/Xm/Display.h:90: warning: declaration of `time' shadows global declaration
gcc -o vim buffer.o charset.o digraph.o edit.o eval.o ex_cmds.o ex_docmd.o ex_getln.o fileio.o getchar.o main.o mark.o memfile.o memline.o message.o misc1.o misc2.o normal.o ops.o option.o os_unix.o pathdef.o quickfix.o regexp.o screen.o search.o syntax.o tag.o term.o ui.o undo.o window.o gui.o gui_motif.o gui_x11.o pty.o version.o -L/usr/X11R6/lib -L/usr/X11R6/lib /usr/X11R6/lib/libXm.a -lXt -lSM -lICE -lXext -lX11 -ltermcap
pty.o: Undefined symbol `_ptsname' referenced from text segment
pty.o: Undefined symbol `_grantpt' referenced from text segment
pty.o: Undefined symbol `_unlockpt' referenced from text segment
mv -f /usr/local/bin/vim /usr/local/bin/vim.old
rm -f /usr/local/bin/vim.old
cp vim /usr/local/bin
cp: vim: No such file or directory
gmake: *** [installvimbin] Error 1
*** Error code 2
-------
Actually, the makefile is broken, it shouldn't have exited with status
0 if the build failed. (As you can see, this is the part that it
tried to build it again in the install stage.) I have HAVE_MOTIF set,
if that makes a difference.
Also, the Motif header complaining about the `time' redeclaration is
annoying but that's probably not vim's fault. ;)
Satoshi
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705260856.BAA00935>
