We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IX:\QUIC\libzmq-master\include -Izmq\utils "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" -IC:\Python38\include -IC:\Python38\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" /Tczmq\backend\cython\socket.c /Fobuild\temp.win-amd64-3.8\Release\zmq\backend\cython\socket.obj socket.c zmq\backend\cython\socket.c(1501): error C2146: Syntax error: missing ")" (in front of identifier "value") zmq\backend\cython\socket.c(1501): error C2061: Syntax error: identifier "value" zmq\backend\cython\socket.c(1501): error C2059: Syntax error: ";" zmq\backend\cython\socket.c(1501): error C2059: Syntax error: ")" zmq\backend\cython\socket.c(5502): error C2065: "SOCKET": undeclared identifier zmq\backend\cython\socket.c(5502): error C2146: Syntax error: missing ";" (in front of identifier "__pyx_v_optval_fd_c") zmq\backend\cython\socket.c(5502): error C2065: "__pyx_v_optval_fd_c": undeclared identifier zmq\backend\cython\socket.c(5731): error C2065: "SOCKET": undeclared identifier zmq\backend\cython\socket.c(5740): error C2065: "__pyx_v_optval_fd_c": undeclared identifier zmq\backend\cython\socket.c(5751): warning C4013: "__Pyx_PyInt_From_ZMQ_FD_T" is undefined; assume external returns int zmq\backend\cython\socket.c(5751): error C2065: "__pyx_v_optval_fd_c": undeclared identifier zmq\backend\cython\socket.c(5751): warning C4047: "=": "PyObject *" and "int" have different levels of indirection zmq\backend\cython\socket.c(9769): warning C4996:'PyObject_AsWriteBuffer': deprecated in 3.0 zmq\backend\cython\socket.c(9789): warning C4996:'PyObject_AsReadBuffer': deprecated in 3.0 zmq\backend\cython\socket.c(15430): error C2146: Syntax error: missing ")" (in front of identifier "value") zmq\backend\cython\socket.c(15430): error C2061: Syntax error: identifier "value" zmq\backend\cython\socket.c(15430): error C2059: Syntax error: ";" zmq\backend\cython\socket.c(15430): error C2059: Syntax error: ")" zmq\backend\cython\socket.c(15430): error C2449: found "{" in the file range (are you missing a function header?) zmq\backend\cython\socket.c(15458): error C2059: Syntax error: "}"
The text was updated successfully, but these errors were encountered:
both pyzmq and libzmq are newest:
libzmq:7c3eaf864cd43d6258ee840a5bf4e17188e78d15 pyzmq : dd4dac0
Sorry, something went wrong.
The related lines 1501/5502/5731:
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_ZMQ_FD_T(ZMQ_FD_T value); ZMQ_FD_T __pyx_v_optval_fd_c; __pyx_v_sz = (sizeof(ZMQ_FD_T));
Caused by zeromq/libzmq#110.
This issue also affected zmqpp: zeromq/zmqpp#233 (zeromq/zmqpp#234)
(Probably affecting also cppzmq.)
This should be fixed by ab3f356
No branches or pull requests
The text was updated successfully, but these errors were encountered: