I did

$ git pull
$ make clean
$ ./configure --enable-gui=macvim --with-compiledby='George V. Reilly <
[email protected]>'  --with-features=huge --enable-pythoninterp
                         \
$ make

I'm getting

[snip]
  gcc   -L/usr/local/lib -o Vim objects/buffer.o ...  objects/version.o
-framework Cocoa -framework Carbon      -lm -lncurses  -liconv    -framework
Python
ld: warning: in /Library/Frameworks//Python.framework/Python, missing
required architecture x86_64 in file
Undefined symbols:
  "_PyInt_AsLong", referenced from:
      _OutputSetattr in if_python.o
  "_PyGILState_Release", referenced from:
      _Python_SaveThread in if_python.o
  "_PySys_SetArgv", referenced from:
      _DoPythonCommand in if_python.o
[snip]
  "__PyArg_Parse_SizeT", referenced from:
      _WindowSetattr in if_python.o
      _WindowSetattr in if_python.o
      _WindowSetattr in if_python.o
      _OutputWritelines in if_python.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [Vim] Error 1

$ python --version
Python 2.6.4

This is the most recent Python 2.6 from python.org, instead of the stock one
from Apple, which worked the last time I built MacVim a few weeks ago.

-- 
/George V. Reilly  [email protected]  Twitter: @georgevreilly
http://www.georgevreilly.com/blog  http://blogs.cozi.com/tech

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

Reply via email to