Closed benoitc closed 13 years ago
Please check comments in http://github.com/zeromq/erlzmq/issues#issue/1
ZMQ_EVENTS and ZMQ_FD are not in main repo yet. Please try Martin's branch @ git://github.com/sustrik/zeromq2.git
git://github.com/sustrik/zeromq2.git -- remove repo, where to find it now?
ZMQ_FD and ZMQ_EVENTS are now in master, pls try master or v2.0.9/v2.0.10 tag.
Can this be closed now?
Yes, I think it should be ok.
amic_lookup -g -O3 -DNDEBUG -g -O2 -Werror -I/usr/local/Cellar/erlang/R14A/lib/erlang/usr/include -I/usr/local/Cellar/erlang/R14A/lib/erlang/lib/erl_interface-3.7/include -I/usr/local/include -shared -fPIC -L/usr/local/lib -lzmq -lpthread zmq_drv.cpp: In function ‘void zmqdrv_ready_input(_erl_drvdata, _erl_drvevent)’: zmq_drv.cpp:342: error: ‘ZMQ_EVENTS’ was not declared in this scope With latest version installed from homebrew and latest HEAD I get this compilation error :
zmq_drv.cpp: In function ‘void zmqdrv_socket(zmq_drvt, ErlIOVec_)’: zmq_drv.cpp:561: error: ‘ZMQ_FD’ was not declared in this scope zmq_drv.cpp: In function ‘void zmqdrv_recv(zmq_drvt, ErlIOVec_)’: zmq_drv.cpp:848: error: ‘ZMQ_EVENTS’ was not declared in this scope make[2]: * [../priv/zmq_drv.dylib] Error 1 make[1]: * [all-recursive] Error 1