mardi 20 décembre 2022

Facing errors in running the application of ruby

Im new to ruby and when try run a application, Im facing the below error

Gemfile:

source 'https://rubygems.org'
gem 'rails'
gem 'mysql2'
gem 'sass-rails'
gem 'uglifier'
gem 'coffee-rails'
gem 'jquery-rails'
gem 'haml'
gem 'nifty-utils'
gem 'nilify_blanks'
gem 'authie'
gem 'kaminari'
gem 'chronic'
gem 'dynamic_form'
gem 'activevalidators'
gem 'bcrypt', '3.1.7'
gem 'rails_env_config'
gem 'chronic_duration'
gem 'datey'
gem 'nifty-attachments'
gem 'puma'
gem 'moonrope'
gem 'florrick'
gem 'delayed_job_active_record'
gem 'foreman'
gem 'redcarpet', '3.5.1'
gem 'premailer'

group :development, :test do
  gem 'byebug'
  gem 'web-console'
  gem 'annotate'
  gem 'pry-rails'
end

Error:

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    current directory: /Development/status/vendor/bundle/ruby/2.6.0/gems/racc-1.6.1/ext/racc/cparse
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby -I /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0 -r
./siteconf20221220-32692-ivgdf1.rb extconf.rb
checking for rb_block_call()... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers.  Check the mkmf.log file for more details.  You may
need configuration options.

while running the below command bundle --full-index

Aucun commentaire:

Enregistrer un commentaire