2009/2/6 Nico Weber: >> The attached patch grabs the font file through curl and then loads the >> font from the ttf file. I tried to fix the tiger build problems too; I >> hope that worked out. > > This patch has now been merged. > > I pulled the latest version from the repo today on a machine that had > both python 2.4 and 2.5 installed, and for some reason the loadfont > module was compiled with 2.4 but the script executed with 2.5, which > resulted in a crash. > > The attached patch makes compilation of the loadfont module more > portable. I first added a few additional parameters to the gcc > invocation in the makefile, but that will probably cause other > problems in the future. Instead, the patch now uses python's > distutils, which is the recommended way to build C extensions for > python. With this patch, the crash went away and the icons were > generated correctly.
Thanks Nico, I've merged this patch. I did notice one _very_ minor thing: if you type make twice in a row, then the second (and any consequtive calls to) "make" will unpack the font zip file again. Any idea why this is? Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
