search for: try_cpp

Displaying 5 results from an estimated 5 matches for "try_cpp".

2012 Jan 30
0
Installing RMagick on CentOS 5
...ruby-1.9.3-p0/bin/ruby /home/kastet/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/mkmf.rb:381:in `try_do'': The compiler failed to generate an executable file. (RuntimeError) You have to install development tools first. from /home/kastet/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/mkmf.rb:506:in `try_cpp'' from /home/kastet/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/mkmf.rb:931:in `block in have_header'' from /home/kastet/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/mkmf.rb:790:in `block in checking_for'' from /home/kastet/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/mkmf.rb:284...
2011 Nov 18
3
Rails Installation Error: Failed to build gem native extension.
...--curdir --ruby=C:/Ruby/bin/ruby C:/Ruby/lib/ruby/1.9.1/mkmf.rb:368:in ''try_do'': The complier failed to generate an executable file. <RuntimeError> You have to install development tools first. from C:/Ruby/lib/ruby/1.9.1/mkmf.rb:452:in ''try_cpp'' from C:/Ruby/lib/ruby/1.9.1/mkmf.rb:834:in ''block in have_header'' from C:/Ruby/lib/ruby/1.9.1/mkmf.rb:693:in `block in checking_for'' from C:/Ruby/lib/ruby/1.9.1/mkmf.rb:280:in `block (2 levels) in postpone'' from...
2010 Apr 30
12
Can't seem to install RMAGICK on Ubuntu Karmic Koala
...g --srcdir=. --curdir --ruby=/usr/local/bin/ruby /usr/local/lib/ruby/1.9.1/mkmf.rb:364:in `try_do'': The complier failed to generate an executable file. (RuntimeError) You have to install development tools first. from /usr/local/lib/ruby/1.9.1/mkmf.rb:433:in `try_cpp'' from /usr/local/lib/ruby/1.9.1/mkmf.rb:811:in `block in have_header'' from /usr/local/lib/ruby/1.9.1/mkmf.rb:670:in `block in checking_for'' from /usr/local/lib/ruby/1.9.1/mkmf.rb:276:in `block (2 levels) in postpone'' from /usr/loca...
2010 Aug 14
10
Redirecting after logging in
Hey everybody, I''m trying to make an example of a small networking site, and when I log in a user, it should redirect and show his profile, but I get the following error: NoMethodError in User#index Showing app/views/user/index.html.erb where line #5 raised: undefined method `screen_name'' for nil:NilClass Extracted source (around line #5): 2: Your basic information 3:
2010 Mar 11
14
trying to install postgres gem on fedora 12 ..
I get these errors : gem install pg -- --with-pgsql-include-dir=''/usr/include/pgsql'' -- with-pgsql-lib-dir=''/usr/lib/pgsql'' Building native extensions. This could take a while... ERROR: Error installing pg: ERROR: Failed to build gem native extension. /usr/bin/ruby extconf.rb --with-pgsql-include-dir=/usr/include/pgsql -- with-pgsql-lib-dir=/usr/lib/pgsql