> the problem isn't perl, but make - which is weird, as any non-ancient
> (net)bsd make is supposed to understand the $< variable.
> you may have better luck with gmake.
i'm getting another error
~~~
gmake all-recursive
gmake[1]: Entering directory
'/home/marko/.local/src/sourceforge.net/isync/isync-isync'
Making all in src
gmake[2]: Entering directory
'/home/marko/.local/src/sourceforge.net/isync/isync-isync/src'
gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -g -O2 -pipe -std=c11 -pedantic
-Wall -Wextra -Wshadow -Wcast-qual -Wformat=2 -Wformat-signedness
-Wformat-nonliteral -Wstrict-prototypes -Wno-overlength-strings -MT socket.o
-MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c
socket.c: In function ‘socket_expect_eof’:
socket.c:845:31: error: ‘SSL_OP_IGNORE_UNEXPECTED_EOF’ undeclared (first use in
this function); did you mean ‘ASN1_R_UNEXPECTED_EOC’?
SSL_set_options( sock->ssl, SSL_OP_IGNORE_UNEXPECTED_EOF );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ASN1_R_UNEXPECTED_EOC
socket.c:845:31: note: each undeclared identifier is reported only once for
each function it appears in
~~~
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel