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
1
vote
1 answer

Ruby DevKIt Install

I have installed ruby2.0.0-p598-x64 and I've also unpacked DevKit-mingw64-64-4.7.2-20130224-1432-sfx_2. but when I give gem install json --platform=ruby in cmd it says could not find a valid gem 'json' (>=0) here is why: Unable to download…
1
vote
1 answer

Quickbooks Webconnector (with DevKit) "A query request did not find a matching object in QuickBooks"

I am using the Consolibyte's "DevKit" (example_web_connector.php) to try and integrate with the Quickbooks WebConnector. I'm getting this annoying error for the ItemInventoryQueryRq. A query request did not find a matching object in QuickBooks I am…
komodosp
  • 3,316
  • 2
  • 30
  • 59
1
vote
1 answer

Why am I getting this error during DevKit install for ROR

I am using both --force and without. still no dice. This all started because im trying to install twitter bootstrap which was having issues during GEM libv8 install.....supposedely that was a result of not having DevKit C:\DevKit>ruby dk.rb install…
ElMerroPero
  • 59
  • 1
  • 7
1
vote
3 answers

Installing Ruby DevKit on Windows

I wish to install the Ruby DevKit on Windows. I'm using Ruby 2.0 on a 32 bit Windows. Here is my procedure: After downloading DevKit (for version 2.0), I place the files in C: then I run these two commands: ruby dk.rb init then: dk.rb install…
Stéphane R.
  • 1,386
  • 3
  • 19
  • 37
1
vote
1 answer

How do I pass a Java HashMap to a custom Mule connector?

Right now the connector code looks like this: // myConnector class /** * Process item * * {@sample.xml ../../../doc/my-connector.xml.sample myConnector:process} * * @param binary * the item to process * @param stuff * key…
TERACytE
  • 7,553
  • 13
  • 75
  • 111
1
vote
0 answers

Ruby: Having correct DevKit and Ruby version - Failed to build gem native extension

I installed 1.9.3 ruby from http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-1.9.3-p448.exe to C:\Ruby193. I downloaded https://github.com/downloads/oneclick/rubyinstaller/DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe to C:\ruby_dev_kit and…
1
vote
1 answer

Force connector built with Devkit to have a unique name at runtime

How do you force a connector built with Devkit to have a unique name at runtime in a Mule Application? Ie other connectors like http don't allow duplicate names. Ie I don't wont to allow a flow like this:
Nikos
  • 7,295
  • 7
  • 52
  • 88
1
vote
1 answer

Quickbook IPP Can't Delete

I'm getting the error "cannot DELETE synchronized TXN_HDR record. Use REVERT object API" when I try to delete an invoice using Quickbook IPP for QB Desktop. My request and response are below. I removed the authorization header for security. Any…
Jeremy
  • 163
  • 3
  • 14
1
vote
1 answer

Install Devkit: Failed to build gem native extension

I feel very ashamed that i couldnt solve this problem on my on. Im googeling for several days now but somehow i have no success. When i try to follow the installing steps on: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit And on the…
John Smith
  • 6,105
  • 16
  • 58
  • 109
1
vote
1 answer

Configs loaded in Mule functional tests throw errors, but runs outside of a test

I have a strange situation where Mule configs loaded in Mule functional tests throw errors of the sort below from flows with vm's. The annoying thing is this flow runs perfect as a mule application and sometimes by tweaking with mule studio I can…
Nikos
  • 7,295
  • 7
  • 52
  • 88
1
vote
0 answers

Devkit function in ruby on rails

I am new to rubyonrails. Any one can explain me please what is devkit and what is the function of devkit in RoR. How we use this. Any can please..
Willing
  • 602
  • 1
  • 6
  • 16
1
vote
3 answers

Can't install json gem in Windows

I tried to install the json gem on Windows. I installed DevKit. I get the following error below. Any suggestions? This question JSON Gem will not install (Windows) suggests installing DevKit and also try using json_pure. I did both. The problem is…
TinyGrasshopper
  • 2,190
  • 2
  • 17
  • 28
1
vote
1 answer

Issue installing caldecott, make inoperable command

I've been trying to install this for a few days now with no success. Looking for help, I've been through this site a half dozen times to try and resolve the issue but I'm not having any luck. c:\Ruby193\DevKit>gem install caldecott…
1
vote
2 answers

How to use iprintf in c++

How can I use any command really (in c++ programming with Devkit Pro for NDS) to simply print a variably rather than text to a specific location? Here's what I have that prints text: iprintf("\x1b[1;20HHello");
Matthew D. Scholefield
  • 2,977
  • 3
  • 31
  • 42
1
vote
1 answer

Ruby DevKit problems

I have some troubles with the DevKit installation. Basically, it's not working. I've installed it by the books but the installation fails the test: gem install rdiscount --platform=ruby returns the following error: C:\Ruby 1.9.3-p327\DevKit>gem…
Robin Winton
  • 591
  • 10
  • 23