ninjudd / clojure-protobuf

Google protocol buffers wrapper for Clojure.
Eclipse Public License 1.0
217 stars 70 forks source link

protobuf "0.8.1" / Java 1.7 #53

Open josephwilk opened 10 years ago

josephwilk commented 10 years ago

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,

mikeflynn commented 10 years ago

Second this. Any thoughts here?

mrastan commented 10 years ago

Hi Guys, Any more news in this topic

brunchboy commented 9 years ago

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.

brunchboy commented 9 years ago

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: [org.clojars.brunchboy/lein-protobuf "0.4.3"] [org.clojars.brunchboy/protobuf "0.8.3"]