Created
September 4, 2014 20:01
-
-
Save xeno-by/4f43f7e06354599d744f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] --- scala-maven-plugin:3.1.7-SNAPSHOT:compile (scala-compile-first) @ scala --- | |
[WARNING] Zinc server is not available at port 3030 - reverting to normal incremental compile | |
[INFO] Using incremental compilation | |
[WARNING] extra args for zinc are ignored in non-server mode | |
[INFO] 'compiler-interface' not yet compiled for Scala 2.11.2. Compiling... | |
/var/folders/bq/rz89jq0x4f13cm4sk6ss08l80000gn/T/sbt_3f3e9cfe/CompilerInterface.scala:246: error: recursive method rootLoader needs result type | |
override def rootLoader = if(resident) newPackageLoaderCompat(rootLoader)(compiler.classPath) else super.rootLoader | |
^ | |
/var/folders/bq/rz89jq0x4f13cm4sk6ss08l80000gn/T/sbt_3f3e9cfe/CompilerInterface.scala:246: error: value rootLoader is not a member of scala.tools.nsc.backend.JavaPlatform | |
override def rootLoader = if(resident) newPackageLoaderCompat(rootLoader)(compiler.classPath) else super.rootLoader | |
^ | |
/var/folders/bq/rz89jq0x4f13cm4sk6ss08l80000gn/T/sbt_3f3e9cfe/CompilerInterface.scala:267: error: value RootClass is not a member of object Compiler.this.definitions | |
reSyncCompat(definitions.RootClass, Some(classPath), Some(oldEntry), Some(newEntry)) | |
^ | |
/var/folders/bq/rz89jq0x4f13cm4sk6ss08l80000gn/T/sbt_3f3e9cfe/CompilerInterface.scala:343: error: value RootClass is not a member of object Compiler.this.definitions | |
pkg == definitions.RootClass || | |
^ | |
/var/folders/bq/rz89jq0x4f13cm4sk6ss08l80000gn/T/sbt_3f3e9cfe/CompilerInterface.scala:292: error: value EmptyPackageClass is not a member of object Compiler.this.definitions | |
invalidateOrRemove(definitions.EmptyPackageClass.asInstanceOf[ClassSymbol]) | |
^ | |
5 errors found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment