This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Description
I was running into an error when attempting to build on mac:
λ cd src/
λ make
In file included from ./SubbandAnalysis.h:11:
./MatrixUtility.h:12:10: fatal error: 'boost/numeric/ublas/matrix.hpp' file not found
I fixed this by opening src/Makefile and changing this line:
BOOST_CFLAGS=-I/usr/local/include/boost-1_35
to:
BOOST_CFLAGS=-I/usr/local/include