On Sun, Jan 24, 2016 at 2:22 PM, Bram Moolenaar <[email protected]> wrote: > > Tony wrote: > >> 7.4.1153: unaffected >> 7.4.1158: affected >> 7.4.1161: affected >> >> link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. >> gcc -L. -fstack-protector -rdynamic -Wl,-export-dynamic -Wl,-E >> -Wl,-rpath,/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/CORE >> -L/usr/local/lib -Wl,--as-needed -o vim objects/buffer.o >> objects/blowfish.o objects/charset.o objects/crypt.o >> objects/crypt_zip.o objects/diff.o objects/digraph.o objects/edit.o >> objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o >> objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o >> objects/getchar.o objects/hardcopy.o objects/hashtab.o >> objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o >> objects/memline.o objects/menu.o objects/message.o objects/misc1.o >> objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o >> objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o >> objects/popupmnu.o objects/quickfix.o objects/regexp.o >> objects/screen.o objects/search.o objects/sha256.o objects/spell.o >> objects/syntax.o objects/tag.o objects/term.o objects/ui.o >> objects/undo.o objects/version.o objects/window.o objects/gui.o >> objects/gui_gtk.o objects/gui_gtk_x11.o objects/pty.o >> objects/gui_gtk_f.o objects/gui_beval.o objects/gui_gtk_gresources.o >> objects/if_lua.o objects/if_perl.o objects/if_perlsfio.o >> objects/if_python.o objects/if_tcl.o objects/if_ruby.o >> objects/netbeans.o objects/main.o objects/memfile.o -lgtk-x11-2.0 >> -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 >> -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 >> -lfontconfig -lfreetype -lgnomeui-2 -lSM -lICE -lbonoboui-2 >> -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 >> -lgnomecanvas-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 >> -lpangocairo-1.0 -latk-1.0 -lcairo -lgio-2.0 -lpangoft2-1.0 >> -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf-2.0 -lgnomevfs-2 >> -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lSM >> -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl -lgpm >> -ldl -L/usr/lib -llua -Wl,-E > > [...] > > For some reason you are missing json.o. Maybe you just need to run > "make reconfig"? If src/json.c isn't there you have another problem. >
Not exactly that (thinking of it, I added a softlink json.c -> ../json.c to the shadowdir, checked that it already had proto -> ../proto, and reran make reconfig, all of it to no avail; but the last time I regenerated the shadowdir I had forgotton to replace the Makefile copy by a softlink (which works better for me since I don't make changes to the Makefile, I set my configure arguments as environment variables instead). I'll check that now. 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.
