srendle / libfm

Library for factorization machines
GNU General Public License v3.0
1.49k stars 414 forks source link

Make wasn't working for Windows #12

Closed andland closed 8 years ago

andland commented 8 years ago

make was not working on my Windows machine. Based on the error messages I got, this thread indicated that the issue was a conflict with defining isinf and #include <math.h>. After moving #include <math.h> after isinf, I was able to successfully run make.