Scala compiler error: unknown option: '-dd' Scala compiler -help gives more information Usage: scalac where possible options include: -doc Generate documentation -g Generate debugging info -nowarn Generate no warnings -noassert Generate no assertions and assumptions -verbose Output messages about what the compiler is doing -classpath Specify where to find user class files -sourcepath Specify where to find input source files -bootclasspath Override location of bootstrap class files -extdirs Override location of installed extensions -d Specify where to place generated class files -encoding Specify character encoding used by source files -windowtitle Specify window title of generated HTML documentation -documenttitle Specify document title of generated HTML documentation -target: Specify which backend to use (jvm-1.5,jvm-1.4,msil,cldc) -migrate Assist in migrating from Scala version 1.0 -debug Output debugging messages -statistics Print compiler statistics -explaintypes Explain type errors in more detail -resident Compiler stays resident, files to compile are read from standard input -uniqid Print identifiers with unique names (debugging option) -printtypes Print tree types (debugging option) -prompt Display a prompt after each error (debugging option) -noimports Compile without any implicit imports -nopredefs Compile without any implicit predefined values -skip: Skip -check: Check the tree at start of -print: Print out program after -printer: Printer to use (text,html) -printfile Specify file in which to print trees -graph: Graph the program after -browse: Browse the abstract syntax tree after -stop: Stop after phase -log: Log operations in -version Print product version and exit -help Print a synopsis of standard options -Xinline Perform inlining when possible -Xcloselim Perform closure elimination -Xdce Perform dead code elimination -Xshowcls Show class info -Xshowobj Show object info -Xshowicode Print the generated ICode -Xgadt enable gadt for classes -Xlinearizer: Linearizer to use (normal,dfs,rpo) -Xgenerics Use generic Java types one error found