Closed GoogleCodeExporter closed 9 years ago
For reference its OS X 10.7.4
Original comment by gabe.del...@gmail.com
on 27 Jun 2012 at 8:11
Attempted to install libpgm 3 and same exact problem. I am guessing that Apple
changed something and now there is something getting redefined without
intention... It most likely has to do with the upgrade to version 10.7 of OS X
Lion
Original comment by gabe.del...@gmail.com
on 27 Jun 2012 at 8:13
Noted, I have a patch waiting to apply to trunk.
Original comment by fnjo...@gmail.com
on 28 Jun 2012 at 1:43
Any idea as to when this will be applied? Would be very helpful to be able to
test zeromq code on my mac before uploading to my server........
Original comment by gabe.del...@gmail.com
on 28 Jun 2012 at 3:43
OS X 10.7 may work with trunk when using Autoconf, I can see I already
reference that version in the following file:
http://code.google.com/p/openpgm/source/browse/trunk/openpgm/pgm/include/pgm/in.
h
The question arises whether __APPLE_USE_RFC_3542 or __APPLE_USE_RFC_2292 need
to be defined for subsequent versions.
Original comment by fnjo...@gmail.com
on 29 Jun 2012 at 1:37
I tried r1466: Compilation works now, but the examples are seg faulting:
./purinsend -lp 7555 -n "en0;239.192.1.1"
Warn: file socket.c: line 2360 (pgm_connect): assertion `sock->recv_gsr_len >
0' failed
pgm_err is 0x0 and causes the seg fault at purinrecv.c:440
Any ideas what could be wrong?
Best regards
Original comment by chris02...@gmail.com
on 16 Jul 2012 at 7:38
Trunk is working fine with Autoconf and SConstruct.OSX107. Not sure how to fix
SCons Autoconf.
Original comment by fnjo...@gmail.com
on 22 Jul 2012 at 5:00
Issue 24 has been merged into this issue.
Original comment by fnjo...@gmail.com
on 19 Aug 2012 at 1:16
Original issue reported on code.google.com by
gabe.del...@gmail.com
on 27 Jun 2012 at 8:03