andymeneely / squib

A Ruby DSL for prototyping card games.
http://squib.rocks
MIT License
918 stars 67 forks source link

Having troubles installing #287

Closed ravenwolf16 closed 5 years ago

ravenwolf16 commented 5 years ago

I have tried reinstalling the dev kit and ruby itself, I have tried installing gems that squib requires on their own and that did not work

Here is the error output I keep getting and i can not make heads or tails of what is wrong https://pastebin.com/cvcBvsd0

andymeneely commented 5 years ago

Which gem does this fail on? Can you show me the full output of gem install?

The gem output is from the devkit trying to compile one of Squib's dependencies with some C code.

At the moment I'm using Ruby 2.5.3p105 on Windows - that's another possibility to try. In the meantime I'll try out Ruby 2.6 on Windows and see what happens. It does install fine on our build server, though.

ravenwolf16 commented 5 years ago

Here is a paste of what i get when i tried installing squib. https://pastebin.com/dmtGe6np Fresh install of ruby + devkit 2.6 once more

andymeneely commented 5 years ago

Ah ok, yep. I can reproduce it too. Looks like it's pkg-config, which they recently had a problem with. Working on it.

andymeneely commented 5 years ago

Alright - looks like they fixed it in a release that came out Oct 10. I updated the dependencies and that should fix the issue. If you do gem install squib again and get version 0.15.3, that should fix it.

ravenwolf16 commented 5 years ago

Awesome thank you I'll try and get it to work.

ravenwolf16 commented 5 years ago

It worked now thank you again