[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] work on win64 dependences (WIP) (57e68ce)

Nicolas Cellier notifications at github.com
Sat Apr 7 22:22:54 UTC 2018


The removal of the two lines above prevents the libssh2 to configure correctly, and then to compile.
As exhibited on appveyor build
https://ci.appveyor.com/project/OpenSmalltalk/vm/build/1.0.1243/job/sdks31y9f0bbiq46?fullLog=true
as triggered by PullRequest #242 
configure fails to find non blocking sockets:

> checking non-blocking sockets style... nada
> configure: WARNING: non-block sockets disabled

then fails to compile

> session.c: In function 'get_socket_nonblocking':
> session.c:361:5: error: unknown type name 'socklen_t'
>     socklen_t option_len = sizeof(option_value);
>     ^~~~~~~~~

If I restore those two lines, then configure works much better:

> checking non-blocking sockets style... ioctlsocket

and compilation seems to go far beyond, but fails with this stage

>  CCLD     libssh2.la
> /usr/lib/gcc/x86_64-w64-mingw32/6.4.0/../../../../x86_64-w64-mingw32/bin/ld: cannot find -link

I don't know any libink, could it be a link problem?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/57e68cef046c7309261d81d8ad1c45577562f16b#commitcomment-28470503
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180407/45057993/attachment.html>


More information about the Vm-dev mailing list