tinyrb icon indicating copy to clipboard operation
tinyrb copied to clipboard

A tiny subset of Ruby with a Lua'esc VM

Results 8 tinyrb issues
Sort by recently updated
recently updated
newest added

boehm GC is a highly problematic package, since what it tries to achieve is not possible in standard C, so it must use all kinds of nasty platform-specific tricks to...

Hi , I got segment fault in Mac OS X 10.8.4, and moving bdwgc fixed this. also tested this on Linux .

$ make ----- ``` make gc appending configuration tag "CXX" to libtool appending configuration tag "F77" to libtool mkdir .libs gcc -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\" "-DPACKAGE_STRING=\"gc 7.1\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\"...

is possile to runing this on small machine without MMU? P.S. is similar project mrubyc

I am getting the following error while 'make' command gcc -dynamiclib -o .libs/libcord.1.0.3.dylib cord/.libs/cordbscs.o cord/.libs/cordprnt.o cord/.libs/cordtest.o cord/.libs/cordxtra.o ./.libs/libgc.dylib -install_name /usr/local/lib/libcord.1.dylib -Wl,-compatibility_version -Wl,2 -Wl,-current_version -Wl,2.3 (cd .libs && rm -f libcord.1.dylib...

this is what I got: C:\GitSOURCE\LEARNING\tinyrb>make cc vm/string.c vm/string.c:1:20: alloca.h: No such file or directory In file included from vm/tr.h:14, from vm/string.c:4: vm/vendor/kvec.h:84:7: warning: no newline at end of file...

I tried to "make" it but it failed out with this: appending configuration tag "F77" to libtool gcc -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\" -DPACKAGE_VERSION=\"7.1\" "-DPACKAGE_STRING=\"gc 7.1\"" -DPACKAGE_BUGREPORT=\"[email protected]\" -DGC_VERSION_MAJOR=7 -DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" -DVERSION=\"7.1\" -DHAS_X86_THREAD_STATE32___EAX=1 -DSTDC_HEADERS=1...