Hisashi T Fujinaka wrote:
> I think this broke my build. Config params are: > > ./configure --disable-canberra --disable-darwin --enable-cscope > --enable-gui=gtk2 --enable-multibyte --enable-pythoninterp --enable-terminal > > The error I get is in the final linking: > > Undefined symbols for architecture x86_64: > "_timer_create", referenced from: > _start_timeout in os_unix.o > "_timer_settime", referenced from: > _stop_timeout in os_unix.o > _start_timeout in os_unix.o > ld: symbol(s) not found for architecture x86_64 > clang: error: linker command failed with exit code 1 (use -v to see > invocation) What system is this on? What is the contents of auto/config.h ? Specifically the value of HAVE_TIMER_CREATE Also, the contents of auto/config.log where it says "checking for timer_create" What is the build command used? Do you overrule $LIBS perhaps? -- When I look deep into your eyes, I see JPEG artifacts. I can tell by the pixels that we're wrong for each other. (xkcd) /// 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/20220606194755.407A51C055A%40moolenaar.net.
