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
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
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)
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 =
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
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
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
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
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:
>
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
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
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
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
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
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
> >>>
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
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
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?
>> >
>> >
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
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.
>
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
21 matches
Mail list logo