-
using standard build_config.rb of master head (commit c3188cac431225fda48718f309ad3d9318a6e44f) I add conf.gem :github => 'mattn/mruby-require' and get the following error:
make
```
...
CC bu…
-
Hey,
I have a project which is embedding mruby and the internal data structures I expose to the interpreter aren't structured as a gem. It would nonetheless be very convenient to have the class docume…
-
$rake
(in /home/userek/mruby-3.1.0)
GIT CHECKOUT DETACH /home/userek/mruby-3.1.0/build/repos/host/mruby-toml -> 7119c282e62a3904cb273454607649d792bbe642
HEAD wskazuje teraz na 7119c28 Update README…
-
use "bundle install" to install gem dependencies during configure, and check return status of this command to know if gems are installed correctly (if they are not already installed they will be insta…
-
Hi,
I just installed mruby and I'm trying to make it working with nginx.
If I execute some examples they work without problem, now I'm trying to read a value from memcached but I'm getting this error:…
-
I couldn't get this to compile for the included mruby of 1.2 . Tried to update it to 1.4.1 but the build.rs file is broken for mrbgems because the include files aren't located where its searching.
…
-
In mrbtest I get the Skip exception about Regexp not being included:
`mtest_unit.rb:183: assert_match is not defined, because Regexp is not impl. (MTest::Skip)`
In the gem I'm creating I have the li…
-
Hi, @mattn !
mruby-uv error handling sometimes occurred segfault.
- uname
```
$ uname -a
Linux matsumotory 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64…
-
## Description
ruby-install sucessfully installs mruby-3.0.0 without errors. However, chruby reports a successful exit status under Bash, but still throws a Ruby exception when attempting to switch…
-
I'm trying to integrate mruby on OSv, this OS requires to compile application as a Linux shared library(ex: gcc -fPIC -shared app.c).
I tried to add CFLAGS=-fPIC and LDFLAGS=-shared on build_config.r…