data_miner icon indicating copy to clipboard operation
data_miner copied to clipboard

Is it possible to use `data_miner` on windows?

Open towerhe opened this issue 12 years ago • 2 comments

I have tried to move data_miner to windows platform for days. I found that some gems only can be run on linux, such as posix_spawn, unix_utils, roo, and so on.

@seamusabshere Is there a way to achieve this issue? Please give me some lights.

towerhe avatar Feb 26 '13 02:02 towerhe

@towerhe it's tough - we would have to start with https://github.com/seamusabshere/unix_utils

perhaps we can find a good example of another ruby library that successfully calls binaries on jruby AND windows.

seamusabshere avatar Feb 26 '13 02:02 seamusabshere

I do think so and I am not sure there is a way to spawn processes like posix_spawn on windows. I am trying to implement an adapter for all the utilities.

towerhe avatar Feb 26 '13 03:02 towerhe