StoreyLab/terastructure

Error.h not found

skyve2012 opened this issue · 3 comments

when I tried to use make to compile the terastructure, it showed this error "./env.hh:8:10: fatal error: 'error.h' file not found". Do we need to install some other packages?

Hi, are you trying to build on a mac? I've seen that problem before in that context. We have a branch "macinstall" that should fix it.

Had the same problem at first (installing to a Mac). However, all seemed to work when I used this command for cloning:
git clone --branch macinstall --single-branch https://github.com/StoreyLab/terastructure.git

I had also installed the GSL library using brew.

Hope this helps.