Giter Club home page Giter Club logo

Comments (4)

gonzus avatar gonzus commented on September 27, 2024

Sorry, can't help you with this. I use jzmq on Windows. Perhaps try the mailing list.

from jzmq.

kennyplaces avatar kennyplaces commented on September 27, 2024

hi, have you figured out the issue? I encountered similar issue on ubuntu12.04, where some target missing in the makefile. I think the problem we have is somehow related.

from jzmq.

justanyone avatar justanyone commented on September 27, 2024

Trying to build zmq on AIX 6.1 now. One problem after another (of course, expect this on AIX - nonstandard everything and no clues). So: found at least a couple of things. Install prerequisite packages of libtool, m4, gcc, g++, libgcc, automake, make, etc. I have a blog about this at justanyone dot blogspot dot com - I will post more there.

from jzmq.

tuempeltaucher avatar tuempeltaucher commented on September 27, 2024

Same on FreeBSD 9.2.

I think it has something to do with the $ sign in the Makefile:

JZMQ_CLASS_FILES =
org/zeromq/ZMQ.class
org/zeromq/ZMQ$$Context.class
org/zeromq/ZMQ$$Socket.class
org/zeromq/ZMQ$$Poller.class
org/zeromq/ZMQ$$Error.class
org/zeromq/ZMQException.class
org/zeromq/ZMQQueue.class
org/zeromq/ZMQForwarder.class
org/zeromq/ZMQStreamer.class
org/zeromq/ZContext.class
org/zeromq/ZFrame.class
org/zeromq/ZMsg.class
org/zeromq/ZThread.class
org/zeromq/ZLoop.class
org/zeromq/ZDispatcher.class

I tried

dollar := $$
JZMQ_CLASS_FILES =
org/zeromq/ZMQ.class
org/zeromq/ZMQ$(dollar)Context.class
...

but make fails with:

[~/jzmq/src/main/c++]# make
make: don't know how to make org/zeromq/ZMQContext.class. Stop

I symlinked ZMQ$Context.class to ZMQContext.class. Make knows how to build it but fails with

/usr/local/openjdk7/include/jni.h:45:20: error: jni_md.h: No such file or directory

and a lot of errors...

Is jzmq not supposed to work with openjdk?

from jzmq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.