On 14 August 2010 21:55, Bram Moolenaar wrote:
>
> LC Mi wrote:
>
>>
>> Another configuration issue is "--with-mac-arch=i386" doesn't work on 10.6.
>> "--with-mac-arch=i386" completely fails. The default build is x86_64, but
>> gui_mac.c doesn't work with 64bit build.
>> So my working solution is:
>>
>> export MACOSX_DEPLOYMENT_TARGET=10.5
>>
>> export CFLAGS="-arch i386"
>> export LDFLAGS="-arch i386"

I sincerely hope these are not added to configure.in/Makefile since
they will completely break the build system for MacVim.  From what I
gather it was not the OPs intention that these would be added, but I
thought I'd mention it just in case...

Thanks,
Björn

-- 
You received this message from the "vim_mac" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to