>> 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
>
> Oh, fun. I'll take a look some time this week (probably next weekend).
>
> I might take a look at QuickCursor too, but no promises.

Looks like we don't use the scrap manager code in IconFamily. The  
attached patch should fix this problem.

Nico


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

Attachment: 0001-snow-leopard-seems-to-not-support-scrap-manager.patch
Description: Binary data



Reply via email to