Björn Winckler wrote:

> 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...

I did add a line in the Makefile, commented-out, to enable the carbon
GUI.  Somehow this was missing.

The other changes are tiny, but please check if this conflicts with your
build.  The changes are in Mercurial now.

I'm not sure if we want gui_mac.c to build on 10.6, your GUI should work
better, right?

-- 
"Thou shalt not follow the Null Pointer, for at its end Chaos and
Madness lie."

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
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