On Thu, Mar 3, 2011 at 11:20 AM, Mikko Koppanen <[email protected]> wrote: > On Thu, Mar 3, 2011 at 1:38 PM, Luis Lavena <[email protected]> wrote: >> What can I do to help you guys get the toolchain setup so zeromq can >> be build/tested against it? > > Hi, > > I think the biggest problem is that the current build cluster does not > have Win64 available for testing. So even if we can compile there is > no way to run the tests at the moment. I actually started to look into > adding MingW64 a few days ago: > http://build.zero.mq/job/ZeroMQ2-core-master_mingw64/ but haven't had > time to fiddle with it more. >
Please note that "mingw-w64" have compilers in both 32 and 64bits (i686-w64-mingw32 and x86_64-w64-mingw32 GNU triplets) --host should be enough (no need for target). -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
