claritylab / lucida

Speech and Vision Based Intelligent Personal Assistant
Other
4.81k stars 883 forks source link

Fail to make local (lucida) #222

Closed andreavicari71 closed 6 years ago

andreavicari71 commented 6 years ago

hi guys, i run ubuntu 16.04 and i could not install lucida. i managed to install all the tools, even if i had to manually install caffe (it passed the make runtest). when i run make local i get the following error:

make[4]: Entering directory '/home/andreaserver/sirius/lucida-suite/dnn-asr/baseline' g++ -c -O2 -DCPU_ONLY -I/home/andreaserver/sirius/tools/caffe/distribute/include dnn-asr.cpp -o dnn-asr.o dnn-asr.cpp: In function ‘int main(int, char*)’: dnn-asr.cpp:121:43: error: no matching function for call to ‘caffe::Net::Net(std::__cxx11::string&)’ Net dnn = new Net(network);

I deem that there is some incompatibility among versions, but i cannot figure out where. any help will be appreciated

andreavicari71 commented 6 years ago

hi guys, after the third attempt i erased everything and re-started from scratch... now it works! thank anyway