On Tuesday, August 1, 2017 at 10:58:05 AM UTC-5, Manuel Ortega wrote:
> On Tuesday, August 1, 2017 at 10:54:29 AM UTC-5, Mats Bertil Tegner wrote:
> > Den tisdag 1 augusti 2017 kl. 15:08:33 UTC+2 skrev Bram Moolenaar:
> > > Patch 8.0.0827
> > > Problem: Coverity: could leak pty file descriptor, theoretically.
> > > Solution: If channel is NULL, free the file descriptors.
> > > Files: src/os_unix.c
> >
> > Hi,
> >
> > Vim fails to compile after 8.0.826 using GCC 7.1.0 under Slackware-current
> > x86-64:
>
> Same on macOS.
Whoops, here's the exact error message:
gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -g -O2 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=1 -o objects/os_unix.o os_unix.c
os_unix.c:4129:30: error: use of undeclared identifier 'serverName'
setenv("VIM_SERVERNAME", serverName == NULL ? "" : (char *)serverName, 1);
^
os_unix.c:4129:64: error: use of undeclared identifier 'serverName'
setenv("VIM_SERVERNAME", serverName == NULL ? "" : (char *)serverName, 1);
^
2 errors generated.
make[1]: *** [objects/os_unix.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [first] Error 2
--
--
You received this message from the "vim_dev" 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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.