Re: [zeromq-dev] zmqpp doesn't build on Mac OS X?

2014-05-17 Thread Thomas Rodgers
-rdynamic on GCC instructs the compiler to add symbols it normally wouldn't add to the resulting .so. On OSX, the g++ you are most likely using is the Apple front end to Clang supplied with XCode and NOT g++. -soname is used to mark your library's compatibility e.g. if you link against libzmqpp.s

[zeromq-dev] P2P network and NAT traversal

2014-05-17 Thread Brian
Is there any way to use ZMQ when both clients and servers are behind NAT like a p2p network? It seems UDP is not supported. Would a pubsub model work or only if the server is not behind NAT? Sent from my iPhone ___ zeromq-dev mailing list zeromq-dev@lis

Re: [zeromq-dev] 1 of 43 tests failed

2014-05-17 Thread Christian Campbell
Whoops, I forgot to include: FreeBSD rekha.dccjr.com 10.0-RELEASE-p3 FreeBSD 10.0-RELEASE-p3 #2: Wed May 14 13:52:35 EDT 2014 r...@rekha.dccjr.com:/usr/obj/usr/src/sys/REKHA amd64 ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.

[zeromq-dev] 1 of 43 tests failed

2014-05-17 Thread Christian Campbell
Assertion failed: (rc == 0), function main, file test_abstract_ipc.cpp, line 31. Abort trap (core dumped) XFAIL: test_abstract_ipc Assertion failed: ((int) sockets.size () < no_of_sockets), function test_system_max, file test_many_sockets.cpp, line 40. Abort trap (core dumped) FAIL: test_many_socke

[zeromq-dev] ZMQLogError: *** : zmq_recv: Operation timed out

2014-05-17 Thread Pankaj Dhiman
Hi Gents , I m using ZMQ 4.0.4 for iOS 1) when i send messase using *zmq_send * *i got this this but message is successfully received at client. (Strange)* * - ZMQLogError: *** : zmq_send: Resource temporarily unavailable* *2) when i use *zmq_recvmsg *ZMQLogError: *** : zmq_recv: Operation

[zeromq-dev] ZMQLogError: *** : zmq_recv: Operation timed out

2014-05-17 Thread Pankaj Dhiman
Hi Gents, i am using zmq 4.0.3. The server is written in java (ZMsg lib) and the client is iOS (Objective C). I have sucessfully sent message from ZMQ_DEALER socket using zmq_sendmsg funtion. but when i recieve event from server using method zmq_recvmsg at client. i recieved error code 804 and th

[zeromq-dev] zmqpp doesn't build on Mac OS X?

2014-05-17 Thread Ivan Figueredo
Mac OS X Lion. gcc4.8. zmqpp is giving me errors under Mac OS X, gcc4.8, g++: error: unrecognized command line option '-rdynamic': git clone https://github.com/zeromq/zmqpp.git Cloning into 'zmqpp'... remote: Reusing existing pack: 900, done. remote: Total 900 (delta 0), reused 0 (delta 0) Rece

[zeromq-dev] IPv6 Compile-time conditional support

2014-05-17 Thread Lionel Orry
Dear list, I am new to the list so I hope I'm not asking a question already asked. I am in the process of integrating zeromq in an embedded solution using a uclibc toolchain that I cannot customise, and which has, as the majority of uclibc toolchains (this is configurable when creating the toolch