Skip to content

Instantly share code, notes, and snippets.

@soc
Created April 2, 2012 22:06
Show Gist options
  • Select an option

  • Save soc/2287548 to your computer and use it in GitHub Desktop.

Select an option

Save soc/2287548 to your computer and use it in GitHub Desktop.
% ant build
Buildfile: /home/soc/Entwicklung/scala-llvm/build.xml
init.jars.check:
init.jars:
init:
[echo] build time: 3 April 2012, 00:43:56
[echo] java version: OpenJDK 64-Bit Server VM 1.7.0_03-icedtea
[echo] java args: -Xms1536M -Xmx1536M -Xss1M -XX:MaxPermSize=192M -XX:+UseParallelGC
[echo] javac args:
[echo] scalac args:
[echo] build number: 2.10.0-M1-0598-g9150d3eafa-2012-04-03
check.llvmil:
init.llvm:
locker.start:
locker.pre-lib:
locker.lib:
locker.pre-comp:
locker.comp:
locker.done:
quick.start:
quick.pre-lib:
quick.lib:
quick.newlibs:
quick.libs:
quick.newforkjoin:
quick.forkjoin:
quick.pre-comp:
quick.comp:
[scalacfork] Compiling 1 file to /home/soc/Entwicklung/scala-llvm/build/quick/classes/compiler
[scalacfork] /home/soc/Entwicklung/scala-llvm/src/compiler/scala/tools/nsc/backend/llvm/GenLLVM.scala:857: error: type mismatch;
[scalacfork] found : ch.epfl.lamp.llvm.LMOpaque with ch.epfl.lamp.llvm.AliasedType
[scalacfork] required: ch.epfl.lamp.llvm.LMStructure
[scalacfork] val cig = new LMGlobalVariable[LMStructure](classInfoName(c.symbol), LMOpaque.aliased("thisclass")/*ci.tpe*/, Externally_visible, Default, true)
[scalacfork] ^
[scalacfork] one error found
BUILD FAILED
/home/soc/Entwicklung/scala-llvm/build.xml:691: Compilation failed because of an internal compiler error; see the error output for details.
Total time: 8 seconds
ant build 14,75s user 0,36s system 182% cpu 8,263 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment