2009/8/30 travisjeffery: > > 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
Ugh. Have the Scrap functions been removed from the Carbon framework in 10.6 by any chance? I'm afraid we'll have to ask Nico (who wrote the icon generation stuff) to take a look at this when he reads this. For now, you may be able to bypass the icon generation by going into icons/Makefile and deleting line 6. Then go into icons/make_icons.py and set dont_create to True on line 22. I don't know if that will work, but you may be able to get it to work yourself. Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
