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

osx build error "fatal error: 'boost/numeric/ublas/matrix.hpp' file not found" #95

@mreinstein

Description

@mreinstein

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions