2008/10/13 Jeremy Conlin <[EMAIL PROTECTED]>:
>
> I did:
> xcodebuild clean
> cd ..
> make clean
> make
> cd MacVim
> xcodebuild
> but still have the same problem.  I'm guessing my problem has something to
> do with the existence of another version of MacVim in /Applications/.  See
> screen shot attachment to see the error message I got when trying :help  I
> tried changing the CFBundleIdentifier as instructed on the wiki, but that
> didn't seem to help.

Hmmm...judging from the screenshot you seem to have passed the wrong
flags to the "configure" script.  At least, it seems to be looking for
the resources folder inside the "/Applications/Vim.app" bundle but
that's the name the old Carbon port uses -- it should be
"/Applications/MacVim.app" for MacVim.  Try the following in the
"src/" folder:

./configure --enable-gui=macvim
make clean
make

(copy and paste one line at a time and hit enter).  The first line is
crucial!  Then go

cd MacVim
xcodebuild

>> If that still doesn't do it and you just want a binary to try out the
>> 'macmeta' option I can upload one to RapidShare for you (I just need
>> to know if you have PPC or Intel) -- although that would be a binary
>> without all the bells and whistles (no ruby, python, etc...).
>
> This might be the best option.  I'm willing to try out the new patch, but
> clearly don't know how to build it.  I can wait until the next snapshot to
> have all the bells and whistles.

Ok, but you forgot to tell me if you have a PPC or Intel though... ;-)

Björn

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

Reply via email to