quora / qmf

A fast and scalable C++ library for implicit-feedback matrix factorization models
Apache License 2.0
463 stars 97 forks source link

error when making #30

Open ZouXinn opened 3 years ago

ZouXinn commented 3 years ago

I have executed the command "cmake ." , but when I execute the command "make", an error occurs and it says that "qmf-master/qmf/utils/ThreadPool-inl.h:34:21: error: using invalid field" , e.g. the code "tasks_.emplace([package]{ (*package)(); });" . I have installed the dependent libs glog, gflags and lapack and my cmake version is 3.10.2 , gcc version is 7.5.0

ZouXinn commented 3 years ago

what's more , my os is Ubuntu 18.04

ZouXinn commented 3 years ago

Is it because I haven't get the correct environment for the code?