LC Mi wrote:

> This is just a quick WAR to get i386 compiled on mac with carbon.
> two issues during linking:
> 1. duplicated symbols in os_macosx.m and gui_mac.c. So i comment out code in
> gui_mac.c because code in os_macosx.m is more modern.
> 
> 2. cannout find symbol "gui_mch_mousehide".
> 
> 
> 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"
> ./configure --with-mac-arch=i386 --enable-gui=carbon --with-features=huge
> --enable-perlinterp --enable-pythoninterp --enable-tclinterp
> --enable-rubyinterp --enable-cscope --enable-sniff --enable-multibyte
> 
> I suggest we add modern gui support on Mac, no need to be fancy.

There of course is the Mac version the Bjorn Winckler maintains.

But we can make this one build at least.  I now see the problems you
mention.  The terminal clipboard conflicts with the GUI clipboard.  I'll
disable the first when building with the GUI.
And add the missing function in the GUI file.

-- 
hundred-and-one symptoms of being an internet addict:
72. Somebody at IRC just mentioned a way to obtain full motion video without
    a PC using a wireless protocol called NTSC, you wonder how you never
    heard about it

 /// Bram Moolenaar -- [email protected] -- 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