Re: Building GUI Vim on MacOS

2025-04-12 Fir de Conversatie def...@gmail.com
Platform Mac OSX 10.6.8 - Snow Leopard Tools: XCode with the gnu tools and libraries off the snow leopard install DVD. gcc version 4.2.1 I only used the supplied libraries on the dvd. However, I suppose one could download the gtk2 source code and build gtk2 from source and use the gtk2 option

Re: Remaining stuff from Building GUI Vim on MacOS

2020-09-14 Fir de Conversatie Yee Cheng Chin
Sorry for the late reply (had an overly aggressive email filter that has since been modified) and seems like you already removed it anyway, but I don't think it' used so it was fine to remove. On Sat, Aug 22, 2020 at 4:01 PM Yegappan Lakshmanan wrote: > Hi Bram, > > On Thu, Aug 20, 2020 at 7:17

Re: Remaining stuff from Building GUI Vim on MacOS

2020-08-22 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Thu, Aug 20, 2020 at 7:17 AM Bram Moolenaar wrote: > > There is still a section in the Makefile, starting with: > > > > ### > ### MacOS X installation > ### > ### This installs a runnable Vim.app in $(prefix)

Remaining stuff from Building GUI Vim on MacOS

2020-08-20 Fir de Conversatie Bram Moolenaar
There is still a section in the Makefile, starting with: ### ### MacOS X installation ### ### This installs a runnable Vim.app in $(prefix) REZ= /Developer/Tools/Rez RESDIR = $(APPDIR)/Contents/Resources VERSION =

Re: Building GUI Vim on MacOS

2020-08-12 Fir de Conversatie Yee Cheng Chin
Alright, filed https://github.com/vim/vim/pull/6703 to do some clean up on the Mac GUI code/docs. It mostly handles the obvious stale comments/code that are now confusing as the Mac GUI is now removed. Also had some small questions (it's on the pull request) about how we should handle stale deprec

Re: Building GUI Vim on MacOS

