lucidd / chrome-system-monitor

A system monitoring app for chrome(ium/OS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error on building

dportabella opened this issue · comments

Hi, I get this error when building the app:

$ git clone git@github.com:lucidd/chrome-system-monitor.git
$ cd chrome-system-monitor
$ sbt chromeUnpackedFast
[info] [launcher] getting org.scala-sbt sbt 0.13.8  (this may take some time)...
downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.10.4/scala-library-2.10.4.jar ...
...
[info] Loading global plugins from /Users/david/.sbt/0.13/plugins
[info] Updating {file:/Users/david/.sbt/0.13/plugins/}global-plugins...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
error: bad symbolic reference. A signature in Implicits.class refers to term Remove
in package sbt which is not available.
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling Implicits.class.
error: bad symbolic reference. A signature in Implicits.class refers to type Value
in value sbt.Remove which is not available.
It may be completely missing from the current classpath, or the version on
the classpath might be incompatible with the version used when compiling Implicits.class.
[error] Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? 

I just tried - it doesn't work for me either, but with different error.
You can try this fork.