On Sun, Sep 29, 2019 at 7:03 PM Bram Moolenaar <[email protected]> wrote: > Patch 8.1.2101 > Problem: write_session_file() often defined but not used. > Solution: Adjust the #ifdef. (Yegappan Lakshmanan, closes #4998) > Files: src/session.c
Link error in Huge build (only): gui_gtk_x11.c:(.text+0x1062): undefined reference to `write_session_file' collect2: error: ld returned 1 exit status link.sh: Linking failed make: *** [Makefile:2081: vim-huge] Error 1 FWIW, here are my "Huge" config arguments: export CONF_OPT_GUI='--enable-gui=gnome2' export CONF_OPT_PERL='--enable-perlinterp' export CONF_OPT_PYTHON='--enable-pythoninterp' export CONF_OPT_PYTHON3='--disable-python3interp' export CONF_OPT_TCL='--enable-tclinterp' # /usr/bin/tclsh (softlink) is correctly set export CONF_OPT_RUBY='--enable-rubyinterp' export CONF_OPT_LUA='--enable-luainterp' export CONF_OPT_MZSCHEME='--disable-mzschemeinterp' #export CONF_OPT_PLTHOME='--with-plthome=/usr/local/plt' export CONF_OPT_CSCOPE='--enable-cscope' export CONF_OPT_MULTIBYTE='--enable-multibyte' export CONF_OPT_TERMINAL='--enable-terminal' export CONF_OPT_AUTOSERVE='--enable-autoservername' export CONF_OPT_FEAT='--with-features=huge' export CONF_ARGS2='--with-vim-name=vim-huge' export CONF_OPT_COMPBY='"[email protected]"' 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAJkCKXsT03b6q6k9CvwhGZz3c9ceLpCKxAStRMNP_tsp-nfmMw%40mail.gmail.com.
