fanquake
commented at 4:52 AM on December 1, 2016:
member
Update depends ZeroMQ to 4.2.2, the release notes are available here.
We can drop both patches, as they have both been merged upstream (they actually had been for some time but just hadn't yet made it into a release).
--without-documentation is deprecated and has been replaced with --without-docs.
--disable-perf disables building performance measuring tools, which are enabled by default, see the libzmq configure.ac.
Updated dependencies.md.
--disable-curve-keygen disable building the curve key generation tool. See here.
Can someone on windows test that this is still working correctly. Maybe @achow101 ?
fanquake added the label Build system on Dec 1, 2016
fanquake assigned theuni on Dec 1, 2016
jonasschnelli
commented at 7:53 AM on December 1, 2016:
contributor
Travis Windows (depends build) is failing.
I think you need to adopt the MinGW static patches instead of removing.
fanquake
commented at 3:04 AM on December 2, 2016:
member
The patches were only turning this line: AC_MSG_ERROR([Building static libraries is not supported under MinGW32]) into CPPFLAGS="-DZMQ_STATIC $CPPFLAGS" (in two steps, as we wanted to use the commits from upstream). The new configure.ac now contains both patches, see here, so I think this is a different issue. Will investigate shortly.
/usr/share/mingw-w64/include/netioapi.h:458:3: error: ‘SOCKADDR_INET’ has not been declared
SOCKADDR_INET *BestSourceAddress
^
In file included from /usr/share/mingw-w64/include/iphlpapi.h:16:0,
from src/windows.hpp:58,
from src/precompiled.hpp:37,
from src/address.cpp:30:
/usr/share/mingw-w64/include/netioapi.h:585:9: error: ‘SOCKADDR_INET’ does not name a type
const SOCKADDR_INET *SourceAddress
^
In file included from src/windows.hpp:58:0,
from src/precompiled.hpp:37,
from src/address.cpp:30:
/usr/share/mingw-w64/include/iphlpapi.h:147:5: error: ‘SOCKADDR_IN6’ does not name a type
SOCKADDR_IN6 Ipv6Address;
^
fanquake force-pushed on Jan 4, 2017
fanquake
commented at 12:51 PM on January 4, 2017:
member
Pushed a commit to update to the latest point release (4.2.1), may also help with these issues.
fanquake renamed this: [depends] ZeroMQ 4.2.0 [depends] ZeroMQ 4.2.1 on Jan 4, 2017
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:55 UTC