This file contains 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
/Users/kchien/.rvm/rubies/ruby-1.9.2-p0, this may take a while depending on your cpu(s)... | |
ruby-1.9.2-p0 - #fetching | |
ruby-1.9.2-p0 - #extracted to /Users/kchien/.rvm/src/ruby-1.9.2-p0 (already extracted) | |
ruby-1.9.2-p0 - #configuring | |
ruby-1.9.2-p0 - #compiling | |
ruby-1.9.2-p0 - #installing | |
ruby-1.9.2-p0 - updating #rubygems for /Users/kchien/.rvm/gems/ruby-1.9.2-p0@global | |
ruby-1.9.2-p0 - updating #rubygems for /Users/kchien/.rvm/gems/ruby-1.9.2-p0 | |
ruby-1.9.2-p0 - adjusting #shebangs for (gem). | |
ruby-1.9.2-p0 - #importing default gemsets (/Users/kchien/.rvm/gemsets/) |
This file contains 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
ld: in /usr/local/lib/libiconv.2.dylib, missing required architecture x86_64 in file | |
collect2: ld returned 1 exit status | |
make[1]: *** [../../.ext/x86_64-darwin10.5.0/tcltklib.bundle] Error 1 | |
make: *** [mkmain.sh] Error 1 |
This file contains 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 2d348a3d4a69c167572b42ac65961b1c66d086f7 Mon Sep 17 00:00:00 2001 | |
From: Kenrick Chien <[email protected]> | |
Date: Thu, 9 Dec 2010 19:22:26 -0500 | |
Subject: [PATCH] Changed expectation to use regex. | |
--- | |
features/matchers/include.feature | 4 ++-- | |
1 files changed, 2 insertions(+), 2 deletions(-) | |
diff --git a/features/matchers/include.feature b/features/matchers/include.feature |
NewerOlder