magnars / optimus

A Ring middleware for frontend performance optimization.
364 stars 23 forks source link

magnars optimus:- Does not support windows environment #28

Open dchakrawarti opened 10 years ago

dchakrawarti commented 10 years ago

I am trying to use this lib in my project but geting this exception: (tried on both windows xp / 7)

Exception in thread "main" java.lang.Exception: Unsupported OS/archetype: Windows XP x86, compiling:(core.clj:36:1) at clojure.lang.Compiler$InvokeExpr.eval(Compiler.java:3463) at clojure.lang.Compiler.compile1(Compiler.java:7153) at clojure.lang.Compiler.compile(Compiler.java:7219) at clojure.lang.RT.compile(RT.java:398) at clojure.lang.RT.load(RT.java:438) at clojure.lang.RT.load(RT.java:411)

magnars commented 10 years ago

Yes, unfortunately clj-v8 does not come with binaries for windows.

Please open an issue on the clj-v8 issue tracker, maybe that will help: https://github.com/circleci/clj-v8

Otherwise there is this issue, with talk about changing JavaScript engine - but that would then require Java 8 instead: https://github.com/magnars/optimus/issues/14