zold-io / zold-score

Score calculating Ruby Gem
https://www.zold.io
MIT License
10 stars 2 forks source link

fix appveyor build #14

Open dapi opened 5 years ago

0crat commented 5 years ago

@yegor256/z please, pay attention to this issue

0crat commented 5 years ago

@dapi/z this project will fix the problem faster if you donate a few dollars to it; just click here and pay via Stripe, it's very fast, convenient and appreciated; thanks a lot!

yegor256 commented 5 years ago

@DronMDF can you please take a look?

DronMDF commented 5 years ago

@yegor256 Look at comment comment. Appveyor is missing a ruby.h. Maybe you can somehow fix the appveyor image?

yegor256 commented 5 years ago

@DronMDF I have zero experience with Windows :( Maybe you can help?

DronMDF commented 5 years ago

@yegor256 I was wrong. ruby.h is present.

generating jaro_winkler_ext-x64-mingw32.def
mingw32-make: *** No rule to make target
'/C/Ruby25-x64/include/ruby-2.5.0/ruby.h', needed by 'adj_matrix.o'.  Stop.

File C:\Ruby25-x64\include\ruby-2.5.0\ruby.h exists. What's wrong?

I'm not use WIndows too... Need Windows ruby DEV for resolve this.

yegor256 commented 5 years ago

@DronMDF this is what is happening now:

download

DronMDF commented 5 years ago

@yegor256 I see failure with ruby native extension.

Installing jaro_winkler 1.5.2 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

This is out of zold-score scope... Need to fix build env..