Pieter Hintjens

Results 81 comments of Pieter Hintjens
trafficstars

As a general rule it's better to merge first and improve later. On Dec 9, 2014 6:04 PM, "Dan Riegsecker" [email protected] wrote: > Would everyone prefer to browse the code...

Before building filemq, make sure you build/install libzmq and then czmq. On Mon, Sep 29, 2014 at 10:57 PM, tzhang27 [email protected] wrote: > Hello, > when I run "make check",...

I'll rebuild the packaging, zproject is now up to speed on Windows and other systems. On Wed, Jan 20, 2016 at 9:48 AM, Gran Ville Lintao wrote: > > Let...

OK, all done here: https://github.com/zeromq/filemq/pull/68 Just did about a year's worth of packaging work in a few minutes. On Wed, Jan 20, 2016 at 11:46 AM, Pieter Hintjens [email protected] wrote:...

Ah, it will work on Windows and OS/X from the command line. You need to install gsl. The text in scalablec.org may help (though it's unfinished). On Wed, Jan 20,...

OK, you're maintainer now. Enjoy :)

Best way to fix this is to patch the project files by hand, until it works, and then make a pull request. I'll then backport those fixes to zproject. On...

I don't see where the CZMQ build is producing czmq.lib/dll; the project is called libczmq. Could you double-check you're using the latest CZMQ master and msvc builds? Rather than change...

OK, that explains it. We have to be using master. I did a sweep to getting libzmq, czmq, zyre, etc. working on Windows. You need master of each. The exception...

For sure, make a pull request with your changes. I'll merge them and then refine the changes if I can. Thanks! On Thu, Sep 26, 2013 at 8:42 PM, Momo...