|
From: Marko B. <mar...@ma...> - 2022-06-13 12:46:46
|
> git fetch && git reset --hard origin/wip/master-next && gmake gcc -g -O2 -pipe -std=c11 -pedantic -Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness -Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -o mbsync util.o config.o socket.o driver.o drv_proxy.o drv_imap.o imap_msgs.o imap_utf7.o drv_maildir.o sync.o sync_state.o sync_msg_cvt.o main.o main_sync.o main_list.o -lssl -lcrypto -lz ld: util.o: in function `xprintf_cb': /home/marko/.local/src/sourceforge.net/isync/isync-isync/src/util.c:371: undefined reference to `fwrite_unlocked' gmake[2]: *** [Makefile:650: mbsync] Error 1 |