We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several files are left over after I run
cd jzmq-jni ./autogen.sh ./configure --prefix="$P" --with-zeromq="$P" make -j install
These are:
The following patch would fix this:
diff --git a/.gitignore b/.gitignore index b0a6149..68423d4 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,11 @@ javah_stamp .tags* *.sublime-project *.sublime-workspace +jzmq-jni/src/main/c++/config.hpp +jzmq-jni/src/main/c++/config.hpp.in +jzmq-jni/src/main/c++/org_zeromq_ZMQ.h +jzmq-jni/src/main/c++/org_zeromq_ZMQ_Context.h +jzmq-jni/src/main/c++/org_zeromq_ZMQ_Curve.h +jzmq-jni/src/main/c++/org_zeromq_ZMQ_Event.h +jzmq-jni/src/main/c++/org_zeromq_ZMQ_Poller.h +jzmq-jni/src/main/c++/org_zeromq_ZMQ_Socket.h
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Several files are left over after I run
These are:
The following patch would fix this:
The text was updated successfully, but these errors were encountered: