Re: [zeromq-dev] zmq java binding compilation issue

2013-03-13 Thread Gonzalo Vasquez
Sorry, POWER7 AIX 6.1, using IBM's xlC compiler I found the "problem lines" in src/Makefile, they are the ones referencing the inner java classes (the ones with a $ in between), those are the conflilcting ones, but I'm not sure how to fix it Gonzalo Vásquez Sáez Gerente Investigación y Desarroll

Re: [zeromq-dev] zmq java binding compilation issue

2013-03-13 Thread Trevor Bernard
What platform are you trying to compile on? On Wed, Mar 13, 2013 at 11:28 AM, Gonzalo Vasquez wrote: > I've tried both the current "master" from the github repo and the 2.1.2 > snapshot, both give me the same error: > > make: 1254-002 Cannot find a rule to create target > org/zeromq/ZMQontext.cla

[zeromq-dev] zmq java binding compilation issue

2013-03-13 Thread Gonzalo Vasquez
I've tried both the current "master" from the github repo and the 2.1.2 snapshot, both give me the same error: make: 1254-002 Cannot find a rule to create target org/zeromq/ZMQontext.class from dependencies. But ZMQontext class does not exist, it's been mispelled, any ideas? Gonzalo Vásquez Sáe