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?

Thanks,
  Alex

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

Reply via email to