Re: [zeromq-dev] Compiling Java Bindings in AIX

2013-03-14 Thread Gonzalo Vasquez
Yes sir, same error: Making all in src CLASSPATH=.:./.:$CLASSPATH javah -jni -classpath . org.zeromq.ZMQ make: 1254-002 Cannot find a rule to create target org/zeromq/ZMQontext.class from dependencies. Stop. make: 1254-004 The error code from the last command is 1. Stop. Gonzalo Vásquez

Re: [zeromq-dev] Compiling Java Bindings in AIX

2013-03-14 Thread Trevor Bernard
Did you try manually removing one of the $ in the the makefile? On Thu, Mar 14, 2013 at 4:11 PM, Gonzalo Vasquez wrote: > Environment: AIX 6.1 Power 7 > > Tried, both with a normal user and with root access, and with jzqm v2.1.2 > and the also the latest from the master branch in the git repo. >

[zeromq-dev] Compiling Java Bindings in AIX

2013-03-14 Thread Gonzalo Vasquez
Environment: AIX 6.1 Power 7 Tried, both with a normal user and with root access, and with jzqm v2.1.2 and the also the latest from the master branch in the git repo. autogen.sh works ok ./configure works ok with the following params: ./configure --with-zeromq=/usr/local But, make fails right