1

I am presently trying to install the Python wrapper of libffm stored in this Git repository. I cloned both the repositories as was suggested by the quick-start guide, but ran into the following error when running the 'make' command in terminal.

'fatal error: parallel/winpthreadsll.h: No such file or directory'

I attached a screenshot below for convenience. The funny thing is that when I check in the specified directory, 'winpthreadsll.h' does indeed exist. Thoughts on why this error occurs? Thanks!

Screenshot of Error

thesecretmaster
  • 1,950
  • 1
  • 27
  • 39
Michael
  • 343
  • 3
  • 13

1 Answers1

0

You reported it in issue 10, but that was already reported in issue 5.

See "gcc/g++: “No such file or directory”", and see if you can indicate to the compiler where the parent folder of parallel/winpthreadsll.h is.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250