I have wrapped a c library I have made into ruby using swig
now I want to use it in a rails project
I have already tested my library with a ruby script and it worked well
I added the path to the swig generated library in my script and it
recognized my library
but when I tired to call my library in my rails project, it did not
recognize any of the generated files even when I added their path (using
"$:
<< “path/to/swig/library”)
but when I tired to call my library in my rails project, it did not
recognize any of the generated files even when I added their path (using "$:
<< “path/to/swig/library”)
So what happens when you require your library ?
Fred
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.