-
I receive this error simply when i type in Ocra into Cygwin
```
/cygdrive/c/Users/mover96/.rvm/gems/ruby-2.1.1/gems/ocra-1.3.1/bin/ocra:18:in `quote': no implicit conversion of nil into String (TypeE…
-
I am trying to turn one of my commandline executable, in ruby, via ocra
on windows into a standalone application.
The project's name is roebe and it is also on rubygems.org.
I start in the dire…
-
If I use 'gemspec' in the Gemfile to reference the gems in the myapp.gemspec file...
```
source 'https://rubygems.org'
gemspec
```
...ocra fails with the following error...
```
C:/Ruby193/lib/ruby/…
-
Hi,
I tried OCRA in Windows 10 (10.l0.19043 Build 19043) with Ruby 3.0.2 (including MSYS2 & MINGW Toolchains)
The code in sample.rb is the following:
```ruby
puts 'Hello, World!'
```
Whe…
-
_**_Hello! How are you? I'm finishing my CNC and I want to put the laser on it but I'm having problems, I'm using ramps 1.4
and a laser lt-40W-aa from laser tree, in the connections description, it s…
-
Hi Guys,
Need your help because I am blocked with a strange issue.
I can't make an Exe with
require("au3") in a rb file.
I think the problem comes from au3 is depending of win32/api
So I did a …
-
Something like 86 samples sit inside the buffer, constantly flushed through, causes junk data at start and missing data at the end.
ghost updated
4 years ago
-
Here is my problem:
I have a file "file.txt", contents:
This is a test file.
I have a test script "test.rb", contents:
astr = ARGV[0]
File.open(astr,"r").each { |line| puts line }
If I type "ruby t…
-
So i was trying to build a standalone .exe from my ruby script with ocra:
```
#test.rb
require "rubygems"
require "net/ssh"
$hostname = "1.1.1.1"
$username = "root"
$password = "example"
N…
-
Hello
In my ruby script I have the simplest gtk3 application (create one window with title), and it works with "ruby gtk3app.rb" my script has require 'gtk3'
but when I try to build exe -> ocra gtk…