Questions tagged [devkit]

The Ruby DevKit is a toolkit that makes it easy to build and use native C/C++ extensions.

The RubyInstaller Development Kit is a toolkit that makes it easy to build and use native C/C++ extensions such as RDiscount and RedCloth for Ruby on Windows.

You can download the devkit from here

Knowledge Base

DevKit Wiki

119 questions
4
votes
3 answers

Unknown package: mule-module error after running mvn archetype for cloud connector creation via DevKit

i've created a new Cloud Connector using DevKit, after running: mvn clean package -Ddevkit.studio.package.skip=false The project shows errors in the pom.file: Project build error: Unknown packaging: mule-module pom.xml…
msqar
  • 2,940
  • 5
  • 44
  • 90
4
votes
1 answer

Ruby with RailsInstaller, can't build gem native extensions on Windows

After installing Ruby + Rails on Windows with RailsInstaller, i couldn't install any gems that required to build native extensions. Error: C:\Users\Admin>gem install rdiscount Building native extensions. This could take a while... ERROR: Error…
Paul
  • 119
  • 4
  • 7
3
votes
1 answer

windows ruby debug ide gem install fail

I can't find anything on this (with any solutions, that is) that has the same exact problem as me. I can't install a certain gem on my system. I run: gem install ruby-debug-ide --platform=ruby --pre Everything is installed fine right now. Ruby…
3
votes
0 answers

**make: *** [out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.dex] Error 1****

Im new to Linux.Im porting android on devkit8000(copy of beagleboard) but getting so many errors in compiling the android source code.Below is the result of "make" command. ============================================ PLATFORM_VERSION_CODENAME=REL …
zeaster
  • 31
  • 1
  • 4
3
votes
8 answers

How to install mysql2 gem on Windows

I'm using DevKit and XAMPP, and now I have to execute the following command: gem install mysql2 -v 0.2.6 --platform=ruby -- --with-mysql-dir="x:\Prog ram Files\mysql-5.5.11-winx64" --with-mysql-lib="x:\Program Files\mysql-5.5.11-winx64\lib"…
tiiin4
  • 539
  • 4
  • 7
  • 19
3
votes
1 answer

error failed to build json gem native extension on windows 7x64

I am trying to install devkit and then to install json gem on Windows7 64bits, I have installed ruby 4.2.4 & extracted devkit configured config.yml and run ruby dk.rb install and then when i run gem install JSON --platform=ruby but it gives error as…
Prem Singh
  • 31
  • 3
3
votes
1 answer

How to tell which architecture is a ruby version for?

I am new to ruby development thanks to Jekyll, and want to install the Ruby DevKit for an existing installation of Ruby. The machine I am using has the following version: ruby 2.1.6p336 (2015-04-13 revision 50298) [x64-mingw32] This was installed…
j4v1
  • 1,457
  • 1
  • 22
  • 32
3
votes
8 answers

Unable to find RubyGems in site_ruby or core Ruby?

I want to install ruby on my windows, ruby dk.rb init then modify config.yml, and install: E:\devkit>ruby dk.rb install but the output is error: [ERROR] Unable to find RubyGems in site_ruby or core Ruby. Please install RubyGems and rerun 'ruby…
znlyj
  • 1,109
  • 3
  • 14
  • 34
3
votes
6 answers

How do I specify the path for Devkit?

I'm here on Windows 7 x64 and am trying to install Ruby on Rails from scratch. I just installed the RubyInstaller 1.9.3-p429 and now just ran the DevKit-tdm-32-4.5.2-20111229-1559-sfx. After doing ruby dk.rb install --force. I tried to test if it's…
LearningRoR
  • 26,582
  • 22
  • 85
  • 150
2
votes
4 answers

Error installing mysql2 with windows

It's strange the I can install mysql2 with this command: $ gem install mysql2 --platform=ruby -- '--with-mysql-lib="c:\Program Files\MySQL\MySQL Server 5.5\lib" --with-mysql-include="c:\Program Files\MySQL\MySQL Server 5.5\include"' Following is the…
aaron
  • 1,951
  • 3
  • 27
  • 41
2
votes
1 answer

Installing ZAT : ERROR: Error installing zendesk_apps_tools: ERROR: Failed to build gem native extension

I'm following Installing and using the Zendesk apps tools documentation but I'm getting an error when trying to install ZAT. Have searched some articles and followed all the step but still got the error. ERROR: Error installing zendesk_apps_tools: …
2
votes
0 answers

Ruby bundle install: An error occurred while installing debug_inspector (0.0.2)

I'm trying to run bundle install on my windows 10x64 and I keep getting this error: Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current…
2
votes
1 answer

warnings while installing ruby Devkit on windows 7

I am trying install devkit on windows 7 but getting below error while issuing command ruby dk.rb install. [INFO] Skipping existing gem override for 'C:/RailsInstaller/Ruby1.9.3' [WARN] Skipping existing DevKit helper library for…
user3060673
  • 21
  • 1
  • 3
2
votes
1 answer

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension - Aptana

I am getting this error while doing bundle install. I checked that my RailsInstaller directory does not contain any spaces. Also the Devkit path I added in the path variable. I am not sure why am I getting this error. Here is the…
IAmGroot
  • 43
  • 2
  • 8
2
votes
2 answers

Atomic rails4 windows 64bit

Has anyone got a solution for this? Ive tried everything online installing DevKit, env vars in paths etc and still nothing .... C:\Sites>gem install rails Fetching: atomic-1.1.14.gem (100%) Temporarily enhancing PATH to include DevKit... Building…
user1320651
  • 808
  • 2
  • 15
  • 42