Elimar Riesebieter wrote:
> Environment: Debian Sid > Term: tmux > Compiler: clang-12 > > > /usr/bin/ld: objects/testing.o: in function `f_test_gui_drop_files': > ./src/vim-athena/testing.c:1311: undefined reference to `gui_handle_drop' > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > link.sh: Linking failed We need to use another #ifdef. But then we also needs to know when test_gui_drop_files() is working, thus we need a feature to check for. Let's call it "drop_file". -- A fine is a tax for doing wrong. A tax is a fine for doing well. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/202106271705.15RH5f8B671990%40masaka.moolenaar.net.
