No, here the error when ran make in src/MacVim/icons:
make -C makeicns
g++ -o makeicns makeicns.o IconFamily.o NSString+CarbonFSRefCreation.o
-O2 \
-framework Foundation -framework AppKit -framework Carbon
Undefined symbols:
"_GetScrapFlavorInfoList", referenced from:
+[IconFamily(ScrapAdditions) canInitWithScrap] in IconFamily.o
"_ClearCurrentScrap", referenced from:
-[IconFamily(ScrapAdditions) putOnScrap] in IconFamily.o
"_GetCurrentScrap", referenced from:
-[IconFamily(ScrapAdditions) initWithScrap] in IconFamily.o
-[IconFamily(ScrapAdditions) putOnScrap] in IconFamily.o
+[IconFamily(ScrapAdditions) canInitWithScrap] in IconFamily.o
"_GetScrapFlavorData", referenced from:
-[IconFamily(ScrapAdditions) initWithScrap] in IconFamily.o
"_GetScrapFlavorCount", referenced from:
+[IconFamily(ScrapAdditions) canInitWithScrap] in IconFamily.o
"_PutScrapFlavor", referenced from:
-[IconFamily(ScrapAdditions) putOnScrap] in IconFamily.o
"_GetScrapFlavorSize", referenced from:
-[IconFamily(ScrapAdditions) initWithScrap] in IconFamily.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [makeicns] Error 1
make: *** [MacVim-generic.icns] Error 2
On Aug 30, 3:20 pm, björn <[email protected]> wrote:
> 2009/8/30 travisjeffery:
>
>
>
>
>
> > Okay, no problem with the SDK. But building now fails when making the
> > document icons for some reason:
>
> > ---
>
> > === BUILD NATIVE TARGET MacVim OF PROJECT MacVim WITH THE DEFAULT
> > CONFIGURATION (Release) ===
> > Check dependencies
> > PhaseScriptExecution "Make Document Icons" build/MacVim.build/Release/
> > MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh
> > cd /Users/travis/Documents/repos/vim7/src/MacVim
> > /bin/sh -c /Users/travis/Documents/repos/vim7/src/MacVim/build/
> > MacVim.build/Release/MacVim.build/Script-1D1C31F00EFFBFD6003FE9A5.sh
>
> > 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
> > ** BUILD FAILED **
>
> > The following build commands failed:
> > MacVim:
> > PhaseScriptExecution "Make Document Icons" /Users/travis/Documents/
> > repos/vim7/src/MacVim/build/MacVim.build/Release/MacVim.build/
> > Script-1D1C31F00EFFBFD6003FE9A5.sh
> > (1 failure)
>
> > ---
>
> > Perhaps it's a problem with the deployment target?
>
> Please try building the icons manually to see if that works first.
> Just cd into the "src/MacVim/icons" folder and type "make". Does that
> work?
>
> Björn
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---