SciRuby / rubex

rubex - A Ruby-like language for writing Ruby C extensions.
BSD 2-Clause "Simplified" License
451 stars 21 forks source link

error in samples on windows #29

Open dsisnero opened 7 years ago

dsisnero commented 7 years ago

I tried the samples and I keep getting errors like this:

c_struct_interface.rb:1:in require_relative': no super class forMusic' (ArgumentError) from c_struct_interface.rb:1:in `

'

I get the same kind of error for all the samples

c:\Dominic\programming\repos\git\rubex\examples\c_struct_interface>ruby --version ruby 2.4.1p111 (2017-03-22 revision 58053) [x64-mingw32]

v0dro commented 7 years ago

Will have a look soon.

dsisnero commented 6 years ago

any progress on windows support?

v0dro commented 6 years ago

We're currently refactoring the code. Can you have a look and see why this is happening? The current code base runs fine on linux and mac. We don't have any maintainers who use Windows regularly.