Hi there,

I tried to build MacVim with this configuration:

$ ./configure --enable-gui=macvim --enable-pythoninterp

Then when building I got this:

 gcc   -L/usr/local/lib         -o Vim objects/buffer.o objects/charset.o
objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/
ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o
objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o
objects/hardcopy.o objects/hashtab.o  objects/if_cscope.o objects/
if_xcmdsrv.o objects/main.o objects/mark.o objects/memfile.o objects/
memline.o objects/menu.o objects/message.o objects/misc1.o objects/
misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o
objects/option.o objects/os_unix.o objects/pathdef.o objects/
popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o
objects/search.o objects/spell.o objects/syntax.o  objects/tag.o
objects/term.o objects/ui.o objects/undo.o objects/window.o objects/
gui.o objects/pty.o objects/gui_macvim.o objects/MMBackend.o objects/
MacVim.o   objects/if_python.o   objects/os_macosx.o objects/
os_mac_conv.o  objects/netbeans.o  objects/version.o -framework Cocoa -
framework Carbon      -lncurses  -liconv    -framework Python
Undefined symbols:
  "_PyInt_Type", referenced from:
      _PyInt_Type$non_lazy_ptr in if_python.o
  "_PyInt_FromLong", referenced from:
      _OutputGetattr in if_python.o
  "_Py_InitModule4", referenced from:
      _DoPythonCommand in if_python.o
  "_PyInt_AsLong", referenced from:
      _OutputSetattr in if_python.o
  "_PyString_Size", referenced from:
      _StringToLine in if_python.o
  "_PyString_AsString", referenced from:
      _LineToString in if_python.o
      _StringToLine in if_python.o
  "_PyString_Type", referenced from:
      _PyString_Type$non_lazy_ptr in if_python.o
  "_Py_FindMethod", referenced from:
      _OutputGetattr in if_python.o
      _BufferGetattr in if_python.o
      _RangeGetattr in if_python.o
      _WindowGetattr in if_python.o
  "_PyString_FromStringAndSize", referenced from:
      _LineToString in if_python.o
  "_PyString_FromString", referenced from:
      _BufferRepr in if_python.o
      _BufferRepr in if_python.o
      _RangeRepr in if_python.o
      _RangeRepr in if_python.o
      _WindowRepr in if_python.o
      _WindowRepr in if_python.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [Vim] Error 1

I'm a Unix beginner but didn't have problems compiling before... could
anyone please help?
I'm trying to get Vim +python 2.5 in order to keep using a few Vim
plugins. Anyone that would like to share a binary?

Cheers,

P.D. Please excuse my bad english ;)

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to