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
S:\>gem list mysql | |
*** LOCAL GEMS *** | |
mysql (2.8.1 x86-mingw32) | |
S:\>ruby script\runner | |
** Erubis 2.6.6 | |
** Erubis 2.6.6 |
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
S:\>gem install curb -- --with-curl-dir=c:/Users/Greg/projects/curl-7.21.0-devel-mingw32 | |
Building native extensions. This could take a while... | |
ERROR: Error installing curb: | |
ERROR: Failed to build gem native extension. | |
C:/Ruby187/bin/ruby.exe extconf.rb --with-curl-dir=c:/Users/Greg/projects/curl-7.21.0-devel-mingw32 | |
"-g -O2 -DFD_SETSIZE=256 $(cflags)" | |
checking for curl-config... no | |
checking for main() in -lcurl... yes | |
checking for curl/curl.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
activerecord-2.2.3/lib/active_record/base.rb:2058:in `class_of_active_record_descendant': | |
NoMethodError: undefined method `abstract_class?' for Object:Class |
NewerOlder