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
Error: Failed executing: make (macvim.rb:68) | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/10490 | |
https://github.com/mxcl/homebrew/issues/10589 | |
Otherwise, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs |
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
# nodeใฎใใผใธใงใณใ็ขบ่ช | |
% node -v | |
v0.6.2 | |
# ใคใณในใใผใซๆธใฟใฎnodeใ็ขบ่ช | |
% brew info node | |
node 0.6.2 | |
http://nodejs.org/ | |
/usr/local/Cellar/node/0.4.10 (72 files, 7.6M) | |
/usr/local/Cellar/node/0.6.2 (80 files, 7.6M) * |
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
#!/usr/bin/env ruby | |
# encoding: utf-8 | |
puts <<EOM | |
ใใใใใใiใฝใใใใใใใ/ใฝ | |
ใใใ ใ ใ|ใ๏พใฝใใใใใ/ ใ๏พi | |
ใ ใ ใ ใ |ใใใ๏พ''โโ'''"ใ ใ l | |
ใใใใใ,/ใใใ ใ ใ ใ ใใ ใ ๏พใฝ | |
ใใใใ ,i๏พ ใใใ๏ผใ ใ ใ ใ ใ๏ผผ ๏พ | |
ใใใ ใi!ใใใใใโปใ ใ ใใโป ใ,lใใใใใใใ |
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
[alias] | |
recent = "!$SHELL -c ' \n\ | |
n=1 \n\ | |
1=\"${1:-$n}\" \n\ | |
git --no-pager log --since=\"$1\".days --author=\"`git config user.name`\" --pretty=format:\"%h - %ar : %s\" --branches --reverse\n\ | |
' __dummy__" | |
# ใใใฉใซใใง1ๆฅๅใgit recent 10 ใง10ๆฅๅ | |
#ๅ่ http://whileimautomaton.net/2009/05/08003459 |
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
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
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
javascript:window.location='twitter://post?message=%20/%20'+document.title+'%20-%20'+window.location |
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
diff --git bin/ruby-build bin/ruby-build | |
index 2c6da34..405c53d 100755 | |
--- bin/ruby-build | |
+++ bin/ruby-build | |
@@ -97,6 +97,15 @@ build_package_standard() { | |
build_package_ruby() { | |
local package_name="$1" | |
+ { ./configure --prefix="$PREFIX_PATH" --enable-shared --enable-pthread --with-opt-dir=/usr/local | |
+ make -j 2 |
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
activesupport (3.1.0) | |
addressable (2.2.6) | |
awesome_print (0.4.0) | |
bluecloth (2.1.0) | |
builder (3.0.0) | |
bundler (1.0.18) | |
diff-lcs (1.1.3) | |
earthquake (0.8.1) | |
erubis (2.7.0) | |
eventmachine (0.12.10) |