2020-08-12 Fir de Conversatie Bram Moolenaar
Yee Cheng Chin wrote: > Sorry for chiming in late after gui_mac.c is actually removed (that's how I > discovered this thread!), but I'm the current maintainer of MacVim (but not > the original author). But yeah MacVim doesn't use gui_mac.c at all and it > exists as a downstream fork of Vim in a

Re: Building GUI Vim on MacOS

2020-08-12 Fir de Conversatie Yee Cheng Chin
Sorry for chiming in late after gui_mac.c is actually removed (that's how I discovered this thread!), but I'm the current maintainer of MacVim (but not the original author). But yeah MacVim doesn't use gui_mac.c at all and it exists as a downstream fork of Vim in a different repository. Mac GUI app

Re: Building GUI Vim on MacOS

2020-07-12 Fir de Conversatie Emir SARI
Looks like no. There is its own implementation: https://github.com/macvim-dev/macvim/tree/master/src/MacVim 11 Temmuz 2020 Cumartesi 23:20:56 UTC+3 tarihinde Bram Moolenaar yazdı: > > > So MacVim does not use src/gui_mac.c ? > > -- > hundred-and-one symptoms of being an internet addict: > 7. Y

Re: Building GUI Vim on MacOS

2020-07-11 Fir de Conversatie Yegappan Lakshmanan
Hi Tony, On Sat, Jul 11, 2020 at 12:11 PM Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > On Sat, Jul 11, 2020 at 8:27 PM Yegappan Lakshmanan > wrote: > >fourchette (hippologie) > > Hi, > > > > On Sat, Jul 11, 2020 at 11:21 AM Kuriyama Kazunobu < > kazunobu.kuriy...@gmail.com> wrote: >

Re: Building GUI Vim on MacOS

2020-07-11 Fir de Conversatie Bram Moolenaar
Kuriyama Kazunobu wrote: > My understanding is that macOS is a certified Unix and that every Unix > user expects that X Windowing System runs there. For that, there's > XQuartz there for years, not just because it's been easy for someone > having some interest to have it. So, if it's really a

Re: Building GUI Vim on MacOS

2020-07-11 Fir de Conversatie Tony Mechelynck
On Sat, Jul 11, 2020 at 8:27 PM Yegappan Lakshmanan wrote: >fourchette (hippologie) > Hi, > > On Sat, Jul 11, 2020 at 11:21 AM Kuriyama Kazunobu > wrote: >> >> My understanding is that macOS is a certified Unix and that every Unix user >> expects that X Windowing System runs there. For that, t

Re: Building GUI Vim on MacOS

2020-07-11 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Jul 11, 2020 at 11:21 AM Kuriyama Kazunobu < kazunobu.kuriy...@gmail.com> wrote: > My understanding is that macOS is a certified Unix and that every Unix > user expects that X Windowing System runs there. For that, there's XQuartz > there for years, not just because it's been easy fo

Re: Building GUI Vim on MacOS

2020-07-11 Fir de Conversatie Kuriyama Kazunobu
My understanding is that macOS is a certified Unix and that every Unix user expects that X Windowing System runs there. For that, there's XQuartz there for years, not just because it's been easy for someone having some interest to have it. So, if it's really a Unix, it's quite natural for peop

Re: Building GUI Vim on MacOS

2020-07-11 Fir de Conversatie Yegappan Lakshmanan
On Sat, Jul 11, 2020 at 5:34 AM Bram Moolenaar wrote: > > Ben Schmidt wrote: > > > On 11/7/20 2:36 am, Tony Mechelynck wrote: > > > On Fri, Jul 10, 2020 at 5:00 PM Yegappan Lakshmanan < > yegapp...@gmail.com> wrote: > > >> > > >> Hi Tony, > > >> > > >> On Fri, Jul 10, 2020 at 7:37 AM Tony Mechely

Re: Building GUI Vim on MacOS

2020-07-11 Fir de Conversatie Bram Moolenaar
Ben Schmidt wrote: > On 11/7/20 2:36 am, Tony Mechelynck wrote: > > On Fri, Jul 10, 2020 at 5:00 PM Yegappan Lakshmanan > > wrote: > >> > >> Hi Tony, > >> > >> On Fri, Jul 10, 2020 at 7:37 AM Tony Mechelynck > >> wrote: > >>> > >>> On Fri, Jul 10, 2020 at 3:41 AM Yegappan Lakshmanan > >>>

Re: Building GUI Vim on MacOS

2020-07-11 Fir de Conversatie Kuriyama Kazunobu
To build gVim with Athena, you need to install XQuartz before doing that. Once configure successfully detects required X11 headers and dylabs, make will build that version of gVim just like it does with Linux having X11. To have gVim with Carbon, they say you need an old Mac machine having a wo

Re: Building GUI Vim on MacOS

2020-07-11 Fir de Conversatie Ben Schmidt
On 11/7/20 2:36 am, Tony Mechelynck wrote: On Fri, Jul 10, 2020 at 5:00 PM Yegappan Lakshmanan wrote: Hi Tony, On Fri, Jul 10, 2020 at 7:37 AM Tony Mechelynck wrote: On Fri, Jul 10, 2020 at 3:41 AM Yegappan Lakshmanan wrote: Hi all, Is anyone able to successfully build GUI Vim on MacO

Re: Building GUI Vim on MacOS

2020-07-10 Fir de Conversatie Tony Mechelynck
On Fri, Jul 10, 2020 at 5:00 PM Yegappan Lakshmanan wrote: > > Hi Tony, > > On Fri, Jul 10, 2020 at 7:37 AM Tony Mechelynck > wrote: >> >> On Fri, Jul 10, 2020 at 3:41 AM Yegappan Lakshmanan >> wrote: >> > >> > Hi all, >> > >> > Is anyone able to successfully build GUI Vim on MacOS? >> > >> >

Re: Building GUI Vim on MacOS

2020-07-10 Fir de Conversatie Yegappan Lakshmanan
Hi Tony, On Fri, Jul 10, 2020 at 7:37 AM Tony Mechelynck < antoine.mechely...@gmail.com> wrote: > On Fri, Jul 10, 2020 at 3:41 AM Yegappan Lakshmanan > wrote: > > > > Hi all, > > > > Is anyone able to successfully build GUI Vim on MacOS? > > > > I am not able to build Vim with GUI enabled on Mac

Re: Building GUI Vim on MacOS

2020-07-10 Fir de Conversatie Tony Mechelynck
On Fri, Jul 10, 2020 at 3:41 AM Yegappan Lakshmanan wrote: > > Hi all, > > Is anyone able to successfully build GUI Vim on MacOS? > > I am not able to build Vim with GUI enabled on MacOS. I tried athena and > carbon. > I think the build instructions in src/INSTALLmac.txt file should be updated. >

Building GUI Vim on MacOS

2020-07-09 Fir de Conversatie Yegappan Lakshmanan
Hi all, Is anyone able to successfully build GUI Vim on MacOS? I am not able to build Vim with GUI enabled on MacOS. I tried athena and carbon. I think the build instructions in src/INSTALLmac.txt file should be updated. Note that I am able to successfully build MacVim ( https://github.com/macvi