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
actionmailer (2.3.5, 1.3.6) | |
actionpack (2.3.5, 1.13.6) | |
actionwebservice (1.2.6) | |
activerecord (2.3.5, 1.15.6) | |
activeresource (2.3.5) | |
activesupport (2.3.5, 1.4.4) | |
acts_as_ferret (0.4.3) | |
capistrano (2.5.2) | |
cgi_multipart_eof_fix (2.5.0) | |
coderay (0.9.7) |
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
~/html_templating ruby app.rb | |
== Sinatra/1.0 has taken the stage on 4567 for development with backup from WEBrick | |
[2011-03-25 12:57:40] INFO WEBrick 1.3.1 | |
[2011-03-25 12:57:40] INFO ruby 1.9.2 (2010-12-25) [x86_64-darwin10.5.0] | |
[2011-03-25 12:57:40] INFO WEBrick::HTTPServer#start: pid=10635 port=4567 | |
Errno::ENOENT - No such file or directory - /Users/adelacruz/html_templating/<internal:lib/rubygems/views/home01.erb: | |
/Users/adelacruz/html_templating/tmp/isolate/ruby-1.9.1/gems/sinatra-1.0/lib/sinatra/tilt.rb:122:in `read' | |
/Users/adelacruz/html_templating/tmp/isolate/ruby-1.9.1/gems/sinatra-1.0/lib/sinatra/tilt.rb:122:in `block in initialize' | |
/Users/adelacruz/html_templating/tmp/isolate/ruby-1.9.1/gems/sinatra-1.0/lib/sinatra/tilt.rb:123:in `call' | |
/Users/adelacruz/html_templating/tmp/isolate/ruby-1.9.1/gems/sinatra-1.0/lib/sinatra/tilt.rb:123:in `initialize' |
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<head> | |
<meta charset="utf-8"> | |
<title>test</title> | |
<style type="text/css" media="screen"> | |
html, body {margin: 0; padding: 0; height: 100%; position: relative;} |
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
pd-vpn-075:admin alland$ ruby admin_title.rb | |
[01/28] Isolating nokogiri (= 1.4.4). | |
Building native extensions. This could take a while... | |
/Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:551:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError) | |
/Users/alland/.rvm/rubies/ruby-1.9.2-head/bin/ruby extconf.rb | |
checking for libxml/parser.h... yes | |
checking for libxslt/xslt.h... yes | |
checking for libexslt/exslt.h... yes | |
checking for iconv_open() in iconv.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
pd-vpn-075:admin alland$ gem install nokogiri | |
Fetching: nokogiri-1.4.4.gem (100%) | |
Building native extensions. This could take a while... | |
ERROR: Error installing nokogiri: | |
ERROR: Failed to build gem native extension. | |
/Users/alland/.rvm/rubies/ruby-1.9.2-head/bin/ruby extconf.rb | |
checking for libxml/parser.h... yes | |
checking for libxslt/xslt.h... yes | |
checking for libexslt/exslt.h... yes |
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
... | |
checking for fprintf... yes | |
checking for snprintf... yes | |
checking for vfprintf... yes | |
checking for vsprintf... yes | |
checking for vsnprintf... yes | |
checking for sscanf... yes | |
checking for perl... perl | |
checking for python... /usr/bin/python |
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
~/Workspace/ruin/admin ruby admin_title.rb | |
[01/25] Isolating mysql2 (= 0.2.6). | |
Building native extensions. This could take a while... | |
/Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:551:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError) | |
/Users/alland/.rvm/rubies/ruby-1.9.2-head/bin/ruby extconf.rb | |
checking for rb_thread_blocking_region()... yes | |
checking for mysql.h... yes | |
checking for errmsg.h... yes | |
checking for mysqld_error.h... yes |
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
I think it might be this: | |
the <option> needs values 0 - x | |
<select> | |
<option value="0" selected="selected">something</option> | |
<option value="1" >something</option> | |
<option value="2" >something</option> | |
<option value="3" >something</option> | |
<option value="4" >something</option> |
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
Error: Failed executing: ./configure --disable-osx-universal-binary --without-perl --prefix=/usr/local/Cellar/imagemagick/6.7.1-1 --disable-dependency-tracking --enable-shared --disable-static --with-modules --without-gslib --with-gs-font-dir=/usr/local/share/ghostscript/fonts --without-magick-plus-plus | |
Please report this bug: https://github.com/mxcl/homebrew/wiki/Checklist-before-filing-a-new-issue | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/#issue/5112 | |
https://github.com/mxcl/homebrew/issues/#issue/5478 | |
https://github.com/mxcl/homebrew/issues/#issue/6001 | |
https://github.com/mxcl/homebrew/issues/#issue/6715 | |
https://github.com/mxcl/homebrew/issues/#issue/6723 | |
https://github.com/mxcl/homebrew/issues/#issue/6761 | |
It looks like an autotools configure failed. |
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
~/Workspace git clone [email protected]:lunchmoney.git | |
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib | |
Referenced from: /opt/local/bin/git | |
Reason: Incompatible library version: git requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 | |
Trace/BPT trap: 5 | |
~/Workspace | |
OlderNewer