search for: equire

Displaying 7 results from an estimated 7 matches for "equire".

Did you mean: require
2005 Mar 22
9
am i the only one with this problem?
(clean install) >gem install rails Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Install required dependency activesupport? [Yn] y Install required dependency activerecord? [Yn] y Install required dependency actionpack? [Yn] y Install required dependency actionmailer? [Yn] y Install required dependency actionwebservice? [Yn] y e:/Ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:...
2008 Nov 03
2
Unable to install sqlite3
...But found myself encounter the another error shown below (see ERROR 2). Any help would by wonderful ============================== ERROR 1 ========================================= MissingSourceFile (no such file to load -- sqlite3): C:/Programs2/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `g em_original_require'' C:/Programs2/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `r equire'' .......... .......... C:/Programs2/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `r equire'' script/server:3 Rendering C:/Progr...
2010 Dec 15
3
ORA-12514: TNS:listener d oes not currently know of service requested in connect descriptor (OCIEr
...madi\RubyOnRails\datamanger>rake db:migrate (in C:/Documents and Settings/SawanKumar.Thammadi/RubyOnRails/datamanger) rake aborted! OCI Library Initialization Error oci8lib.c:98:in oci8lib_191.so C:/Ruby192/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `r equire'' . . . C:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-oci8-2.0.4-x86-mingw32/lib/oci8.rb:23:in `<top (required)>'' . . C:/Ruby192/lib/ruby/gems/1.9.1/gems/activerecord-oracle_enhanced-adapter-1.3.1/lib/active_record/con nection_adapters/oracle_enhanced_oci_connection.rb:4:in `<t...
2002 Sep 18
6
Dependecies problem
...bug-2.2.90-26.i386.rpm glibc-debug-static-2.2.90-26.i386.rpm glibc-devel-2.2.90-26.i386.rpm glibc-utils-2.2.90-26.i386.rpm Then I need this one libpng12.so.0 is needed by glibc-utils-2.2.90-26 But when I add these two libpng-1.2.2-6.i386.rpm libpng-devel-1.2.2-6.i386.rpm I get a huge list of required dependencies A little help would be very much appreciated. Thanks in advance --- Aaron Axelsen AIM: AAAK2 Email: axelseaa@amadmax.com URL: www.amadmax.com "It said, ""Insert disk #3,"" but only two will fit!" "One picture is worth 128K words."
2004 Dec 24
1
Tutorial Steps Two & Three
...ecified) from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.3.0/lib/active_record /connection_adapters/abstract_adapter.rb:82:in `establish_connection'' from ./script/../config/environment.rb:37 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `r equire__'' from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `r equire'' from script/generate:2 .... It took me a minute to figure out what may be wrong. I edited the database.yml file as shown in step two. The config file does not describe the develo...
2004 Nov 04
4
Attempt to build a gemspec
Hi all, I''m trying to build a gemspec for win32-ipc, using a precompiled binary. Here''s my gemspec file: #win32-ipc.gemspec require "rubygems" spec = Gem::Specification.new do |s| s.name = "win32-ipc" s.version = "0.3.1" s.platform = Gem::Platform::WIN32 s.summary = "A base class for Win32 synchronization objects." s.files = ["ipc.so"] s.req...
2010 Mar 06
1
[LLVMdev] region pass - new pass for llvm
...ssManager Why do you remove the "<"? Does not seem to be related to the Region stuff, so please submit this as a separate patch. - virtual void *getAdjustedAnalysisPointer(const PassInfo *) { + virtual void *getAdjustedAnalysisPointer(const PassInfo *PI) { The same here. If not required for the region stuff please submit it as a separate patch. * include/llvm/PassManagers.h - // pass. If a pass requires an analysis which is not available then - // the required analysis pass is scheduled to run before the pass itself is + // pass. If a pass requires an analysis which is not...