Closed jurgensymynck closed 7 months ago
I haven't tried to install the gem directly on Windows since we added hiredis in 5.15.0.
You might need to go back to using version 5.14.2 of the gem on the host until then.
gem install openc3 -v 5.14.2
You're supposed to be able to install hiredis in Windows and this line won't compile on Windows.
Can you open irb
and type: RUBY_PLATFORM
and see what it says
Thanks fior the quick response! Here is the output:
irb(main):001:0> RUBY_PLATFORM
=> "x64-mingw-ucrt"
irb(main):002:0>
I haven't tried to install the gem directly on Windows since we added hiredis in 5.15.0. You might need to go back to using version 5.14.2 of the gem on the host until then.
gem install openc3 -v 5.14.2
thanks for the workaround, I'm up and running!
greetings, Jurgen
@jurgensymynck I just submitted a patch to the redis-client so when that gets fixed upstream this should resolve. Thanks for raising this!
I'll leave this open until we merge a new version of redis-client.
Hi,
After quite some time I picked up working om my OpenC3 COSMOS project again...
I have a clean installed pc, Windows 11, I followed the correct steps involving cloning openc3-project repo, running the demo and can compile my plugins for OpenC3 I have Ruby 3.2 including full dev kit. I installed this as admin, not as user... When running
gem install openc3
as instructed here, the installation failed over missingopenssl.h
file. An intermediate fix wasgem install openssl
, but ultimately the installer stops again over missing ´sys/socket.h´... no idea what gem I should install here to make further progress.Any ideas? Thanks in advance! Below is my (abriged) command line session in Windows Powershell (running as Admin), including a printout of
gem environment