spotify / echoprint-codegen

Codegen for Echoprint
http://echoprint.me/codegen
Other
959 stars 291 forks source link

Error during make. Is boost required? #14

Closed Vanuan closed 13 years ago

Vanuan commented 13 years ago

I followed installation instructions. But experienced problems during compilation: g++ -Wall -I/usr/local/include/boost-1_35 taglib-config --cflags -fPIC -O3 -DBOOST_UBLAS_NDEBUG -DNDEBUG -c -o Codegen.o Codegen.cxx /bin/sh: taglib-config: not found In file included from SubbandAnalysis.h:11:0, from Codegen.h:18, from Codegen.cxx:10: MatrixUtility.h:12:43: fatal error: boost/numeric/ublas/matrix.hpp: No such file or directory compilation terminated. make: *\ [Codegen.o] Ошибка 1

As a solution I propose to supply boost as a git submodule

bwhitman commented 13 years ago

yes. boost is required. it is in the README

Vanuan commented 13 years ago

Sorry, I followed instructions here: http://echoprint.me/start#identify In Ubuntu I have to install the following packages: libboost-math1.42-dev libtag1-dev So now everything is working. Thanks.