Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when compiling #2

Open
simonhughes22 opened this issue Aug 10, 2015 · 0 comments
Open

Error when compiling #2

simonhughes22 opened this issue Aug 10, 2015 · 0 comments

Comments

@simonhughes22
Copy link

I downloaded eigen and specified it's location in the makefile as directed. On Mac OSX, I get the following error when running make from the github folder

~/GitHub/sparse-coding> make
g++ -I /usr/local/include/eigen3 -std=c++11 -O3 -ffast-math sparse.cc utils.cc -o sparse.o -fopenmp
sparse.cc:10:10: fatal error: 'tr1/unordered_map' file not found
#include <tr1/unordered_map>
         ^
1 error generated.
In file included from utils.cc:1:
./utils.h:12:10: fatal error: 'tr1/unordered_map' file not found
#include <tr1/unordered_map>
         ^
1 error generated.
make: *** [make] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant