Hello,

attached are a couple of patches against master branch:

0001
MinGW32 defines __int64_t as long long, which causes the build to fail
unless -Wno-long-long is used. In addition the shutdown_stress test
isn't currently compatible with Win.

0002
After long discussions in IRC we came to conclusion that there is no
elegant way to handle static builds with MinGW32. This patch sets
AC_DISABLE_STATIC by default on MinGW32 and Cygwin

0003
This conditional is unnecessary as BUILD_PGM can be negated in the test.

0004
Couldn't find a place where these substs were actually used

0005
Allows building without documentation even if asciidoc and xmlto are
installed. This eases up working with the build system because doc
generation take quite a while on repeated builds.



-- 
Mikko Koppanen

Attachment: 0001-Fix-mingw32-build.patch
Description: Binary data

Attachment: 0002-MinGW32-build-fixes.patch
Description: Binary data

Attachment: 0003-Remove-unnecessary-conditional.patch
Description: Binary data

Attachment: 0004-Remove-unneeded-substitutions.patch
Description: Binary data

Attachment: 0005-Allow-building-without-documentation.patch
Description: Binary data

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to