turi-code / python-libffm

A Python wrapper for the libffm library.
BSD 3-Clause "New" or "Revised" License
243 stars 73 forks source link

make error #5

Open fisfog opened 8 years ago

fisfog commented 8 years ago

I got an error like: ../sdk/graphlab/parallel/winpthreadsll.h:50:46: fatal error: cross_platform/windows_wrapper.hpp: No such file or directory

win10, how to fix this, thx

JoshuaC3 commented 8 years ago

I got similar in Linux.

lawlite19 commented 7 years ago

same error

halegreen commented 6 years ago

same make error. when I run cd graphlab-sdk && make got this: `/graphlab/util/cityhash_gl.hpp:1173:20: error: redefinition of 'hash' template <> struct hash { ^~~~~~~ /Library/Developer/CommandLineTools/usr/include/c++/v1/functional:2468:29: note: previous definition is here struct _LIBCPP_TEMPLATE_VIS hash<__uint128_t> ^ In file included from sdk_example/example1.cpp:12: In file included from ./graphlab/sdk/toolkit_function_macros.hpp:13: In file included from ./graphlab/unity/lib/toolkit_class_base.hpp:16: In file included from ./graphlab/unity/lib/api/model_interface.hpp:17: In file included from ./graphlab/cppipc/magic_macros.hpp:16: ./graphlab/cppipc/server/comm_server.hpp:22:10: fatal error: 'nanosockets/socket_errors.hpp' file not found

include <nanosockets/socket_errors.hpp>

     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 warning and 2 errors generated. make: *** [sdk_example/example1.so] Error 1 `

how to fix it? thanks.

hiracky16 commented 5 years ago

same error