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

Antivirus preventing exe file from being extracted?

I want to extract the devkit for ruby. Its a 7zip archive but one file "mv.exe" is not being extracted and it wont run as well even if I rename it in the archive,extract and rename it back to "mv.exe". Is it my Mcafee security/antivirus or some…
dasman
  • 237
  • 1
  • 2
  • 10
0
votes
1 answer

OpenCV on Devkit8000

I am using devkit8000 for my robotic application. I want to port OpenCV on devkit. Can anybody tell me the procedure to port OpenCV on devkit8000. I have already done the system(linux) development and customization for the board. Thank you!
0
votes
2 answers

Error installing mysql2 with windows 7 x64 does not work

Problem is quite simple, my OS is win 7 x64, I installed DevKit-tdm-32-4.5.2-20110712-1620-sfx.exe, it works well like this: C:\DevKit>ruby dk.rb install [INFO] Skipping existing gem override for 'C:/Ruby192' [WARN] Skipping existing DevKit helper…
aaron
  • 1,951
  • 3
  • 27
  • 41
0
votes
0 answers

Installing C# Dev Kit extension in VSCode running within Linux docker container

I'd like to setup C# Dev Kit on VS Code instance available via browser and running within a Linux docker container (I guess it should be a Visual Studio Code Dev Container). The dotnet itself is installed. The issue is that searching for the 'C# Dev…
ShamilS
  • 1,410
  • 2
  • 20
  • 40
0
votes
1 answer

I send as POST method the temperature of my DEVKIT SigFox, but I have the error "Cannot Get /end-point" on my Node JS server

In the following Node JS code: import express from "express"; import pg from "pg"; import cors from "cors"; import bodyParser from "body-parser"; import { PORT, DB_USER, DB_HOST, DB_NAME, DB_PASS, DB_PORT } from "./config.js"; const { Pool } =…
0
votes
1 answer

Ruby C extension not resolving 3rd party dlls at runtime

I have a Ruby C extension that is providing a ruby interface to use a third part C library. I am able to build the library, let's call it something.so just fine. However, it's compiled against the third party .lib and .dll files dynamically. When I…
ZombieDev
  • 959
  • 1
  • 10
  • 25
0
votes
1 answer

How do I properly install @angular-devkit/build-angular with Angular 13?

I have these dev dependencies in my Angular 13 project "devDependencies": { "@angular-devkit/build-angular": "~13.2.5", "@angular/cli": "~13.2.5", "@angular/compiler-cli": "~13.2.0", When I run npm i, I get this error npm ERR!…
Dave
  • 15,639
  • 133
  • 442
  • 830
0
votes
0 answers

OpenNESS Devkit for Azure: Permission Error

I'm trying to follow the "OpenNESS Devkit for Azure" template that is shown on https://github.com/open-ness/openness-experience-kits/tree/master/cloud When I try to deploy the template on Portal Azure, I get an error of this type: "The client…
0
votes
1 answer

Cannot install bcrypt 3.1.16 gem on Windows: ld.exe: cannot find -lgmp

I'm trying to update my bundle, it needs bcrypt, but it fails with an error. >bundle Fetching bcrypt 3.1.16 Installing bcrypt 3.1.16 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory:…
Chloe
  • 25,162
  • 40
  • 190
  • 357
0
votes
1 answer

How to add a Selectbox to Run Toolbar in Intellij with DevKit

I want to add a Selectbox like this to the Run Toolbar in Intellij to select between different Deploymentpaths. I was able to add Buttons and Menu Items but i cant figure out how to add a Selectbox. Can someone give me a hint how to achieve this ?
0
votes
1 answer

Installing wdm gem on JRuby 9.2.8.0 on Windows

We're converting a Rails project from 2.3 to 5. One of the many changes is startup message: Please add the following to your Gemfile to avoid polling for changes: gem 'wdm', '>= 0.1.0' if Gem.win_platform? When trying to install the gem in my…
Alexander Malfait
  • 2,691
  • 1
  • 23
  • 23
0
votes
1 answer

IoT DevKit MXChip AZ3166: ERROR: base64_utility.c (ln 201): Invalid length Base64 string

Did you resolve this issue? When my IoTDevKit is connected to the wifi. It repeats a message no-stop (see below). I fallowed the step-by-step Microsoft Procedure "GetStarted - Connect IoT DevKit AZ3166 to Azure IoT Hub" I took the ConnectionString…
simf1
  • 3
  • 4
0
votes
0 answers

ng serve giving a error Could not find module "@angular-devkit/bsudouild-angular"

i'm unable to serve angular application.when i entered ng serve.the error i get is ""Could not find module "@angular-devkit/bsudouild-angular"" I tried ng upadte,it's not working. angular version i am using is Angular CLI: 8.0.3 Node: 10.16.0 OS:…
Raghuram
  • 21
  • 5
0
votes
1 answer

“Temporarily enhancing PATH to include DevKit...” message show in the screen for a long time!

C:\Documents and Settings\Administrator>gem install passenger Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... After I had installed the DevKit (…
PFeng
  • 101
  • 1
  • 13
0
votes
2 answers

Gem installation fails with lack of necessary libraries and/or headers

I'm currently trying to install a few Ruby Gems that require the fftw3 library to be installed and linked correctly on Windows 10. It's a one-line fix on Linux, so I'm rather annoyed at this point. fftw3 ~> 0.3 convolver ~> 0.3.1 I have Ruby…
abullard
  • 1
  • 1