-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
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
protobuf "0.8.1" / Java 1.7 #53
Comments
Second this. Any thoughts here? |
Hi Guys, Any more news in this topic |
I just ran into this because I am trying to host my Clojure lighting controller inside Cycling ’74’s Max, and that only supports the legacy 1.6 Java environment. I guess I am going to have to fork and compile it myself, since it still is a problem. |
I just submitted pull requests that fix this to lein-protobuf and clojure-protobuf. If you want to use my forks while we wait to see if the PRs are accepted, you can find them in clojars: |
I'm having problems with:
[org.flatland/protobuf "0.8.1"]
It appears to be compiled for Java 1.7 and I'm using it on Java 1.6.
Is is possible to release a version supporting Java 1.6?
Thanks,
The text was updated successfully, but these errors were encountered: