1 Oct 2009 02:11
Re: Simplified build procedure for MacVim
Hello Björn,
I am trying to build the latest version from git, but i keep getting
errors at the creation of the icons.
The commands i use to build are:
./configure --enable-cscope \
--with-macsdk=10.5
make
This is the output i get:
....
# "now", so that the zip is not unzipped in every `make` run.`
touch Envy\ Code\ R\ Bold.ttf
make -C makeicns
cc -fpascal-strings -O2 -c -o makeicns.o makeicns.m
cc -fpascal-strings -O2 -c -o IconFamily.o IconFamily.m
cc -fpascal-strings -O2 -c -o NSString+CarbonFSRefCreation.o NSString
+CarbonFSRefCreation.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/orestis/Code/macvim-build/src/
MacVim/build/Release/MacVim.app/Contents/Resources
MacVim-cpp
Command /bin/sh failed with exit code 2
Command /bin/sh failed with exit code 2
Touch build/Release/MacVim.app
(Continue reading)
RSS Feed