Warnings in configure for Huge buid, see below. My Tiny build is of course configured with --disable-perlinterp
On Thu, Sep 14, 2017 at 11:07 PM, Bram Moolenaar <[email protected]> wrote: > > Patch 8.0.1110 > Problem: FORTIFY_SOURCE from Perl causes problems. (Scott Baker) > Solution: Filter out the flag. (Christian Brabandt, closes #2068) > Files: src/configure.ac, src/auto/configure [...] The following is from the console output (not configure's own logging to disk): [...] checking --enable-perlinterp argument... yes checking for perl... /usr/bin/perl checking Perl version... OK auto/configure: command substitution: line 5723: unexpected EOF while looking for matching `'' auto/configure: command substitution: line 5724: syntax error: unexpected end of file checking if compile and link flags for Perl are sane... yes checking --enable-pythoninterp argument... yes [...] checking linker --as-needed support... yes configure: updating cache auto/config.cache configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h config.status: auto/config.h is unchanged The only modules recompiled for patches 1109 and 1110 together were ex_cmds2.c ex_docmd.c auto/pathdef.c and version.c but nothing Perl-related. Should I "make reconfig" to force a full rebuild? src/shadow-huge/auto/configure is a symlink to ../../auto/configure (i.e. src/auto/configure) which was changed in patch 1110. Best regards, Tony. -- -- 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.
