On Fri, Nov 16, 2012 at 12:33:28AM +0400, Alexandre Prokoudine wrote: >> Ah, it starts off well. :-) I meant http; sorry about that. > OK, that works :) However... > > $ make > g++ -MMD -Wall -g -I/usr/src/gtest/include -I/usr/include/eigen3 -o > effect_chain_test.o -c effect_chain_test.cpp > effect_chain_test.cpp:7:25: fatal error: gtest/gtest.h: No such file > or directory > compilation terminated. > make: *** [effect_chain_test.o] Error 1
Yes, the library depends on Eigen3 and Google Test. It looks like you're missing Google Test; try installing libgtest-dev if you're on Debian/Ubuntu. Fedora and the likes might have a package, too, but I don't know its name. /* Steinar */ -- Homepage: http://www.sesse.net/
