Hello! 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") have anyone an Idea on how to do that thank you -- =========== | Lyes Amazouz | USTHB, Algiers =========== --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

