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
2
votes
1 answer

Issues with devkit 3.3.2 and eclipse CoreException

I am trying to create a connector in Mule Studio 3.4 using Devkit 3.3.2. The following is a maven (3.0.2) command which I used to generate the project structure: $ mvn archetype:generate -DarchetypeGroupId=org.mule.tools.devkit …
Gabriel Dimech
  • 699
  • 5
  • 10
2
votes
1 answer

How to get Intuit Data Services (IDS) beta features?

I'm trying to use Intuit.Ipp.Data.Qbo.VendorCredit entity which is marked as limited beta feature here. When I try to add its instance using development environment credentials I get "Internal server error" from IDS server. So, my questions are: Is…
Dmitry
  • 452
  • 1
  • 3
  • 10
2
votes
1 answer

With C# Dev Kit, Invoice Not Appearing In QB

The code seems to run. I don't get any error messages, but an invoice does not appear in QB after I sync. The code is basically this (http://pastebin.com/y7QENxeX) with a few (presumably) minor changes as noted. I'm able to create Accounts and…
user2008632
  • 153
  • 1
  • 1
  • 4
2
votes
1 answer

Query for All Invoices With Open Balances using QuickBooks Online (QBO) Intuit Partner Platform (IPP) DevKit

I am trying to Query for all invoices with open balances using IPP but I keep on getting 0 results back. Am I doing something wrong in code? Here is my C# code snippet that I am trying to do with the applied Filtering InvoiceQuery…
cepatt
  • 726
  • 11
  • 23
2
votes
1 answer

Error installing Rubygems on ruby command prompt in Win7

I got the below error when trying to install rubygems on Ruby command prompt in Win7 (32bit). Note that I installed Ruby1.9.3 & added devkit (DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe) to Ruby already. Below are all things that I have tried: …
battleship
  • 343
  • 6
  • 17
1
vote
0 answers

ruby dk.rb install: Must Edit Config File

So I got all my ruby plugins and interpretor running about week ago. I don't know what happened, but my ide fails when I try to run scripts. So I'm starting over with these instructions…
Martin Marino
  • 375
  • 2
  • 5
  • 14
1
vote
1 answer

IoT DevKit Setup Issue: What Should I Select for Board Type?

I am currently setting up an MXChip (DevKit) for use with Azure by following the guide below: https://microsoft.github.io/azure-iot-developer-kit/docs/get-started/ After configuring the device connection string, I cannot complete the subsequent step…
Doe Burner
  • 23
  • 6
1
vote
1 answer

Not able to install watir gem

I installed ruby186-27_rc2 and i am getting the same error as described in the Ruby: Cannot Install Watir Gem On Windows thread when i try to install watir using gem install watir. Please see the error below. C:\DevKit>gem install watir Building…
sridhar249
  • 4,471
  • 6
  • 26
  • 27
1
vote
1 answer

Intel IOT Code Sample Alarm Clock

Hello I'm new with Intel IoT IDE and I've found this project: https://github.com/intel-iot-devkit/how-to-code-samples/tree/master/alarm-clock/cpp The problem is that I open it as it says in my eclipse IDE but when building it has an…
GCH
  • 41
  • 7
1
vote
2 answers

ERROR: Failed to build gem native extension Windows 7 32 Bit

I am trying to install json ruby gem on Windows 7 32 System. The local environment details are D:\Environment\DevKit32Ruby200>gem -v 2.0.14 D:\Environment\DevKit32Ruby200>ruby -v ruby 2.0.0p451 (2014-02-24)…
Satishakumar Awati
  • 3,604
  • 1
  • 29
  • 50
1
vote
3 answers

Custom Icon for custom mule connector development

I need to change default icon of my custom connector. I tried @icon but it is not supported to 308 version. But it is getting imported for 3.6 Version. So, How can I change icon in mule 3.8.
1
vote
3 answers

Could not find gem 'wdm (>= 0.1.0) x64-mingw32' in any of the gem sources listed in your Gemfile or available on this machine

When I run Jekyll serve on Git Bash I get the following warning: Please add the following to your Gemfile to avoid polling for changes: gem 'wdm', '>= 0.1.0' if Gem.win_platform? After adding the Gemfile I get another error message. Could not find…
1
vote
2 answers

Mule Anypoint set inbound properties on a message

I have written a custom Anypoint connector (using devkit), and want it to set Inbound properties, much like the Mule HTTP connector does. MuleMessage however, does not seem to have facility to do this. How does one mimic this behavior?
Gilbert
  • 3,584
  • 2
  • 26
  • 30
1
vote
1 answer

Failed to build gem native extension on Windows

I'm attempting to install the dandelion gem on on my Windows machine, but it keeps failing: C:\Users\William>gem install dandelion --platform=ruby Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a…
Steed-Asprey
  • 2,001
  • 7
  • 24
  • 30
1
vote
0 answers

ruby installation 2.0.0 windows 8 no such file or directory dk.rb (loading error)

I am new to ruby and not a big fan of windows 8. I wanted to play around on ruby and got windows 8 machine im using these tutorial but I cant get past the installation part .I have installed ruby 2.0.0 and the dev…
TMD
  • 11
  • 1