This is where I hate being a C noob. Can you tell me what's needed to
On Thu, Jul 2, 2009 at 10:35 AM, Laran Evans<laran.ev
...@gmail.com> wrote:
> Never mind. I didn't scroll up far enough to see all the configure options.
> On Thu, Jul 2, 2009 at 10:35 AM, Laran Evans<laran.ev...@gmail.com> wrote:
>> Also, the --enable-python-interp option doesn't show when doing
>> ./configure --help.
>> On Thu, Jul 2, 2009 at 10:31 AM, Laran Evans<laran.ev...@gmail.com> wrote:
>>> I don't think it's deleted, just in a different place:
>>> lc278:Http laran$ ls /System/Library/Frameworks/Python.framework/
>>> Headers Versions
>>> lc278:Http laran$ ls /System/Library/Frameworks/Python.framework/Versions/
>>> 2.3 2.5
>>> lc278:Http laran$ ls /System/Library/Frameworks/Python.framework/Versions/2.3/
>>> lib
>>> lc278:Http laran$
>>> On Thu, Jul 2, 2009 at 2:48 AM, björn<bjorn.winck...@gmail.com> wrote:
>>>> 2009/7/2 Laran Evans:
>>>>> When I just click the .app file, the app just bombs on me. I tried the
>>>>> command line version and got the following.
>>>>> lc278:MacVim-7_2-stable-1_2 laran$ ./mvim
>>>>> dyld: Library not loaded: /System/Library/Frameworks/Python.framework/
>>>>> Versions/2.3/Python
>>>>> Referenced from: /Users/laran/Downloads/MacVim-7_2-stable-1_2/
>>>>> MacVim.app/Contents/MacOS/Vim
>>>>> Reason: image not found
>>>>> Trace/BPT trap
>>>>> lc278:MacVim-7_2-stable-1_2 laran$
>>>>> How can I fix this?
>>>> It seems you are missing Python 2.3 which is supposed to come with
>>>> every Mac running OS X 10.4 or later (MacVim requires at least 10.4).
>>>> Did you delete by any chance (I can't think of any other possibility)?
>>>> You have two options:
>>>> 1. Put Python 2.3 back into /System/Library/Frameworks/
>>>> 2. Compile your own MacVim binary. This should be straightforward if
>>>> you make sure to follow the instructions [1] carefully (pass at least
>>>> "--enable-gui=macvim --with-features=huge --enable-pythoninterp" to
>>>> configure if you want Python support).
>>>> Björn
>>>> [1] http://code.google.com/p/macvim/wiki/Building