Page 1 of 1

Ruby incompatible library version

Posted: Tue Jul 09, 2013 2:42 pm
by Dimmak01
I'm try to require custom.so created with ruby 1.9.3p429, but get an error: incompatible library version.
Which version of Ruby is use FlowStone 3.0 and what I need to do to make it compatible?
Thanx.

Re: Ruby incompatible library version

Posted: Tue Jul 09, 2013 11:49 pm
by Tronic
you can not use any version of ruby you want,
but only one compiled by the developer or one compiled yourself, read Here for information.
after that you can use your ruby compiled for mswin-version,
and use the other existing libraries or add gems. etc..