Re: [zeromq-dev] ZBeacon multiple interface support

2015-04-27 Thread Patrick Noffke
Keep in mind that on Linux an IP address is assigned to a host, not an interface. Even if you think you're adding an IP address "to an interface," an ARP request for that IP address will by default be responded to on all interfaces. There is a way to override this behavior -- refer to the arp

Re: [zeromq-dev] Automatic generation of project files (CZMQ, CMake, ...)

2013-10-15 Thread Patrick Noffke
FWIW, you can use mingw64-cmake (I'm going through this now with another project). You can handle platform-specific stuff in the CMakeLists.txt (like add_definitions(-DWIN32) for starters). Patrick On 10/15/2013 11:07 AM, Laurent Alebarde wrote: > Why dangerous ? Still I haven't used MingW64 y

Re: [zeromq-dev] czmq/zbeacon - broadcast address doesn't match selected interface

2013-10-09 Thread Patrick Noffke
On 10/09/2013 09:48 AM, Jason Ziglar wrote: > I'm using zbeacon for service discovery, and have been noticing that the > beacon doesn't always behave as expected. I'm using the zsys_set_interface() > call to specify which interface to broadcast over, but according to netstat, > the beacon is bro

Re: [zeromq-dev] Problem compiling czmq with separate include and lib dirs for zeromq

2013-09-11 Thread Patrick Noffke
Wed, Sep 11, 2013 at 3:59 PM, Patrick Noffke > wrote: > > I am cross-compiling 0MQ and czmq (using gcc 4.8.0) for an embedded Linux > > target. To keep the install size down, I install only the libraries in > the > > root filesystem ($(ROOT_DIR) variable). Headers, m

[zeromq-dev] Problem compiling czmq with separate include and lib dirs for zeromq

2013-09-11 Thread Patrick Noffke
I am cross-compiling 0MQ and czmq (using gcc 4.8.0) for an embedded Linux target. To keep the install size down, I install only the libraries in the root filesystem ($(ROOT_DIR) variable). Headers, man pages, etc. go elsewhere ($(TOOL_DIR) variable). I configure 0MQ as follows (I'm omitting envi

Re: [zeromq-dev] czmq compilation failure (-Werror)

2013-09-10 Thread Patrick Noffke
On Tue, Sep 10, 2013 at 3:56 PM, Steven McCoy wrote: > Use a C99 compiler for CZMQ. With GCC this is usually with a flag -std=gnu99 > or -std=c99. > > Thanks, setting CFLAGS=-std=c99 during configure worked. Patrick ___ zeromq-dev mailing list zeromq-

[zeromq-dev] czmq compilation failure (-Werror)

2013-09-10 Thread Patrick Noffke
Hello, I am attempting to compile czmq with a cross-compiler (gcc 4.8.0), and I am getting a bunch of errors like this: make[3]: Entering directory `/home/pnoffke/QT_Linux/compile/czmq-1.4.1/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-quadtech-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../inc