Since going to 10.2, vim's broken for me, and I've been unsuccessful in 
fixing it.

The binary available through dpkg bombs at startup with undefined 
references:

> dyld: vim Undefined symbols:
> vim undefined reference to _BC expected to be defined in 
> /usr/lib/libSystem.B.dylib
> vim undefined reference to _PC expected to be defined in 
> /usr/lib/libSystem.B.dylib
> vim undefined reference to _UP expected to be defined in 
> /usr/lib/libSystem.B.dylib
> vim undefined reference to _ospeed expected to be defined in 
> /usr/lib/libSystem.B.dylib
> Trace/BPT trap

But the source won't compile either:

> gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK  
> -I/sw/include/gtk-1.2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include 
> -I/usr/X11R6/include -I/usr/local/include  -g -O2 -no-cpp-precomp  
> -I/usr/X11R6/include       -o objects/buffer.o buffer.c
> cc1: warning: changing search order for system directory 
> "/usr/local/include"
> cc1: warning:   as it has already been specified as a non-system 
> directory
> In file included from /usr/X11R6/include/X11/Intrinsic.h:64,
>                  from gui.h:34,
>                  from structs.h:73,
>                  from vim.h:1327,
>                  from buffer.c:29:
> /usr/include/string.h:76: conflicting types for `memmove'
> auto/osdef.h:56: previous declaration of `memmove'
> /usr/include/string.h:105: conflicting types for `strcasecmp'
> auto/osdef.h:74: previous declaration of `strcasecmp'
> /usr/include/string.h:110: conflicting types for `strncasecmp'
> auto/osdef.h:77: previous declaration of `strncasecmp'
> make: *** [objects/buffer.o] Error 1
> ### execution of (cd failed, exit code 2
> Failed: compiling vim-6.1-1 failed

Any tips?  My system feels naked without a working vim.

-- 
Tom Harrington
[EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to