Skip to content

Instantly share code, notes, and snippets.

@jashwanth9
Created June 15, 2012 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jashwanth9/2937779 to your computer and use it in GitHub Desktop.
Save jashwanth9/2937779 to your computer and use it in GitHub Desktop.
output
jashwanth@jashwanth-XPS-L501X:~/Desktop/GSoC-Parrot/start/parrot-lapack$ winxed setup.winxed build
"/home/jashwanth/parrot/bin/winxed" -c -o./src/LAPACK/Double.pir ./src/LAPACK/Double.winxed
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at ./src/LAPACK/Double.winxed line 11
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at ./src/LAPACK/Double.winxed line 16
"/home/jashwanth/parrot/bin/parrot" -o ./src/LAPACK/Common.pbc ./src/LAPACK/Common.pir
"/home/jashwanth/parrot/bin/parrot" -o ./src/LAPACK/Double.pbc ./src/LAPACK/Double.pir
jashwanth@jashwanth-XPS-L501X:~/Desktop/GSoC-Parrot/start/parrot-lapack$ winxed setup.winxed test
elements() not implemented in class 'Rosella;Query;Iterable;Map'
current instr.: 'parrot;Rosella;Query;Iterable;Append;has_more' pc 8387 (rosella/query.pir:4388) (rosella/query.winxed:2518)
called from Sub 'parrot;Rosella;Query;Iterable;to_array' pc 5074 (rosella/query.pir:2725) (rosella/query.winxed:1814)
called from Sub 'parrot;Rosella;Harness;TestRun;Factory;create_typed' pc 4796 (rosella/harness.pir:2201) (rosella/harness.winxed:1594)
called from Sub 'parrot;Rosella;Harness;setup_test_run' pc 413 (rosella/harness.pir:221) (rosella/harness.winxed:756)
called from Sub '_block1000' pc 91 ((file unknown):33) (t/harness:6)
called from Sub 'parrot;HLL;Compiler;_block1177' pc 24737 (ext/nqp-rx/src/stage0/HLL-s0.pir:8936)
called from Sub 'parrot;HLL;Compiler;eval' pc 24614 (ext/nqp-rx/src/stage0/HLL-s0.pir:8878)
called from Sub 'parrot;PCT;HLLCompiler;evalfiles' pc 1496 (compilers/pct/src/PCT/HLLCompiler.pir:759)
called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1721 (compilers/pct/src/PCT/HLLCompiler.pir:874)
called from Sub 'parrot;NQP;Compiler;main' pc 92462 (ext/nqp-rx/src/stage0/NQP-s0.pir:28374)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment