Thomas: I just rebuild vim and I get this where you got an error. 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 -g -O2 -no-cpp-precomp -I/usr/X11R6/include -o objects/buffer.o buffer.c 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 -g -O2 -no-cpp-precomp -I/usr/X11R6/include -o objects/charset.o charset.c
I'm suspicious of the /usr/local/include in your include path. Do you have anything in there that could be causing a problem? -Jeff On Fri, 30 Aug 2002, Thomas Harrington wrote: > 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. > > -- Jeffrey S. Whitaker Phone : (303)497-6313 NOAA/OAR/CDC R/CDC1 FAX : (303)497-6449 325 Broadway Web : http://www.cdc.noaa.gov/~jsw Boulder, CO, USA 80305-3328 Office: Skaggs Research Cntr 1D-124 ------------------------------------------------------- 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
