Robert,

  Thanks a lot for the tip - did not work for me though. The output is
now:

PBXCp "build/Release/MacVim.app/Contents/Resources/Edit in ODBEditor/
Info" edit-in-odb/Info
    cd /Users/amaslov/Sources/vim7/src/MacVim
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/amaslov/Sources/vim7/src/
MacVim/edit-in-odb/Info "/Users/amaslov/Sources/vim7/src/MacVim/build/
Release/MacVim.app/Contents/Resources/Edit in ODBEditor"

PhaseScriptExecution /Users/amaslov/Sources/vim7/src/MacVim/build/
MacVim.build/Release/MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh
    cd /Users/amaslov/Sources/vim7/src/MacVim
    /bin/sh -c /Users/amaslov/Sources/vim7/src/MacVim/build/
MacVim.build/Release/MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh
make -C makeicns
make[1]: `makeicns' is up to date.
/usr/bin/python make_icons.py /Users/amaslov/Sources/vim7/src/MacVim/
build/Release/MacVim.app/Contents/Resources
MacVim-cpp
** BUILD FAILED **


On Mar 1, 2:41 am, Robert Kern <[email protected]> wrote:
> [Apologies if this show up twice. I read through GMane and responded
> first before actually signing up for the mailing list.]
>
> On 2009-02-27 05:35, Alex Maslov wrote:
>
>
>
> > Hi guys,
>
> >    I am rebuilding the latest snapshot (43) against Python 2.5 and get
> > the following xcodebuild output:
> > ...
> > gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -
> > fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -
> > fno-common -dynamic -DNDEBUG -g -O3 -I/Library/Frameworks/
> > Python.framework/Versions/2.5/include/python2.5 -c loadfont.c -o build/
> > temp.macosx-10.3-i386-2.5/loadfont.o
> > gcc -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g -
> > bundle -undefined dynamic_lookup build/temp.macosx-10.3-i386-2.5/
> > loadfont.o -o build/lib.macosx-10.3-i386-2.5/loadfont.so
> > running install_lib
> > copying build/lib.macosx-10.3-i386-2.5/loadfont.so ->  .
> > running install_egg_info
> > Removing ./loadfont-1.0-py2.5.egg-info
> > Writing ./loadfont-1.0-py2.5.egg-info
> > make -C makeicns
> > cc -fpascal-strings -O2   -c -o makeicns.o makeicns.m
> > g++ -o makeicns makeicns.o IconFamily.o NSString+CarbonFSRefCreation.o
> > -O2 \
> >      -framework Foundation -framework AppKit -framework Carbon
> > /usr/bin/python make_icons.py /Users/amaslov/Sources/MacVim/src/MacVim/
> > build/Release/MacVim.app/Contents/Resources
> > MacVim-cpp
> > ** BUILD FAILED **
>
> > The build script is:
> > export MACOSX_DEPLOYMENT_TARGET=10.4
> > make clean
> > cd MacVim
> > xcodebuild clean
> > cd ..
> > ./configure --enable-gui=macvim --enable-pythoninterp --enable-
> > rubyinterp --enable-cscope --with-mac-arch=bot
> > h --with-features=huge
> > make
> > cd MacVim
> > xcodebuild
>
> > It works perfectly for 42, what am I missing?
>
> The Makefile in the src/MacVim/icons/ directory uses two different
> python executables. Change this:
>
> loadfont.so: loadfont.c
>          python setup.py install --install-lib .
>
> to this:
>
> loadfont.so: loadfont.c
>          /usr/bin/python setup.py install --install-lib .
>
> --
> Robert Kern
>
> "I have come to believe that the whole world is an enigma, a harmless enigma
>   that is made terrible by our own mad attempt to interpret it as though
> it had
>   an underlying truth."
>    -- Umberto Eco
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to