Hi Everyone,
I am trying to compile macvim with python3.1 I am doing it the
following way
$./configure --with-python-config-dir=/Library/Frameworks/
Python.framework/Versions/3.1/bin
and then i run
$ make
I get the following error . Does anyone know why I am getting this
ink.sh: Linked fine with a few libraries removed
mkdir -p Vim.app/Contents/Resources/vim
ln -s `pwd`/../runtime Vim.app/Contents/Resources/vim
ln: Vim.app/Contents/Resources/vim/runtime: File exists
make[1]: [bundle-dir] Error 1 (ignored)
mkdir -p Vim.app/Contents/MacOS
cp Vim Vim.app/Contents/MacOS/Vim
Creating PkgInfo
Creating Info.plist
m4 -DAPP_EXE=Vim -DAPP_NAME=Vim -DAPP_VER=7.2 infplist.xml > Vim.app/
Contents/Info.plist
Creating resource fork
python dehqx.py os_mac.rsr.hqx
File "dehqx.py", line 16
print 'In file: ' + input
^
SyntaxError: invalid syntax
make[1]: *** [bundle-rsrc] Error 1
make: *** [first] Error 2
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---