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
$ LC_ALL=C bin/rbx -X19 gem install nmatrix | |
Building native extensions. This could take a while... | |
ERROR: Error installing nmatrix: | |
ERROR: Failed to build gem native extension. | |
/home/pierre/Sources/rubinius/bin/rbx extconf.rb | |
checking for main() in -llapack... yes | |
checking for main() in -lcblas... yes | |
checking for main() in -latlas... yes | |
checking for clapack.h... no |
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
Rubinius Crash Report #rbxcrashreport | |
[[Exception]] | |
A toplevel exception occurred | |
undefined local variable or method `this_does_not_exist' on an instance of Object. (NameError) | |
Backtrace: | |
Kernel(Object)#this_does_not_exist (method_missing) at kernel/delta | |
/kernel.rb:81 | |
{ } in Object#__script__ at -e:1 |
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
/usr/bin/ruby1.9.1 vm/codegen/config_vars.rb vm/gen/config_variables.h | |
GEN vm/gen/config_variables.h | |
/usr/bin/ruby1.9.1 vm/codegen/encoding_extract.rb /home/pierre/Sources/vendor/onig vm/gen/encoding_database.cpp | |
/usr/bin/ruby1.9.1 vm/codegen/field_extract.rb vm/builtin/basicobject.hpp vm/builtin/object.hpp vm/builtin/integer.hpp vm/builtin/fixnum.hpp vm/builtin/array.hpp vm/builtin/bignum.hpp vm/builtin/executable.hpp vm/builtin/access_variable.hpp vm/builtin/alias.hpp vm/builtin/block_environment.hpp vm/builtin/block_as_method.hpp vm/builtin/bytearray.hpp vm/builtin/chararray.hpp vm/builtin/io.hpp vm/builtin/channel.hpp vm/builtin/module.hpp vm/builtin/class.hpp vm/builtin/compiledmethod.hpp vm/builtin/data.hpp vm/builtin/dir.hpp vm/builtin/exception.hpp vm/builtin/float.hpp vm/builtin/immediates.hpp vm/builtin/iseq.hpp vm/builtin/list.hpp vm/builtin/lookuptable.hpp vm/builtin/ffi_pointer.hpp vm/builtin/methodtable.hpp vm/builtin/nativefunction.hpp vm/builtin/packed_object.hpp vm/builtin/randomizer.hpp vm/b |
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
Building bootstrap Melbourne for MRI | |
GEN runtime/18/signature | |
RBC 1.8 kernel/bootstrap/alias.rb | |
RBC 1.8 kernel/bootstrap/array.rb | |
RBC 1.8 kernel/bootstrap/array18.rb | |
RBC 1.8 kernel/bootstrap/bignum.rb | |
RBC 1.8 kernel/bootstrap/block_environment.rb | |
RBC 1.8 kernel/bootstrap/bytearray.rb | |
RBC 1.8 kernel/bootstrap/chararray.rb | |
RBC 1.8 kernel/bootstrap/channel.rb |
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
$ rbx stack.rb | |
[4, 8, 12, 16, 20, 24, 28, 32, 36] | |
[{:done=>[9, 0, 5, 9, 6, 5, 2, 0], | |
:last=>nil, | |
:cells=>[1, nil, 1, nil, nil, 1, 1, nil, nil, 1], | |
:values=>[]}, | |
{:done=>[9, 0, 5, 9, 6, 5, 2, 0], | |
:last=>9, | |
:cells=>[1, nil, 1, nil, nil, 1, 1, nil, nil, 1], | |
:values=>[]}, |
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
From ed6cd80bdd2e289befdad1e5e15eed425e19e2e8 Mon Sep 17 00:00:00 2001 | |
From: Pierre Yager <[email protected]> | |
Date: Thu, 30 Dec 2010 15:06:06 +0100 | |
Subject: [PATCH 1/2] Improved searching of the Firebird root directory. | |
--- | |
extconf.rb | 24 ++++++++++++++++++++---- | |
1 files changed, 20 insertions(+), 4 deletions(-) | |
diff --git a/extconf.rb b/extconf.rb |
NewerOlder