This may or may not have anything to do with SL, but I downloaded and
compiled MacVim according to the classic instructions to include the perl
interpreter (As an aside question, why does the standard install have
python/ruby but not perl?).

Anyway, ran:

./configure \
    --enable-gui=macvim
    --enable-perlinterp

Forced it to build in 32 bit mode (a few libraries aren't ready for 64 bit,
don't know about Vim itself).

The compile itself goes fine until I run xcodebuild... Getting the following
when it tries to build the icons:

PhaseScriptExecution "Make Document Icons"
build/MacVim.build/Release/MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh
    cd /Users/nall/Development/MacVim/vim7/src/MacVim
    /bin/sh -c
/Users/nall/Development/MacVim/vim7/src/MacVim/build/MacVim.build/Release/MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh

echo
/Users/nall/Development/MacVim/vim7/src/MacVim/build/Release/MacVim.app/Contents/Resources
> /tmp/result.txt
make -C makeicns
g++ -o makeicns makeicns.o IconFamily.o NSString+CarbonFSRefCreation.o -O2 \
      -framework Foundation -framework AppKit -framework Carbon
Command /bin/sh failed with exit code 2
Command /bin/sh failed with exit code 2
Touch build/Release/MacVim.app
    cd /Users/nall/Development/MacVim/vim7/src/MacVim
    /usr/bin/touch -c
/Users/nall/Development/MacVim/vim7/src/MacVim/build/Release/MacVim.app

** BUILD FAILED **


The following build commands failed:
MacVim:
    PhaseScriptExecution "Make Document Icons"
/Users/nall/Development/MacVim/vim7/src/MacVim/build/MacVim.build/Release/MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh
(1 failure)

=====================================================================

The app it produces works well, perl works, but for what ever reason,
transparancy doesn't work (I get a white mask over the window when I adjust
the transparency level, but it doesn't actually affect the alpha).

I'd love any pointers.  If it's not a known issue, I'd be happy to write up
a bug.

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

Reply via email to